curl --location --request GET 'https://dev-api-2.golfera.net//api/v1/admin/listMealPrice?role_id=xxx&meal_name' \
--header 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9nb2xmLmhvc3RcL2FwaVwvdjFcL2FkbWluXC91c2VyXC9sb2dpbiIsImlhdCI6MTc1MjgxODg3NiwiZXhwIjoxNzU2NDE4ODc2LCJuYmYiOjE3NTI4MTg4NzYsImp0aSI6IlAxNUVpRThSTTJ3MEhKajUiLCJzdWIiOjI4NiwicHJ2IjoiMDU3N2I0MWY1NGUwOTVhM2Q4Y2EyMzc0MzY1MDFiOGI3YjFmZTRhNCJ9.KM5C6pp6ffS3HTCu2Vs81xKvQyLAPH3Y1sUFDmlRVJI'
"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洞价格