作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

合并分支 'heshupeng' 到 'master'

金币带小数



查看合并请求 !397
... ... @@ -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
... ...