查询模板状态接口
接口说明
- 请求地址: https://api.aiofish.com/rest/vsms/v1/tpl/status
- 请求方式: GET
请求参数
| 参数名 | 必填 | 参数类型 | 说明 | 
|---|---|---|---|
| appKey | 是 | String | 系统分配 | 
| ts | 是 | String | 时间戳 | 
| tplId | 是 | String | 查询的模板ID | 
Curl样例
curl  --request GET 'https://api.aiofish.com/rest/vsms/v1/tpl/status?appKey=test11&ts=1638805414651&tplId=4176a024bf6a381e5a38fe5f866' \
 --header 'x-sign: 39dd91319d32b36def6272e1b9'
响应字段
| 字段名 | 字段类型 | 说明 | 
|---|---|---|
| code | String | 错误码.success:成功,其他失败。 | 
| tplId | String | 模板ID | 
| auditStatus | Int | 状态。100:待审核,200:审核通过,400:审核未通过 | 
| auditReason | String | 审核结果说明 |