浏览代码

测试注册

afa 4 月之前
父节点
当前提交
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();