Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/plan/getPlanDetail' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"planId": 0,
"planName": "",
"planChapter": "",
"planContent": ""
}
]
}