shish hace 2 años
padre
commit
24beb2cd26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/RefundController.php

+ 1 - 1
app-ghs/controllers/RefundController.php

@@ -119,7 +119,7 @@ class RefundController extends BaseController
                 util::fail('请先升级系统');
             }
             if ($confirm == 0) {
-                util::success(['notFirstApply' => 1]);
+                util::success(['error' => 'notFirstApply']);
             }
         }