소스 검색

测试注册

afa 5 달 전
부모
커밋
0190c5759d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Chabao.php

+ 1 - 1
application/api/controller/Chabao.php

@@ -79,7 +79,7 @@ class Chabao extends Api
             $newUserID = $userModel->insertGetId($data);
             // 创建钱包
             (new LedgerWalletModel())->insertGetId(['user_id' => $newUserID]);
-            Token::marshal($newUserID, $this->params['mobile']);
+            Token::marshal($newUserID, "");
          
             // 提交事务
             Db::commit();