{
"recordIds": "string"
}
curl --location --request POST '/activity/xkyl/api/actDetail' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordIds": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"actTitle": "string",
"batchName": "string",
"batchType": 0,
"couponAmt": 0,
"transactionMinimum": 0,
"favorNum": 0,
"totalCouponAmt": 0,
"favorStoreAppid": "string",
"onlyFavorRegister": 0,
"userLimitType": 0
}
}