浏览代码

tracelog for redeemTGood

OMEGA\EricYH.Huang 2 年前
父节点
当前提交
cf703700e9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      app/Http/Services/Web/Api2021Service.php

+ 2
- 0
app/Http/Services/Web/Api2021Service.php 查看文件

@@ -2826,6 +2826,8 @@ 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']);
2829 2831
             // 所有銘謝惠顧的可能(獎項雖然有點數但已被兌換完畢 || 獎項被設定為未啟用)
2830 2832
             if (
2831 2833
                 $tgoodinfo['totalQty'] - $tgoodinfo['issuedQty'] <= $this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']