基本信息

Path: /api/sms/send

Method: POST

接口描述:

请求参数

Query

参数名参数值是否必填参数类型描述说明
event
register
String
类型:
register:注册;
logining:登录;
copyright:新增著作权人

Body

参数名参数值是否必填参数类型描述说明
app_id
String
应用APP ID
access_token
String
TOKEN
signature
String
签名
timestamp
String
时间戳
nonce
String
随机字符串
mobile
18888888888
String
手机号码
captcha
4fdg
String
图片验证码

相应示例

{
  "status": 200,
  "msg": "验证码发送成功",
  "time": 1577348991,
  "data": null
}