基本信息
Item | Info |
---|---|
URL | /nsc/v1/sms/order-detail-short-link |
Method | POST |
参数说明
- 其他必传参数请参考接口规范
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
order_id | 是 | string | 订单 ID |
receiver_mobiles | 是 | string | 发送手机号,多个以 "," 分隔 |
返回示例
{
"result_code": "success",
"debug_msg": "success",
"display_msg": "success",
"request_id": "0a7d9161ivvxqxry-164",
"server_time": 1518143886
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
request_id | string | 见 API 规范 |
result_code | string | 见 API 规范 |
debug_msg | string | 见 API 规范 |
display_msg | string | 见 API 规范 |
server_time | long | 见 API 规范 |