{
"id" : "",
"name": "店铺1",
"logo": "a.png",
"shop_category_id": 1,
"type": 1,
"shop_status": 1,
"business_status": 1,
"contact": "朝阳群众李某",
"mobile": [
13811112222,
13811113333
],
"province_id": 1,
"city_id": 2,
"district_id": 3,
"address_info": "朝阳区朝阳街道",
"home_recommend": 1,
"goods_audit": 1,
"service_ratio": 10,
"business_license": "aa.png",
"other_license": [
"aaa.png",
"bbb.png"
]
}
curl --location --request POST '/adminapi/mall.shop/edit' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id" : "",
"name": "店铺1",
"logo": "a.png",
"shop_category_id": 1,
"type": 1,
"shop_status": 1,
"business_status": 1,
"contact": "朝阳群众李某",
"mobile": [
13811112222,
13811113333
],
"province_id": 1,
"city_id": 2,
"district_id": 3,
"address_info": "朝阳区朝阳街道",
"home_recommend": 1,
"goods_audit": 1,
"service_ratio": 10,
"business_license": "aa.png",
"other_license": [
"aaa.png",
"bbb.png"
]
}'
{}