curl --location 'https://dev-api-2.golfera.net//api/v1/admin/listMealPrice?role_id=xxx&meal_name=undefined' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvZGV2LWFwaS0yLmdvbGZlcmEubmV0XC9hcGlcL3YxXC9jYWRkaWVcL2xvZ2luIiwiaWF0IjoxNzgzNDIwNDQ1LCJleHAiOjE3ODcwMjA0NDUsIm5iZiI6MTc4MzQyMDQ0NSwianRpIjoiY2hJZHZHRkV3YktRTzhUeSIsInN1YiI6NDI0LCJwcnYiOiIyOGYwYWZkYmM3OTJjYmEyM2ViYjQxMTYyZTJhODBlMzZhZjRhNzlkIn0.pOg5rK9TvAtohirjMBs-TWL7QLYwwtK2BE5z1m0Bs70'"errno": "0",
"msg": "成功",
"data": [
{
"id": 54, //id
"client_id": 13,
"meal_code": null, //代码
"meal_name": "000000", //名称
"role_id": "10,11,26", //身份id
"validity": null, //是否永久有效 1=是 0=否(有开始和结束日期)
"start_time": null, //开始时间
"end_time": null, //结束时间
"is_add": 0, //是否加打 1=加打 0=不加打
"ordinary_nine_holes": { //九洞价格
"id": 1537,
"client_id": 13, //
"count_price": "0.00", //总价
"cost1": "0.00", //费用1
"cost2": "0.00", //费用2
"cost3": "0.00", //费用3
"cost4": "0.00", //费用54
"cost5": "0.00", //费用5
"cost6": null, //费用1
},
"ordinary_eighteen_holes": {},//18洞价格
"holiday_nine_holes": {},//假日九洞价格
"holiday_eighteen_holes": {},//假日18洞价格
"add_ordinary_nine_holes": {},//加打九洞价格
"add_ordinary_eighteen_holes": {},//加打18洞价格
"add_holiday_nine_holes": {},//加打假日九洞价格
"add_holiday_eighteen_holes": {},//加打假日18洞价格