@@ -64,7 +64,7 @@ class SmmPost extends EloquentRepository
$now = Carbon::now();
$diff = $now->diffInMinutes($result->updated_at);
if($diff > 10){
- $result->status = 0;//改为0,重新发送
+ $result->oss_upload = 0;//改为0,重新发送
$result->updated_at = $now;
$result->save();
return true;