购买这些商品以后,立即可获得分销商资格
```javascript
WXAPI.fxGoods(
page: 1,
pageSize: 50
)
```
+ page 获取第几页数据,不传该参数默认为1
+ pageSize 每页获取几条记录,不传该参数默认为50
```json
{
"code": 0,
"data": {
"result": [
{
"goodsId": 640316,
"id": 20,
"userId": 2
}
],
"totalRow": 1,
"totalPage": 1,
"goodsMap": {
"640316": {
"afterSale": "0,1,2",
"barCode": "232345888",
"brandId": 7,
"categoryId": 27066,
"commission": 1,
"commissionSettleType": 0,
"commissionType": 0,
"commissionUserType": 0,
"dateAdd": "2020-11-22 09:18:42",
"dateEnd": "2021-01-27 18:03:34",
"dateEndPingtuan": "2021-02-09 11:04:57",
"dateStart": "2021-01-27 18:03:32",
"dateUpdate": "2021-12-07 21:15:55",
"expiryMillis": 0,
"fxType": 2,
"gotScore": 0,
"gotScoreType": 0,
"hasAddition": false,
"hasTourJourney": false,
"hidden": 0,
"id": 640316,
"kanjia": true,
"kanjiaPrice": 3,
"limitation": false,
"logisticsId": 3957,
"maxCoupons": 1,
"miaosha": true,
"minBuyNumber": 1,
"minPrice": 1,
"minScore": 0,
"name": "泰诺感冒颗粒2",
"numberFav": 0,
"numberGoodReputation": 0,
"numberOrders": 0,
"numberReputation": 0,
"numberSells": 0,
"originalPrice": 1010,
"overseas": false,
"paixu": 8,
"persion": 0,
"pic": "https://dcdn.it120.cc/cuser/2/2020/07/08/df4ade57-fe9c-4b03-bc00-9c1efe2033c4.png",
"pingtuan": false,
"pingtuanPrice": 0,
"recommendStatus": 0,
"recommendStatusStr": "普通",
"seckillBuyNumber": 0,
"sellEnd": true,
"sellStart": true,
"shopId": 1,
"status": 0,
"statusStr": "上架",
"storeAlert": false,
"stores": 8,
"stores0Unsale": false,
"tags": "感冒,低烧",
"type": 0,
"unusefulNumber": 0,
"usefulNumber": 0,
"userId": 2,
"vetStatus": 1,
"views": 8,
"weight": 0
}
}
},
"msg": "success"
}
```