```javascript
WXAPI.chuchuanGoodsList({
uid: 1
})
```
+ page 获取第几页数据,不传该参数默认为1
+ pageSize 每页获取几条记录,不传该参数默认为50
+ uid 橱窗用户id,必传
+ goodsId 商品ID
+ tag 根据标签搜索
```json
{
"code": 0,
"data": {
"result": [
{
"goodsEntity": {
"afterSale": "0,1,2",
"barCode": "",
"categoryId": 343122,
"commission": 10,
"commissionSettleType": 0,
"commissionType": 1,
"commissionUserType": 0,
"dateAdd": "2022-01-22 23:13:37",
"dateUpdate": "2023-07-04 10:04:31",
"fxType": 2,
"gotScore": 100,
"gotScoreType": 1,
"hasAddition": false,
"hasTourJourney": false,
"hidden": 0,
"id": 1048084,
"kanjia": false,
"kanjiaPrice": 0,
"limitation": false,
"logisticsId": 64724,
"maxCoupons": 1,
"miaosha": false,
"minBuyNumber": 1,
"minPrice": 96,
"minScore": 0,
"name": "Dried Fig 340 g 无花果干",
"numberFav": 5,
"numberGoodReputation": 22,
"numberOrders": 22,
"numberReputation": 22,
"numberSells": 27,
"originalPrice": 0,
"overseas": false,
"paixu": 177,
"persion": 0,
"pic": "https://dcdn.out1n.com/2022/01/22/1b359fa0-8ce4-4630-9230-c7434e07c0ab.jpg",
"pingtuan": false,
"pingtuanPrice": 0,
"priceShopSell": 0,
"purchaseNotes": "",
"recommendStatus": 0,
"recommendStatusStr": "普通",
"seckillBuyNumber": 0,
"sellEnd": false,
"sellStart": true,
"shopId": 31630,
"status": 0,
"statusStr": "上架",
"storeAlert": false,
"stores": 973,
"stores0Unsale": false,
"storesExt1": 0,
"storesExt2": 0,
"subName": "无花果干 340克",
"type": 0,
"unit": "份",
"unusefulNumber": 0,
"usefulNumber": 0,
"userId": 37749,
"vetStatus": 1,
"views": 228,
"weight": 0.34
},
"goodsId": 1048084
}
],
"totalPage": 42,
"totalRow": 42
},
"msg": "success"
}
```
字段说明请参考商品详情接口:
[https://www.yuque.com/apifm/nu0f75/vuml8a](https://www.yuque.com/apifm/nu0f75/vuml8a)