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