|
...
|
...
|
@@ -57,7 +57,7 @@ class ShareUser extends Command |
|
|
|
$end_at = Carbon::now()->toDateString();
|
|
|
|
$release_info = $ayr_release->read(['created_at'=>['between',[$start_at,$end_at]]]);
|
|
|
|
//有发送博文,则跳出循环
|
|
|
|
if($release_info == false){
|
|
|
|
if($release_info !== false){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
//删除用户第三方配置
|
|
...
|
...
|
@@ -74,7 +74,7 @@ class ShareUser extends Command |
|
|
|
//更新数据库
|
|
|
|
$data = [
|
|
|
|
'title'=>null,
|
|
|
|
'bind_plat_from'=>null,
|
|
|
|
'bind_platforms'=>null,
|
|
|
|
'profile_key'=>null,
|
|
|
|
'ref_id'=>null,
|
|
|
|
];
|
...
|
...
|
|