九医云商城对外文档

九医云商城对外文档


5.5 获取门店列表

5.5 获取门店列表

> - Url路径:api/store/list

5.5.1 接口请求模型

参数代码       参数类型参数类型       参数长度 代码标识说明 是否非空 说明                                  
isDelivery     int                   1         Y             Y         仅查询支持配送(默认0:否,1:是)        

5.5.2 接口返回模型

参数代码 参数类型参数类型     参数长度 代码标识说明 是否非空 说明              
branchs   List<getBranchModel>                         Y         符合条件的门店列表

Demo:

Request:

{
    "appKey":"NepHealth",
    "nonce":"Tdsad2saa2a",
    "timestamp":1639119614,
    "sign":"a1f8f760de8edfe74b3b7bb9d9c51e4379abfbdb1",
    "input":{
        "isDelivery":0
    }
}

Response:

{
    "code": 200,
    "msg": "ok",
    "nonce": "Tdsad2saa2a",
    "output": {
    "branchs": [{
​            "isCenter": 0,
​            "tel": "0755-86575574",
​            "stateId": 98,
​            "cityId": 903,
​            "pharmacyCode": "SA79",
​            "longitude": 114.137994,
​            "latitude": 22.624985
​      }]
​   }
}

页面列表

ITEM_HTML