[
{
"couponCode": "10203635ca7242cc97c768222876ef44",
"wechatBaseReq": {
"token": "xxxxx",
"transId": "xxxx"
}
}
]
curl --location --request POST '/mer-mini-service/service/cpeq_mer_couponOccupyByNbr' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"couponCode": "10203635ca7242cc97c768222876ef44",
"wechatBaseReq": {
"token": "xxxxx",
"transId": "xxxx"
}
}
]'
{
"resultObject": {
"code": "9000",
"message": "获取微信用户失败:微信登录失效,请重新登录[错误流水:20230711160603JCOFA9TPOE]"
},
"resultCode": "0",
"resultType": "0"
}