sugangqiang hace 2 años
padre
commit
76f1293958
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/common/controller/Auth.php

+ 1 - 1
app/common/controller/Auth.php

@@ -18,7 +18,7 @@ class Auth extends BaseController {
     public function register() {
         $msg = "";
         if ($this->request->isPost()) {
-            $source = intval($this->request['source']);
+            $source = 3; //intval($this->request['source']);
             $response_object = new \StdClass();
             $special = \StrUtil::getRequestDecodeParam($this->request, 'special');
             $data = [