curl --location --request GET '/backend/coupon/getMethod' \
--header 'BackendToken: {{BackendToken}}'{
"data": {
"total": 43,
"list": [
"手动",
"自动"
]
},
"code": 1001,
"message": "查询成功"
}