WIN-2308041133\Administrator пре 4 месеци
родитељ
комит
f5d40f98b0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/controller/api/Auth.php

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

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