ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
**批量新增门店(暂到达达平台创建)** 1. 门店编码可自定义,但必须唯一,若不填写,则系统自动生成。发单时用于确认发单门店 2. 如果需要使用达达商家App发单,请设置登陆达达商家App的账号(必须手机号)和密码 ~~~[api] post:api/dada/ *string:token#商户登录令牌 *store_id#门店id configId=1234#服务商配置id *stationName#门店名称 *int:business=5#务类型(食品小吃-1,饮料-2,鲜花-3,文印票务-8,便利店-9,水果生鲜-13,同城电商-19, 医药-20,蛋糕-21,酒品-24,小商品市场-25,服装-26,汽修零配-27,数码-28,小龙虾-29,火锅-51,其他-5) *cityName#城市名称(如,上海) *areaName#区域名称(如,浦东新区) *stationAddress#门店地址 *lng#门店经度 *lat#门店纬度 *contactName#联系人姓名 *phone#联系人电话 originShopId#门店编码,可自定义,但必须唯一;若不填写,则系统自动生成 idCard#联系人身份证 username#达达商家app账号(若不需要登陆app,则不用设置) password#达达商家app密码(若不需要登陆app,则不用设置) <<< success { 'status':'1', 'data': { "success": 2, "successList": [ { "phone": "15216638002", "business": 1, "lng": 121.515014, "lat": 31.229081, "stationName": "新门店1", "originShopId": "shop001", "contactName": "xxx", "stationAddress": "测试企业地址", "cityName": "上海", "areaName": "浦东新区" } ], "failedList": [ { "phone": "15216638002", "business": 1, "lng": 121.515014, "lat": 31.229081, "stationName": "新门店2", "originShopId": "shop002", "contactName": "xxx", "stationAddress": "测试企业地址", "cityName": "上海", "areaName": "浦东新区" } ] }, 'message':成功信息 } <<< error111 { 'status':'2', 'message':错误信息 } <<< error222 { 'status':'2', 'message':'消息确认,达达配送参数未配置' } <<< error333 { 'status':'2', 'message':'消息确认,达达商户尚未创建or状态异常' } <<< error444 { 'status':'2', 'message':'新增门店,创建达达门店失败' } <<< error555 { 'status':'2', 'message':'批量新增门店,更新达达门店失败' } ~~~