...
|
...
|
@@ -641,7 +641,7 @@ class Store extends Api |
|
|
$param = (new StoreValidate())->goCheck('store_inform_score');
|
|
|
$store = $this->get_store();
|
|
|
$basic = config('site.send_score');
|
|
|
$score = bcadd($basic,$param['red_package'] * config('site.withdraw_percent'),0);
|
|
|
$score = bcadd($basic,$param['red_package'] * config('site.withdraw_percent'),1);
|
|
|
$return = [
|
|
|
'score' => $score,
|
|
|
'basic' => $basic
|
...
|
...
|
|