2 Commits

Autor SHA1 Mensagem Data
  kyle d3be7bcb79 Merge branch 'pre' into pro 2 anos atrás
  kyle 6975a8db9d test 2 anos atrás
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      app/Http/Controllers/Web/Api2021Controller.php

+ 2
- 2
app/Http/Controllers/Web/Api2021Controller.php Ver arquivo

@@ -306,8 +306,8 @@ class Api2021Controller extends Controller
306 306
         }
307 307
 
308 308
         // 業務驗證(是否今日已玩過遊戲與簽到)
309
-        if (false) { // testonly for 壓測
310
-//        if ($lineId != 'Ud2534d6e1eed9cee2c919a993443352b') {
309
+//        if (false) { // testonly for 壓測
310
+        if ($lineId != 'Ud2534d6e1eed9cee2c919a993443352b') {
311 311
             if (!$this->aSv->canPlay($lineId)) {
312 312
                 $this->sisLog['memoIn'] = json_encode(['error' => 'logical'], JSON_UNESCAPED_UNICODE);
313 313
                 $this->sisLog['memoOut'] = json_encode(['msg' => '今日已玩過遊戲或者活動結束'], JSON_UNESCAPED_UNICODE);