企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
##门店详情 ~~~[api] post:/store/store/info *token=默认值#验证token *timestamp=默认值#时间戳 *id=默认值#门店id <<< success { "code": 200, "msg": "", "data": { "data": { "basic": { "id": 1, "avatar": "http://www.kuaifawu.com/static/img/common/logo_510.png", //头像 "isvip": 2, //是否是vip "channelid": 2, "templateid": 1, "declaration": "更强!", //宣言 "province": 1, //省编号 "city": 3302, //市编号 "area": 35, //地区编号 "address": "蜜汁场所", //具体地址 "servicetags": "1,2", //服务标签 "brief": "这是一个nice的门店简介", //门店简介 "display": [ { "title": "公司前台", "imgurl": "" }, { "title": "公司前台", "imgurl": "" } ], //门店展示,内容是图片地址 "ordersnum": 9, //门店接单数(最近90日) "consultnum": 56, //近期咨询数(最近90日) "state": 2, //门店状态(1:正常;2:下线) "deleted": 1, //是否删除 1否 2是 "storename": "北京矮大紧文化传播有限责任公司", //门店名称 "workyearnum": 3,//行业经验年限 "providermobile": "15210966997",//服务商手机号 "fulladdress": "北京市朝阳区" //地区文字 }, "template": { "template": { "templateid": 1 }, "module": { "1": { "templatemoduleid": 1, "chooseimage": { "headerimage": [ "http://upload-out.oss-cn-beijing.aliyuncs.com/prj_kfw/provider/000/005/659/5659.jpg", "http://upload-out.oss-cn-beijing.aliyuncs.com/prj_kfw/provider/000/005/659/5659.jpg", "http://upload-out.oss-cn-beijing.aliyuncs.com/prj_kfw/provider/000/005/659/5659.jpg" ] } } }, "moduleedit": [ { "templatemoduleeditid": 2, "templatemoduleid": 1, "showorder": 0, "headerimage": [ "http://upload-out.oss-cn-beijing.aliyuncs.com/prj_kfw/provider/000/005/659/5659.jpg" ] } ] }, "banner": [ "http://m.kuaifawu.com/static/img/home/banner_jizhang.jpg", "http://m.kuaifawu.com/static/img/home/banner_anniver.jpg", "http://m.kuaifawu.com/static/img/home/n_banner-4.jpg" ], "accredit":{ // 门店授权文件信息 "id":1, "name":"北京矮大紧文化传播有限责任公司", "title":"快法务北京地区战略合作伙伴", "time":"2017年1月1日-2018年12月31日" "isshow":1 //是展示授权文件 1否 / 2 是 } } } } <<< error { "data": '', "code": 500, "msg": "错误信息" } 签名错误时返回: { "code":"403", "msg":"签名验证失败", "data":"" }