{ "month": "202010" }
curl --location -g --request POST '/{{route}}/ri/open/zjPlan/list?version=1&version=' \ --header 'Authorization: {{Authorization}}' \ --header 'ent: {{ent}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "month": "202010" }'
{ "data": [ { "planName": "早自检", "planId": 3 }, { "planName": "中午自检", "planId": 2 }, { "planName": "晚自检", "planId": 1 } ], "status": 0 }