ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**获取用户已领取卡券** 用于获取用户卡包里的,属于该appid下所有**可用卡券,包括正常状态和异常状态 ~~~[api] post:api/weixin/getCardList config_id# *string:openId=默认值#需要查询的用户openid cardId#卡券ID.不填写时默认查询当前appid下的卡券 <<< success { 'status':'1', 'message':'查询成功', 'data':{ 'card_list':[ //卡券列表 {"code": "xxx1434079154", "card_id": "xxxxxxxxxx"}, {"code": "xxx1434079155", "card_id": "xxxxxxxxxx"} ], 'has_share_card':true //是否有可用的朋友的券 } } <<< error { 'status':'2', 'message':'图片文件超长' } ~~~