查询短信使用的所有场景
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| codeInfo | String | 0 | 0:成功 1000:请求参数错误 1001:sign签名错误 2000:业务异常 2001:合作表示错误 3000:系统异常 3001:内部接口异常 -1:未知异常 |
| messageInfo | String | ok | 错误说明 |
| success | Boolean | true | 错误说明 |
| data | Struct | 返回业务参数 | |
|
{}
{
"codeInfo":"0",
"messageInfo":"ok",
"success":true,
"data":{
"id":1,
"modularId":1,
"scenarioName":"发券",
"scenarioCode":"loyal_send",
"isCheckbox":"1",
"isClosed":"0",
"creatorId":1008,
"creatorName":"孟虎",
"updatorId":1008,
"updatorName":"孟虎",
"createTime":1470147218000,
"updateTime":1470147218000,
"statusFlag":"1"
}
}
{"codeInfo":"sign-check-failure","messageInfo":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|