加载中…

获取我参与的所有团列表

```javascript WXAPI.pingtuanMyJoined({ token: '000', page: 1, pageSize: 10, goodsId: 123, pingtuanId: 123, tuanId: 456, orderId: 999 }) ``` + token 用户登陆凭证 + page 获取第几页数据,不传该参数默认为1 + pageSize 每页读取几条记录,不传该参数默认为50 + goodsId 如果传了该参数,只会返回该商品的拼团 + pingtuanId 根据拼团设置id筛选,可不传 + tuanId 根据团号筛选,可不传 + orderId 根据订单号筛选,可不传 ```json { "code": 0, "data": { "result": [ { "buyInfo": { "dateAdd": "2022-01-03 11:38:40", "goodsId": 6761, "id": 9568, "orderId": 1270585, "pingtuanId": 3773, "pingtuanJoiner": 16858, "uidHelp": 2017654, "uidJoiner": 2017654, "userId": 951 }, "tuanInfo": { "dateAdd": "2022-01-03 11:35:15", "dateEnd": "2022-01-04 11:35:16", "dateUpdate": "2022-01-03 11:38:40", "goodsId": 6761, "goodsNumber": 1, "helpNumber": 1, "id": 16858, "orderNumber": 1, "pingtuanId": 3773, "status": 0, "statusStr": "进行中", "uid": 2017654, "userId": 951 }, "goodsInfo": { "afterSale": "0,1,2", "barCode": "", "categoryId": 1872, "characteristic": "尼多熊袜子,适合秋冬天", "commission": 5, "commissionSettleType": 0, "commissionType": 2, "commissionUserType": 0, "dateAdd": "2017-10-30 00:00:00", "dateEnd": "2022-01-23 11:38:29", "dateEndCountDown": "19天", "dateEndPingtuan": "2022-01-10 11:35:13", "dateStart": "2022-01-03 11:38:27", "dateUpdate": "2022-01-03 11:38:38", "fxType": 2, "gotScore": 0, "gotScoreType": 0, "hasAddition": false, "hasTourJourney": false, "hidden": 0, "id": 6761, "kanjia": false, "kanjiaPrice": 0, "limitation": false, "logisticsId": 386, "maxCoupons": 1, "miaosha": true, "minBuyNumber": 1, "minPrice": 190, "minScore": 0, "name": "儿童睡衣男童短袖纯棉夏季薄款男孩中大童卡通宝宝家居服套装夏天", "numberFav": 182, "numberGoodReputation": 13, "numberOrders": 21, "numberReputation": 0, "numberSells": 16, "originalPrice": 490, "overseas": false, "paixu": 0, "pic": "https://cdn.it120.cc/apifactory/2019/07/11/df49fedd-1e93-49ec-b2a8-6eb9fb7c0579.jpg", "pingtuan": true, "pingtuanPrice": 0, "propertyIds": ",871,", "recommendStatus": 0, "recommendStatusStr": "普通", "seckillBuyNumber": 0, "sellEnd": false, "sellStart": true, "shopId": 0, "status": 0, "statusStr": "上架", "storeAlert": false, "stores": 9998, "stores0Unsale": false, "type": 0, "unit": "份", "unusefulNumber": 0, "usefulNumber": 0, "userId": 951, "vetStatus": 1, "videoId": "", "views": 106656, "weight": 0 } } ], "totalRow": 1, "totalPage": 1 }, "msg": "success" } ``` + buyInfo 参团信息 - dateAdd 参团时间 - goodsId 商品id - orderId 订单id - pingtuanId 拼团设置id - pingtuanJoiner 团id - uidJoiner 开团用户编号 - uidHelp 参团用户编号 + tuanInfo 拼团信息 - id 团的id,通过该id来参与到这个拼团里 - goodsNumber 总共商品数 - dateEnd 截团时间 - helpNumber 团员人数(包括团长自己) - orderNumber 总共订单数 - pingtuanId 拼团设置的ID,对应`setting`中的id - status 0 进行中 1 无效 2 完成 + goodsInfo 商品信息,具体字段说明请查看商品详情接口