WIN-2308041133\Administrator hai 4 meses
pai
achega
e92b4ac0b7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/controller/api/Auth.php

+ 2 - 0
app/controller/api/Auth.php

@@ -204,6 +204,8 @@ class Auth extends BaseController
 
         $integral_prcie =app()->make(AwardIntegralPriceRepository::class)->awardIntegralPrice();
         $data['integral_prcie'] =$integral_prcie['price'];
+        $UserRepository = app()->make(UserRepository::class);
+        $UserRepository->checkAward($user['uid']);
         return app('json')->success($data);
     }