|
@@ -220,6 +220,7 @@ class Auth extends BaseController
|
|
|
if ($oil_performance>0){
|
|
if ($oil_performance>0){
|
|
|
$data['oil_performance'] = $oil_performance;
|
|
$data['oil_performance'] = $oil_performance;
|
|
|
}
|
|
}
|
|
|
|
|
+ $data['integral_value'] = bcmul($data['award_integral'],$data['integral_prcie'],2);
|
|
|
return app('json')->success($data);
|
|
return app('json')->success($data);
|
|
|
}
|
|
}
|
|
|
|
|
|