WIN-2308041133\Administrator 6 달 전
부모
커밋
94e6ce479f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/api/Auth.php

+ 1 - 1
app/controller/api/Auth.php

@@ -78,7 +78,7 @@ class Auth extends BaseController
         var_dump($achievement);die();
     }
     public function autoSend(){
-        AwardLake::autoSend();
+        app()->make(StoreGroupOrderRepository::class)->autoSend();
         return app('json')->success('发送成功');
     }