...
|
...
|
@@ -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'://取消关注
|
...
|
...
|
|