Wechat official account API: https://api.weixin.qq.com/car..
past parameters of post:
{
"action_name": "QR_MULTIPLE_CARD",
"action_info": {
"multiple_card": {
"card_list": [{
"code": "2392583481",
"outer_str": "12b"
},
{
"code": "2392583482",
"outer_str": "12b"
}
]
}
}
}
I read the interface document, and the default is 365 days without expiration. However, in practice, I found that this kind of QR code containing multiple card coupons will expire in a few months, and the scan will show that the QR code has expired. What kind of pit is this?