加载中…

获取可购买会员卡列表

```javascript WXAPI.cardList({ type: 0 }) ``` + type 0 为次卡,目前仅支持次卡,所以固定传0 + status 0 正常 1 停用 ```json { "code": 0, "data": [ { "amount": 100, "endType": 0, "id": 3, "name": "农夫山泉桶装水水票", "price": 19, "refs": "1:235853", "shopIds": "", "status": 0, "statusStr": "正常", "type": 0, "typeStr": "次卡" } ], "msg": "success" } ```