接口描述:

  • 获取单个商户门店信息

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 庞晓宇 2019-08-26 2019-08-26

请求URL:

  • 商户接口URL/api/store/get

请求方式:

  • GET

请求参数:

参数名 是否必须 类型 说明
storeId string 门店ID

返回参数说明:

参数名 类型 说明
code int 0
msg string success
data json 查询成功返回门店数据

返回数据说明:

参数名 类型 说明
storeId Long 门店ID
storeNo string 门店编号
storeName string 门店名称
province string 所在省
city string 所在市
area string 县/地区
detailAddress string 具体位置
lot string 经度
lat string 纬度
peopleNumber string 门店人数
status int 状态:0-暂停营业,1-正常营业
remark string 备注
tel string 门店电话
mchId Long 所属商户ID
storeImgPath string 门店图片, 本地相对路径
createTime string 创建时间
updateTime string 更新时间

返回示例:

{
  "code" : 0,
  "msg" : "success",
  "data" : [
    {
      "ps": null,
      "storeId": 100000,
      "storeNo": "2088888",
      "storeName": "橙子",
      "province": "河北省",
      "city": "沧州市",
      "area": "运河区****",
      "detailAddress": "1",
      "lot": "E116°29′34.78″",
      "lat": "N39°46′24.70″",
      "peopleNumber": "10",
      "status": 1,
      "tel": "13255558888",
      "mchId": 20000000,
      "remark": "",
      "storeImgPath": "1",
      "createTime": "2019-08-23T07:24:07.000+0000",
      "updateTime": "2019-08-23T07:24:07.000+0000"
    }
  ],
  "count": 1
}
文档更新时间: 2021-10-25 18:07   作者:刘正阳