Ken 4 giorni fa
parent
commit
6e8d7b7e77
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Services/BackflowService.php

+ 0 - 1
app/Services/BackflowService.php

@@ -55,7 +55,6 @@ class BackflowService extends BaseService
         $backflow->status = 1;
         if (false !== $backflow->save()) return true;
         throw new Exception('发放失败', HttpStatus::CUSTOM_ERROR);
-
     }