feat 存档
This commit is contained in:
10
config.js
10
config.js
@@ -2,9 +2,13 @@ const config = {
|
||||
baseUrl: getBaseUrl(),
|
||||
api: {
|
||||
login: '/gw/open/login',
|
||||
getQuestion: '/qgdzs/open/get_question',
|
||||
answerQuestion: '/qgdzs/open/answer_question',
|
||||
getAllCategory: '/qgdzs/open/get_all_category'
|
||||
getQuestion: '/qgdzs/open/random/question',
|
||||
answerQuestion: '/qgdzs/open/random/answer',
|
||||
getAllCategory: '/qgdzs/open/category/get_category',
|
||||
getCategoryQuestion: '/qgdzs/open/category/question',
|
||||
answerCategoryQuestion: '/qgdzs/open/category/answer',
|
||||
getQuicklyQuestion: '/qgdzs/open/quickly/question',
|
||||
answerQuicklyQuestion: '/qgdzs/open/quickly/answer'
|
||||
},
|
||||
timeout: 30000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user