说明
消息类型查询
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/notice_news_type |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": [ { "type": "news", "type_desc": "新闻" }, { "type": "notice", "type_desc": "公告" }, { "type": "jx", "type_desc": "头条精选" } ] }失败请求示例
{ "status": 2, "message":参数无效 }