{
"sub_status": "1",
"sub_address": "http://47.119.136.145:8090/receive.php?a=b",
"sub_item":
{
"product_status": [
1,
2,
0
],
"warehousing_status": [
1,
2
],
"order_status": [
8,
3,
4,
5,
6,
7
]
}
}curl --location '/account/subSetting' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"sub_status": "1",
"sub_address": "http://47.119.136.145:8090/receive.php?a=b",
"sub_item":
{
"product_status": [
1,
2,
0
],
"warehousing_status": [
1,
2
],
"order_status": [
8,
3,
4,
5,
6,
7
]
}
}'{}