xiatian 4 年之前
父节点
当前提交
dc6960562d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/app/service/impl/CoreQuestionServiceImpl.java

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/CoreQuestionServiceImpl.java

@@ -42,7 +42,7 @@ public class CoreQuestionServiceImpl implements CoreQuestionService {
     @Override
     public String downloadPaper(String key, String token, String paperId) throws Exception {
         //封装请求参数
-        return String.format("%s/api/branch_ecs_ques/paper/export/%s/PAPER/%s/offLine?$key=%s&$token=%s", sysProperty.getCoreQuestionUrl(), paperId,  paperId, key, token);
+        return String.format("%s/api/branch_ecs_ques/paper/export/%s/PAPER/offLine?$key=%s&$token=%s", sysProperty.getCoreQuestionUrl(), paperId, key, token);
     }
 
     @Override