|
|
@@ -202,7 +202,8 @@ class Auth extends BaseController
|
|
|
}
|
|
|
$data['brokerage_price'] = \app\common\model\user\User::where('uid', $user['uid'])->value('brokerage_price');
|
|
|
|
|
|
- $data['integral_prcie'] =app()->make(AwardIntegralPriceRepository::class)->getPrice();
|
|
|
+ $integral_prcie =app()->make(AwardIntegralPriceRepository::class)->awardIntegralPrice();
|
|
|
+ $data['integral_prcie'] =$integral_prcie['price'];
|
|
|
return app('json')->success($data);
|
|
|
}
|
|
|
|