kyle 2 years ago
parent
commit
4a6359dd79
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      app/Http/Controllers/Web/Api2021Controller.php

+ 4
- 4
app/Http/Controllers/Web/Api2021Controller.php View File

@@ -206,10 +206,10 @@ class Api2021Controller extends Controller
206 206
 //        return response()->json(["succ" => true, "err" => '', "info" => []]);
207 207
 
208 208
         // testonly
209
-        $this->aSv->debuglog('server', [
210
-            'SERVER_ADDR' => $_SERVER['SERVER_ADDR'],
211
-            'lineUserId' => $lineId,
212
-        ]);
209
+//        $this->aSv->debuglog('server', [
210
+//            'SERVER_ADDR' => $_SERVER['SERVER_ADDR'],
211
+//            'lineUserId' => $lineId,
212
+//        ]);
213 213
 
214 214
         $this->sisLog['func'] = __FUNCTION__;
215 215
         $this->sisLog['k'] = $lineId;