Explorar el Código

修改capi接口

lh hace 3 años
padre
commit
77d3c59e34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Controllers/CompanyAuth/AppController.php

+ 1 - 1
src/Controllers/CompanyAuth/AppController.php

@@ -377,7 +377,7 @@ class AppController extends Controller
         $amount = (int)$request->get('amount');
         $type = $request->get('type');
         $day = $request->get('day');
-        $limit_amount = 2000;
+        $limit_amount = 20000;
         $limit_users = 20;
 
         // 参数判断