Browse Source

修改请求路径2

zhangyujun 3 years ago
parent
commit
615c6559f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/api.ts

+ 1 - 1
src/api/api.ts

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