企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 编辑门店信息 ~~~[api] post:/store/save *id# 门店id avatar# 门店头像 declaration# 门店宣言 province# 省id city# 市id area# 地区id address# 详细地址 brief# 公司介绍 <<< success { "code": 200, "msg": "", "data": { "data": "1" //门店id } } <<< error { "code": "500", "msg": "", "data": "" }