zhunma
  1. 发码管理
zhunma
  • 接口地址
  • 转码管理
    • 列表
      GET
  • 发码管理
    • 短信列表
      GET
    • 提交发送
      POST
  • 老四方
    • [老四方]发送短信
      GET
    • [老四方]获取短信
      GET
    • [老四方]获取发送短信列表
      GET
  1. 发码管理

提交发送

POST
/send/submit
发码管理

请求参数

Body 参数application/json
com
integer <int32>
端口
可选
content
string 
内容
可选
projectCode
string 
项目代码
可选
receivePhone
string 
接受手机号
可选
示例
{
    "com": 0,
    "content": "string",
    "projectCode": "string",
    "receivePhone": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.dadoudou.one/public/send/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
    "com": 0,
    "content": "string",
    "projectCode": "string",
    "receivePhone": "string"
}'

返回响应

🟢200OK
application/json
Body
code
integer <int32>
状态码
可选
data
object 
数据
可选
message
string 
错误信息
可选
示例
{
    "code": 0,
    "data": {},
    "message": "string"
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-01-17 16:13:18
上一页
短信列表
下一页
[老四方]发送短信
Built with