Browse Source

社媒对接

moshaorui 6 ngày trước cách đây
mục cha
commit
96e5f493f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Distributor/Repositories/SmmPost.php

+ 1 - 1
app/Distributor/Repositories/SmmPost.php

@@ -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;