查询所有场景短信模板
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data [] | 业务对象 | |
|
|||
codeInfo | Number | 0 | 错误标志 |
messageInfo | String | 成功[OK] | 错误信息 |
success | Boolean | true | 是否成功 |
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | { "data":[ { "creatorId":1008, "creatorName":"猛虎", "updateTime":1470153581000, "updatorId":1008, "isClosed":"0", "createTime":1470147218000, "updatorName":"猛虎", "id":1, "scenarioCode":"loyal_send", "scenarioName":"发券", "modularId":1, "isCheckbox":"1", "statusFlag":"1" } ], "codeInfo":0, "messageInfo":"成功[OK]", "success":true } |
1 | {"codeInfo":"sign-check-failure","messageInfo":"Illegal request"} |
错误码 | 错误描述 | 解决方案 |
---|