shish 4 months ago
parent
commit
fb7780d3ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-mall/controllers/AuthController.php

+ 1 - 1
app-mall/controllers/AuthController.php

@@ -156,7 +156,7 @@ class AuthController extends PublicController
         $userId = $user['id'] ?? 0;
         $userId = $user['id'] ?? 0;
 
 
         if ($userId == 2) {
         if ($userId == 2) {
-            $userId = 106904;
+            //$userId = 106904;
         }
         }
 
 
         $token = !empty($userId) ? jwt::getNewToken($userId) : '';
         $token = !empty($userId) ? jwt::getNewToken($userId) : '';