说明
头条列表
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/toutiao |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "message": "数据返回成功", "data": { "url": "https://www.toutiao.com" } }失败请求示例
{ "msg":"无效参数", "status":0 }
说明
头条列表
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/toutiao |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{
"status": 1,
"message": "数据返回成功",
"data": {
"url": "https://www.toutiao.com"
}
}
失败请求示例
{
"msg":"无效参数",
"status":0
}