作者 黄超

123

... ... @@ -17,4 +17,6 @@ public/.well-known/
public/kevin_wx_xcx_push.log
public/pcl_pay_logs.log
public/pcl_pay_p.log
public/pcl_wct.log
public/kevin_wx_xcx_push.log
public/pcl_repay_v2.log
\ No newline at end of file
... ...
... ... @@ -157,7 +157,7 @@ class Index extends \think\addons\Controller
Db::name('wct_user')->insertGetId($useradd);
}
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);
//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);
return $subscribeMessage;
case 'unsubscribe'://取消关注
... ...
... ... @@ -213,7 +213,7 @@ class Car extends Base
public function passengerlist()
{
$res = Db::name("passenger")->where("user_id", $this->auth->id)->select();
return $this->success("请求成功", 123123123);
return $this->success("请求成功", $this->auth->id);
}
/**
... ...