获取训练营营期任务
POST
https://api.xiaoe-tech.com/xe.camp.task.list/1.0.0
拥有此API的权限集 |
---|
商品管理-查询商品信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.camp.task.list/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"term_id":"term_xxxxxxx"
}'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": [
{
"app_id": "appxxxx",
"camp_id": "camp_xxxxxx",
"term_id": "term_xxxxxxx",
"id": "sect_xxxxxxx",
"type": 0,
"pid": "0",
"title": "13",
"resource_id": "",
"resource_type": -1,
"is_try": 0,
"order_weight": 1,
"need_push": 0,
"unlock_time": "2021-08-02 19:03:00",
"push_state": 0,
"created_at": "2021-08-02 19:05:41",
"updated_at": "2021-08-02 19:05:41"
}
]
}
请求参数
Body 参数application/json
返回响应
修改于 2022-03-10 11:01:29