|
@@ -22,7 +22,7 @@ function loginCodeTest() {
|
|
|
|
|
|
}
|
|
|
//查询模拟考试题库
|
|
|
-function studentQustionInfoSelectTestQuestionInfo(params: {
|
|
|
+function studentQuestionInfoSelectTestQuestionInfo(params: {
|
|
|
liceBus: string,
|
|
|
liceCar: string,
|
|
|
liceMoto: string,
|
|
@@ -30,7 +30,7 @@ function studentQustionInfoSelectTestQuestionInfo(params: {
|
|
|
subject: number,
|
|
|
}): AxiosPromise<selectTestQuestionInfo.response> {
|
|
|
return request({
|
|
|
- url: "student/qustion/info/selectTestQuestionInfo",
|
|
|
+ url: "student/question/info/selectTestQuestionInfo",
|
|
|
method: "get",
|
|
|
params
|
|
|
|
|
@@ -38,7 +38,7 @@ function studentQustionInfoSelectTestQuestionInfo(params: {
|
|
|
|
|
|
}
|
|
|
//查询模拟考试题库(通用)
|
|
|
-function openApiqustionInfoSelectTestQuestionInfo(params: {
|
|
|
+function openApiquestionInfoSelectTestQuestionInfo(params: {
|
|
|
liceBus: string,
|
|
|
liceCar: string,
|
|
|
liceMoto: string,
|
|
@@ -46,7 +46,7 @@ function openApiqustionInfoSelectTestQuestionInfo(params: {
|
|
|
subject: number,
|
|
|
}): AxiosPromise<selectTestQuestionInfo.response> {
|
|
|
return request({
|
|
|
- url: "open-api/qustion/info/selectTestQuestionInfo",
|
|
|
+ url: "/open-api/question/info/selectTestQuestionInfo",
|
|
|
method: "get",
|
|
|
params
|
|
|
|
|
@@ -80,9 +80,9 @@ async function questionTwoList(params: {
|
|
|
export default {
|
|
|
loginCode,
|
|
|
loginCodeTest,
|
|
|
- studentQustionInfoSelectTestQuestionInfo,
|
|
|
+ studentQuestionInfoSelectTestQuestionInfo,
|
|
|
studentUserInfo,
|
|
|
- openApiqustionInfoSelectTestQuestionInfo,
|
|
|
+ openApiquestionInfoSelectTestQuestionInfo,
|
|
|
questionTwoList
|
|
|
|
|
|
|