{
"store_business_status": 1,
"store_name": "测试店铺",
"store_logo": "https://example.com/logo.jpg",
"area_id": 1,
"area_info": "北京市朝阳区",
"address": "三里屯街道1号",
"store_latitude": "39.915",
"store_longitude": "116.404",
"seo_title": "店铺SEO标题",
"seo_keywords": "店铺,商品",
"seo_description": "店铺SEO描述",
"store_introduction": "这是一个优质店铺"
}
curl --location --request PUT '/storeapi/tbl-store/info/setting' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_business_status": 1,
"store_name": "测试店铺",
"store_logo": "https://example.com/logo.jpg",
"area_id": 1,
"area_info": "北京市朝阳区",
"address": "三里屯街道1号",
"store_latitude": "39.915",
"store_longitude": "116.404",
"seo_title": "店铺SEO标题",
"seo_keywords": "店铺,商品",
"seo_description": "店铺SEO描述",
"store_introduction": "这是一个优质店铺"
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}