Skip to content

通过code和卡券id获取基本信息缺少字段 #894

@thomas2050

Description

@thomas2050

https://api.weixin.qq.com/card/code/get
现在有如下字段:
{
"errcode": 0,
"errmsg": "ok",
"card": {
"card_id": "p0eK60jD5OeGfhLbUC22222rsjR9toAx4",
"begin_time": 0,
"end_time": 4294967222295,
"bonus": 120,
"code": "223424393077",
"membership_number": "223424393077"
},
"openid": "o0eK60hF4tI2222uXFF2OMCTCNn50iYs",
"can_consume": true,
"user_card_status": "NORMAL",
"outer_str": "Floph5_1217",
"background_pic_url": "xxxxxx",
"unionid": "xxxx"
}

目前只返回了
{
"errcode": 0,
"errmsg": "ok",
"card": {
"card_id": "p0eK60jD5OeGfhLbUC22222rsjR9toAx4",
"begin_time": 0,
"end_time": 4294967222295,
"bonus": 120
},
"openid": "o0eK60hF4tI2222uXFF2OMCTCNn50iYs",
"can_consume": true,
"user_card_status": "NORMAL"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions