拉取评价数据

javascript 复制代码
WXAPI.goodsReputationV2({
	goodsId: 1234,
  page: 1,
  pageSize: 50
})
  • goodsId 商品编号
  • page 获取第几页的数据
  • pageSize 每页读取几条数据,该参数可不传,不传的话默认为50
json 复制代码
{
  "code": 0,
  "data": {
    "result": [
      {
        "goods": {
          "afterSale": "0,1,2",
          "amount": 499,
          "amountCoupon": 0,
          "amountSingle": 499,
          "amountSingleBase": 299,
          "benefitFwf": 0,
          "benefitOther1": 0,
          "benefitSale": 0,
          "buyRewardEnd": false,
          "cost": 0,
          "cyTableStatus": 1,
          "dateAdd": "2021-11-15 22:35:07",
          "dateReputation": "2021-11-24 18:20:00",
          "fxType": 2,
          "goodReputation": 2,
          "goodReputationRemark": "系统默认好评",
          "goodReputationStr": "好评",
          "goodsId": 810285,
          "goodsName": "小票打印机工厂定制版",
          "id": 1898668,
          "inviterId": 1351478,
          "isProcessHis": true,
          "isScoreOrder": false,
          "number": 1,
          "numberNoFahuo": 0,
          "orderId": 1204315,
          "pic": "https://dcdn.it120.cc/2020/04/15/0a86e7ef-3680-4f9f-a22c-2afb26672b7d.png",
          "priceId": 4181302,
          "property": "网络类型:WIFI,新订单提示:滴滴声,切纸方式:手动撕纸  对接方式:系统对接",
          "propertyChildIds": "30899:320215,30900:320217,30901:320220,",
          "purchase": true,
          "refundStatus": 0,
          "score": 0,
          "sellerUid": 1351478,
          "shopId": 0,
          "status": 4,
          "type": 0,
          "uid": 2341341,
          "unit": "台",
          "userId": 951
        },
        "user": {
          "uid": 2341341
        }
      }
    ],
    "totalRow": 7,
    "totalPage": 7
  },
  "msg": "success"
}