发送短信验证码
POST
/openapi/base/sendCode当商品需要验证码时,可通过本接口来进行获取
请求参数
Body 参数application/x-www-form-urlencoded
goodsId
string
对接商品ID
示例值:
195
certName
string
证件姓名
示例值:
王XX
certNo
string
证件号码
示例值:
610521199306254577
contactPhone
string
联系电话
示例值:
15388888888
promoCode
string
必需
推广码,后台销售渠道编码
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
null
必需
timestamp
integer
必需
traceID
string
必需
示例
{
"code": 0,
"message": "string",
"data": null,
"timestamp": 0,
"traceID": "string"
}
最后修改时间: 4 months ago