作者 黄超

123

@@ -17,4 +17,6 @@ public/.well-known/ @@ -17,4 +17,6 @@ public/.well-known/
17 public/kevin_wx_xcx_push.log 17 public/kevin_wx_xcx_push.log
18 public/pcl_pay_logs.log 18 public/pcl_pay_logs.log
19 public/pcl_pay_p.log 19 public/pcl_pay_p.log
  20 +public/pcl_wct.log
  21 +public/kevin_wx_xcx_push.log
20 public/pcl_repay_v2.log 22 public/pcl_repay_v2.log
@@ -157,7 +157,7 @@ class Index extends \think\addons\Controller @@ -157,7 +157,7 @@ class Index extends \think\addons\Controller
157 Db::name('wct_user')->insertGetId($useradd); 157 Db::name('wct_user')->insertGetId($useradd);
158 } 158 }
159 159
160 - file_put_contents("pcl_wct.log", date("Y-m-d H:i:s") . "::3-" . json_encode($userInfo['msg'], JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND); 160 + //file_put_contents("pcl_wct.log", date("Y-m-d H:i:s") . "::3-" . json_encode($userInfo['msg'], JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND);
161 return $subscribeMessage; 161 return $subscribeMessage;
162 162
163 case 'unsubscribe'://取消关注 163 case 'unsubscribe'://取消关注
@@ -213,7 +213,7 @@ class Car extends Base @@ -213,7 +213,7 @@ class Car extends Base
213 public function passengerlist() 213 public function passengerlist()
214 { 214 {
215 $res = Db::name("passenger")->where("user_id", $this->auth->id)->select(); 215 $res = Db::name("passenger")->where("user_id", $this->auth->id)->select();
216 - return $this->success("请求成功", 123123123); 216 + return $this->success("请求成功", $this->auth->id);
217 } 217 }
218 218
219 /** 219 /**