文档
测试

门店列表

GET
store/getStoreList

接口描述

http://10.1.2.4:8200/ww/index.php/store/getStoreList?XDEBUG_SESSION_START=PHPSTORM&sid=AMN00002991_y49W2B2DT1C4Y131c0c2wcdSgOI1RNWK&type=1

请求参数

参数名
类型
描述
必填
type
int
1-美发 2-美容
必填
xcode
string
x坐标 31.230378
必填
ycode
string
y坐标 121.473658
必填
keyword
string
门店名
必填
date
string
日期 2021-03-05
必填

说明 / 示例

{ "Success": true, "Msg": "", "Data": [ { "compno": "081", "compname": "晶耀前滩店", "compaddress": "江耀路100弄66号晶耀商务广场3层301单元", "compphone": "50568002", "province": "上海市", "city": "上海市", "area": "浦东新区", "circle": "三林", "province_id": "289", "city_id": "289", "area_id": "2183", "circle_id": "11085", "distance": 8.700478553772 } ] }