作者 邓超

x

... ... @@ -102,6 +102,9 @@ class Home extends Base {
* @time 2023/8/2 16:19
*/
public function sync(){
ignore_user_abort(true);
set_time_limit(0);
$email = $this->getEmail();
$udate = app()->request('udate',0,'intval');
if(!$udate){
... ...