Browse Source

tracelog for redeemTGood

OMEGA\EricYH.Huang 2 years ago
parent
commit
671091410e
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      app/Http/Services/Web/Api2021Service.php

+ 0
- 2
app/Http/Services/Web/Api2021Service.php View File

@@ -2826,8 +2826,6 @@ class Api2021Service
2826 2826
             $tplayerinfo = $this->tplayerManagementDb->select(['gp'])->where('lineId', $lineId)->first()->toArray();
2827 2827
             $fromGp = $tplayerinfo['gp'];
2828 2828
             $toGp = $tplayerinfo['gp'] - $this->settingManagementSv->getSetting()['TMZ_GP_DRAW'];
2829
-            \Log::info($tgoodinfo);
2830
-            \Log::info($this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']);
2831 2829
             // 所有銘謝惠顧的可能(獎項雖然有點數但已被兌換完畢 || 獎項被設定為未啟用)
2832 2830
             if (
2833 2831
                 $tgoodinfo['totalQty'] - $tgoodinfo['issuedQty'] <= $this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']