多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 `Store/getStoreUpdate` ### 接口描述 修改店铺 ### 演示地址 `http://URL/Store/getStoreUpdate` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "list": { "store_id": "1", "company": "北京乐典网络科技有限公司", "location": "北京市 北京市 朝阳区", "service_area": "北京市" } } 失败 { "status": 0, "msg": "请先登录" } ~~~ ### 字段说明 store_id 店铺id company 公司名称 location 地址 service_area 服务范围