企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post:/api/miniweb/getMiniWebContact *string:token=默认值#商户端登录令牌 id#自增id storeId#门店id status=1#状态(1-开启;2-禁用) <<< success { "status":1, "message":"ok", "order_data":[], "data":{ "id":1, "config_id":"1234", "store_id":"201999124846160576", "store_name":"苏州慧客达", "s_time":"23:59:59", //开始营业时间 "e_time":"19:00", //结束营业时间 "cover_url":"www.test.com.jpg", //封面图片 "telephone":"15895212022", //电话 "email":"15895212022@163.com", //邮箱 "website":"www.test.com", //网站网址 "address":"江苏省苏州市吴中区唯亭路60号启迪时尚科技城40幢402室", //商户地址 "status":2, //状态(1-开启;2-禁用) "lat":"31.361086", //纬度 "lng":"120.728172", //经度 "created_at":"2021-04-12 14:44:05", "updated_at":"2021-04-12 14:44:05" } } <<< error { "status":2, "message":"报错信息", "order_data":[], "data":[] } ~~~