sugangqiang 2 年之前
父節點
當前提交
76f1293958
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = [