|
@@ -46,7 +46,7 @@ function openApiquestionInfoSelectTestQuestionInfo(params: {
|
|
subject: number,
|
|
subject: number,
|
|
}): AxiosPromise<selectTestQuestionInfo.response> {
|
|
}): AxiosPromise<selectTestQuestionInfo.response> {
|
|
return request({
|
|
return request({
|
|
- url: "/open-api/question/info/selectTestQuestionInfo",
|
|
|
|
|
|
+ url: "https://jpcj-admin.zzxcx.net/jpcj-admin/open-api/question/info/selectTestQuestionInfo",
|
|
method: "get",
|
|
method: "get",
|
|
params
|
|
params
|
|
|
|
|