{
"recordIds": "string"
}
curl --location --request POST '/h5font/xkyl/api/showQRcodeDetail' \
--header 'token;' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordIds": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"grantUrl": "string",
"batchNo": "string",
"batchName": "string",
"batchType": "string",
"couponAmt": "string",
"transactionMinimum": "string",
"loseEffectDate": "string",
"toFavorNum": "string",
"backUrl": "string"
}
}