作者 邓超

同步

@@ -15,7 +15,7 @@ function start(){ @@ -15,7 +15,7 @@ function start(){
15 // 占用当前的id,占用2小时 15 // 占用当前的id,占用2小时
16 if(redis()->add('just_sync_'.$id,time(),600)){ 16 if(redis()->add('just_sync_'.$id,time(),600)){
17 go(function () use ($id){ 17 go(function () use ($id){
18 - echo file_get_contents(APP_HOST.'v3/sync?id='.$id); 18 + echo file_get_contents('http://mail-serve.hagro.cn/v3/sync?id='.$id);
19 }); 19 });
20 } 20 }
21 }else{ 21 }else{