用户自己收藏门店列表 websocket测试 GET /api/StoreRelation/collects?page=1&limit=20&type=collect 说明 / 示例 GET 需要token 返回 { "status": 200, "success": true, "msg": "操作成功", "data": [ { "cid": 10, "uid": 2, "name": "湘府柴房私房菜", "phone": "13012345678", "address": "岳麓区含浦大道与西二环交叉口", "detailedAddress": null, "image": "http://pic.sgkj168.cn/logo.png", "latitude": "28.161551", "longitude": "112.926102", "introduction": "私房菜" } ], "time": "2020-09-30 11:32:11", "total": 20 } cid 门店id uid 自己用户id
GET 需要token 返回 { "status": 200, "success": true, "msg": "操作成功", "data": [ { "cid": 10, "uid": 2, "name": "湘府柴房私房菜", "phone": "13012345678", "address": "岳麓区含浦大道与西二环交叉口", "detailedAddress": null, "image": "http://pic.sgkj168.cn/logo.png", "latitude": "28.161551", "longitude": "112.926102", "introduction": "私房菜" } ], "time": "2020-09-30 11:32:11", "total": 20 } cid 门店id uid 自己用户id