瀏覽代碼

add - log

liugc 1 年之前
父節點
當前提交
d0a036d00b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/workerapi/logic/LoginLogic.php

+ 1 - 0
app/workerapi/logic/LoginLogic.php

@@ -79,6 +79,7 @@ class LoginLogic extends BaseLogic
                 throw new \Exception('该手机号后台审核中');
             }
 
+            Log::info('params'.json_encode($params));
             if(!$master->isEmpty() and $master->status==2){
                 $master->save([
                     'maintain_exp_type' => isset($params['maintain_exp_type'])?$params['maintain_exp_type']:0,