本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
{
"year": 2024,
"month": 12,
"week": 1,
"if_history": true //是否查询历史
}
curl --location --request POST 'http://htb-api-test.bangbanghu.com.cn/htb-live-api/weekly' \
--header 'Authorization: {{user-3718}}' \
--header 'token: {{后台用户}}' \
--header 'app_version: 7.1.005-debug-282' \
--header 'app_info: Android15(35)-WIFI' \
--header 'app_code: bbh-app' \
--header 'user-agent: Mozilla/5.0 (Linux; Android 15; 23127PN0CC Build/AQ3A.240627.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 uni-app Html5Plus/1.0 (Immersed/38.666668)' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 2024,
"month": 12,
"week": 1,
"if_history": true //是否查询历史
}'
{
"code": 200,
"msg": "操作成功",
"data": {
"id": null,
"year": null,
"month": null,
"week": null,
"day_start": null,
"day_end": null,
"send_status": null,
"create_user_id": null,
"created_at": null,
"update_user_id": null,
"updated_at": null,
"deleted_at": null,
"spu_list": null,
"sku_list": null,
"send_day": "8月26号"
}
}