💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 `Store/updateStore` ### 接口描述 修改店铺 ### 演示地址 `http://URL/Store/updateStore` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (string) company 公司名称(选填) (int) service_area 服务范围 (对应的地区id,以","(逗号)连接) 选填 (string) city_names (地址,以""(空格)连接的字符串)选填 (string) city_ids (对应的地区id,以","(逗号)连接) 选填 ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "msg": "修改成功" } 失败 { "status": 0, "msg": "修改失败" } ~~~