说明 / 示例
/api/getStoreById/{id} id= 商户id
GET
需要token
store 字段内 添加评价字段:
"reply": null, 一条评价
"replyChance": "0", 好评率
"replyCount": 0, 评价条数
"reply": {
"id": null,
"productId": null,
"replyType": null,
"productScore": 5,
"serviceScore": 5,
"comment": "3333",
"pics": null,
"pictures": "http://file.yuntunvip.com/1604640363670.png",
"picturesArr": ["http://file.yuntunvip.com/1604640363670.png"],
"merchantReplyContent": null,
"merchantReplyTime": null,
"createTime": "2020-11-06 13:26:08",
"star": "5",
"nickname": "17388938818",
"avatar": "http://pic.uhuipay.com/1603291449424.png",
"sku": "默认"
},
"replyChance": "100.00",
"replyCount": 2,
avatar 用户头像 string
comment 评论内容 string
createTime string(date-time)
id 评论ID integer(int64)
merchantReplyContent 管理员回复内容 string
merchantReplyTime 管理员回复时间 string(date-time)
nickname 用户昵称 string
pics 评论图片 array string
pictures string
picturesArr array string
productId 产品id integer(int64)
productScore 商品分数 integer(int32)
replyType 某种商品类型(普通商品、秒杀商品) string
serviceScore 服务分数 integer(int32)
sku 商品sku string
star 评价星星数 string
{
"status": 200,
"success": true,
"msg": "操作成功",
"data": {
"coupon": [{
"id": 8,
"cid": 3,
"cname": "满200减40",
"ctype": 0,
"startTime": "2020-09-03",
"endTime": "2021-09-01",
"totalCount": 100,
"remainCount": 96,
"isPermanent": 0,
"status": 1,
"couponPrice": 40,
"useMinPrice": 200,
"isUse": false
},
{
"id": 7,
"cid": 3,
"cname": "满100减10",
"ctype": 0,
"startTime": "2020-09-02",
"endTime": "2021-09-30",
"totalCount": 100,
"remainCount": -1,
"isPermanent": 1,
"status": 1,
"couponPrice": 10,
"useMinPrice": 100,
"isUse": false
}
],
"store": {
"id": 3,
"name": "玉楼栋酒店",
"introduction": "玉楼栋酒店",
"phone": "15136175234",
"address": "河南省漯河市",
"detailedAddress": "",
"image": "http://pic.sgkj168.cn/logo.png",
"latitude": "28.124701",
"longitude": "112.906654",
"validTime": "2020-03-09 - 2020-04-30",
"latlng": "28.124701,112.906654",
"dayTime": "11:33:49 - 19:33:49",
"distance": null,
"average": "100",
"classify": 18,
"collect": false,
"sliderImage": "https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg",
"sliderImageArr": [
"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg",
"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg"
],
"businessHours": "10:00-22:00",
"businessWeek": "周一到周日",
"ad": null,
"activity": null,
"couponlist": [{
"id": 8,
"cid": 3,
"cname": "满200减40",
"ctype": 0,
"startTime": "2020-09-03",
"endTime": "2021-09-01",
"totalCount": 100,
"remainCount": 96,
"isPermanent": 0,
"status": 1,
"couponPrice": 40,
"useMinPrice": 200,
"isUse": false
},
{
"id": 7,
"cid": 3,
"cname": "满100减10",
"ctype": 0,
"startTime": "2020-09-02",
"endTime": "2021-09-30",
"totalCount": 100,
"remainCount": -1,
"isPermanent": 1,
"status": 1,
"couponPrice": 10,
"useMinPrice": 100,
"isUse": false
},
{
"id": 6,
"cid": 3,
"cname": "满100减20",
"ctype": 0,
"startTime": "2020-09-02",
"endTime": "2021-09-01",
"totalCount": 200,
"remainCount": 193,
"isPermanent": 0,
"status": 1,
"couponPrice": 20,
"useMinPrice": 100,
"isUse": true
}
],
"activityArr": []
}
},
"total": null,
"time": "2020-10-28 14:11:51"
}