curl --location --request GET 'http://127.0.0.1:8080/api/repo/list' \ --header 'Authorization;'
{ "code": 200, "data": [ { "id": 1, "repo": "题库A" }, { "id": 2, "repo": "题库B" } ], "msg": "non ipsum consequat qui" }