curl --location --request GET '/backend/coupon/admin/list?id&type=ACTIVITY&couponName=代金券名称&outMehtod' \
--header 'BackendToken: {{BackendToken}}'{
"data": {
"total": 1,
"list": [
{
"id": "476a2d9a7f1941cdabc4d9ab9b8e7fe6",
"type": "ACTIVITY",
"couponName": "代金券名称1",
"displayAmount": 362.1,
"effectiveDays": 91,
"createTime": "2025-08-03 19:35:17",
"updateTime": null
}
]
},
"code": 1001,
"message": "查询成功"
}