门店创建

接口名称

openapi.store.create

请求方式

POST

请求业务参数

参数 类型 是否必填 最大长度 描述
store_name string 20 门店名称
category_id int 20 门店类目
province string 10 门店所在省份
city string 10 门店所在城市
county string 10 门店所在县区
store_area string 50 门店的详细地址
store_lng float - 门店所在纬度
store_lat float - 门店所在经度
contact string 13 门店号码(11位手机号或者座机号)
avg_price int - 人均消费
business_license_img_url string 255 营业执照
store_front_img_url string 255 门店图片
  • 请求示例:
{
  "biz_content": "{\"store_area\":\"古香缎\",\"category_id\":\"1\",\"province\":\"浙江省\",\"city\":\"嘉兴市\",\"contact\":\"15699990000\",\"business_license_img_url\":\"http://img.jdzj.com/UserDocument/2014c/szggkj8/Picture/201451411229.jpg\",\"county\":\"桐乡市\",\"store_name\":\"APIstroe102\",\"store_lng\":\"120.063324\",\"avg_price\":\"22\",\"store_lat\":\"30.363323\",\"store_front_img_url\":\"http://img1.imgtn.bdimg.com/it/u=2870216721,2677089566&fm=26&gp=0.jpg\"}",
  "method": "openapi.store.create",
  "format": "json",
  "sign_method": "md5",
  "sign": "7AEF7EA844A2C0142E5256904E393651",
  "app_id": "20161219113441561987",
  "nonce": "201706291498707308238nonce",
  "version": "1.0"
}

成功响应参数

参数 类型 是否必填 最大长度 描述
store_id int 11 门店ID
  • 响应示例:
{
  "result_message": "成功",
  "data": {
    "store_id": 169188
  },
  "result_code": 200
}

提示:由于监管政策要求,申请门店支付之前请先完成实名认证


results matching ""

    No results matching ""