本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
{
"id": 1
}
curl --location --request POST 'http://htb-api-test.bangbanghu.com.cn/htb-live-api/weekly/spu' \
--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 '{
"id": 1
}'
{
"code": 200,
"msg": "操作成功",
"data": {
"id": 1,
"weekly_id": 1,
"spu_id": "1",
"up": 0,
"down": 0,
"middle": 0,
"key_word": "",
"spu_title": "1",
"logos": [
"123"
],
"create_user_id": 1,
"created_at": "2024-08-21 07:41:45",
"update_user_id": 1,
"updated_at": "2024-08-21 07:41:47",
"deleted_at": null,
"sort": 0,
"quality_num": null,
"spu_goods_list": [],
"brand_name": null,
"one_classify_name": null,
"brand_series_name": null,
"two_classify_name": null,
"type": null,
"size": null,
"colour": null,
"up_flag": false,
"down_flag": false,
"middle_flag": false,
"cover_img": "123"
}
}