更新时间:2025-02-05 17:19:46
- 请求方式:post
- Content-Type:application/json
- 请求地址:https://extcooper.tig253.com/v1/otp/writeTrans
参数名称 | 类型 | 是否必传 | 描述 |
---|---|---|---|
time | long | 是 | 验证码回调10位时间戳(单位秒) |
messageId | string | 是 | 创蓝返回的messageId |
account | string | 是 | API账号 |
countryNum | string | 是 | 国家码,国家区号(如86) |
{ "time":1634006690, "messageId":"141615506720432128", "account":"xxx", "countryNum":"86" }
{ "code": 0, //0:成功,非0:失败 "msg":"成功" }