Browse Source

小遊戲復活

kyle 2 years ago
parent
commit
e3b8305f84
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      app/Http/Services/Web/Api2021Service.php

+ 4
- 1
app/Http/Services/Web/Api2021Service.php View File

@@ -397,7 +397,7 @@ class Api2021Service
397 397
                 ->insert($d);
398 398
             $id = \DB::getPdo()->lastInsertId();
399 399
 
400
-            // 替用互打一次性標籤 testonly 暫時關閉
400
+            // 替用互打一次性標籤
401 401
             $this->playerTag($lineId);
402 402
         } else {
403 403
             // 用戶的 LINE 資訊可能會更新,所以這個 API 還身兼更新資訊的功能
@@ -1007,6 +1007,9 @@ class Api2021Service
1007 1007
 
1008 1008
             // 紀錄
1009 1009
             $this->syslog($data);
1010
+            $this->debuglog('playerTag', [
1011
+                ''
1012
+            ], $data);
1010 1013
 
1011 1014
         } catch (Exception $ex) {
1012 1015
             // 錯誤可能發生在 memoIn 或是 out