curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/app-api/v2/home/tab' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"type": 0,
"typeName": "",
"sort": 0,
"columnContents": [
{
"courseType": "",
"title": "",
"intro": "",
"courseInfos": [
{
"createTime": "",
"unitSort": 0,
"timesSort": 0,
"courseId": 0,
"levelId": 0,
"timesId": 0,
"grade": "",
"title": "",
"introduce": "",
"chapter": "",
"coverImg": "",
"learnings": 0,
"isNew": false,
"coins": 0
}
],
"avatars": [
""
],
"courseTotal": 0,
"courseLearned": 0
}
]
}
],
"msg": "",
"total": 0
}