curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/hsk-class/outline/list?classId' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"classId": 0,
"unitId": 0,
"unitSort": 0,
"weekNumber": 0,
"weekName": ""
}
],
"msg": "",
"total": 0
}