{}curl --location --request GET '/adminapi/marketing.coupon/detail' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 2,
"name": "满50减10",
"send_num": 0,
"use_time_type": 2,
"use_time_start": "",
"use_time_end": "",
"use_day": 7,
"money": "10.00",
"get_type": 1,
"use_condition": 2,
"condition_money": "50.00",
"get_num_type": 2,
"get_num": 10,
"use_scope": 1,
"status": 1,
"course_list": []
}
}