소스 검색

社媒对接

moshaorui 1 일 전
부모
커밋
96e5f493f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;