Kirin 9 ヶ月 前
コミット
4794b3e928
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -86,7 +86,7 @@ class PublicController extends BaseController
             if ($give_action_integral > $send) {
                 $real_send = bcsub($give_action_integral, $send, 2);
                 if ($awardIntegralService->getPaySum($spread['uid']) >= 0 || $awardIntegralService->getHourExtractPaySum($spread['uid'], 24) > 0 || $spread['award_switch']) {
-                    $mark = '团队用户' . $user['nickname'] . "({$user['uid']})" . '购买商品,获得团队级差积分';
+                    $mark = '团队用户' . $user['nickname'] . "({$user['uid']})" . '购买商品,获得团队级差积分' . $real_send;
                     var_dump($mark);
                 }
                 $send = $give_action_integral;