Przeglądaj źródła

tracelog for redeemTGood

OMEGA\EricYH.Huang 2 lat temu
rodzic
commit
671091410e
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      app/Http/Services/Web/Api2021Service.php

+ 0
- 2
app/Http/Services/Web/Api2021Service.php Wyświetl plik

2826
             $tplayerinfo = $this->tplayerManagementDb->select(['gp'])->where('lineId', $lineId)->first()->toArray();
2826
             $tplayerinfo = $this->tplayerManagementDb->select(['gp'])->where('lineId', $lineId)->first()->toArray();
2827
             $fromGp = $tplayerinfo['gp'];
2827
             $fromGp = $tplayerinfo['gp'];
2828
             $toGp = $tplayerinfo['gp'] - $this->settingManagementSv->getSetting()['TMZ_GP_DRAW'];
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
             if (
2830
             if (
2833
                 $tgoodinfo['totalQty'] - $tgoodinfo['issuedQty'] <= $this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']
2831
                 $tgoodinfo['totalQty'] - $tgoodinfo['issuedQty'] <= $this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']