存档点

This commit is contained in:
2026-01-14 18:17:16 +08:00
parent 39ea6f2fb1
commit cdc5dff129
8 changed files with 408 additions and 117 deletions

View File

@@ -1,10 +1,10 @@
const config = {
baseUrl: getBaseUrl(),
api: {
login: '/gw/login',
getQuestion: '/qgdzs/get_question',
answerQuestion: '/qgdzs/answer_question',
getAllCategory: '/qgdzs/get_all_category'
login: '/gw/open/login',
getQuestion: '/qgdzs/open/get_question',
answerQuestion: '/qgdzs/open/answer_question',
getAllCategory: '/qgdzs/open/get_all_category'
},
timeout: 30000
}