🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] get:/app/ewei_shopv2_api.php *int:i=1#固定参数 *string:r=changce.merch.get_list#固定参数 *int:merchid=0#固定参数 *string:comefrom=wxapp#固定参数 float:lat#用户所在经度 float:lng#用户所在维度 string:openid#用户OPENID int:page=1#页码 int:cateid#商户分类ID string:keywords#搜索关键字 int:range=0#距离,5代表查找5公里内的商户 <<< success { "error": 0, "sysset": { "shopname": "喻氏广安堂", "shoplogo": "images/1/2019/09/h7JJQv7CD97CCyv6lJDzYMHsSlCyc7.jpg", "description": "", "saleout_icon": "", "share": { "logo": "", "icon": "", "followqrcode": "" }, "texts": { "credit": "积分", "money": "余额" }, "isclose": 0, "force_auth": "1" }, "list": [{ "id": "98", "uniacid": "1", "merchname": "风采店", "salecate": "打酱油", "logo": "https://gat.xtow.net/attachment/images/1/2019/09/bCMacTdDdI4mgOqJOoQ4ctkDZQqtd4.png", "groupid": "6", "cateid": "12", "address": "商户地址", "tel": "13888888888", "lng": "113.60617597525331", "lat": "24.813436093928374", "distance": 1.11, "disname": "1.11km", "catename": "大大" }], "total": 1, "pagesize": 10, "cates": [{ "id": "12", "uniacid": "1", "catename": "大大", "createtime": "1567406875", "status": "1", "displayorder": "0", "thumb": "", "isrecommand": "1" }], "disopt": [{ "range": 1, "title": "1KM以内" }, { "range": 3, "title": "3KM以内" }, { "range": 5, "title": "5KM以内" }, { "range": 10, "title": "10KM以内" }], "citysel": false, "citys": [] } <<< error ~~~ | 字段 | 描述 | | --- | --- | | id | 店铺ID | | merchname | 店铺名称 | | salecate | 主营内容 | | logo | 店铺LOGO | | address | 店铺地址 | | tel | 客服电话 | | lat | 店铺位置(经度) | | lng | 店铺位置(维度) | | distance | 距离(用于与店铺的距离) |