lizhen_gitee 10 ماه پیش
والد
کامیت
818254fc5e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      addons/exam/controller/Paper.php

+ 2 - 1
addons/exam/controller/Paper.php

@@ -223,7 +223,8 @@ class Paper extends Base
                 $this->error('交卷失败');
                 $this->error('交卷失败');
             }
             }
         }
         }
-        return json($result);
+        $this->success('',$result);
+//        return json($result);
     }
     }
 
 
     /*
     /*