{
"store_name": "我的店铺",
"store_business_status": 1,
"service_fee_rate": 0.05,
"is_enabled": 1,
"is_recommend": 0,
"apply_status": "approved"
}
curl --location --request PUT '/adminapi/tbl-store/update/' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_name": "我的店铺",
"store_business_status": 1,
"service_fee_rate": 0.05,
"is_enabled": 1,
"is_recommend": 0,
"apply_status": "approved"
}'
{
"code": 200,
"msg": "操作成功"
}