curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/station//' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"dictValue": "",
"dictLabel": "",
"listClass": "",
"tonePinyin": "",
"numberPinyin": "",
"other": "",
"params": "",
"category": "",
"type": 0
}
],
"msg": "",
"total": 0
}