...
|
...
|
@@ -1138,6 +1138,11 @@ class Home extends Base { |
|
|
*/
|
|
|
public function resync_to_es(){
|
|
|
$postid = (int) app()->request('postid');
|
|
|
if(app()->request('postid')=='0a'){
|
|
|
redis()->rPush('resync_to_es_inbox_list','0a');
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
if(redis()->has('resync_to_es_inbox:'.$postid)){
|
|
|
app()->e('失败,请等待10分钟后在重试');
|
|
|
}
|
...
|
...
|
|