songdb 5 years ago
parent
commit
d38caacf76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/QuickApp/BaseController.php

+ 1 - 1
app/Http/Controllers/QuickApp/BaseController.php

@@ -12,7 +12,7 @@ class BaseController extends Controller
     public function __get($name)
     {
         if (!isset($this->field[$name])) {
-            QappUserService::setGolableUserStatic(162261523);
+            QappUserService::setGolableUserStatic(10008);
             $qapp_user = QappUserService::getGolableUserStatic();
             if ($name == 'user_info') {
                 $this->field[$name] = $qapp_user->user;