see999 3 years ago
parent
commit
8da636f501
1 changed files with 4 additions and 3 deletions
  1. 4 3
      controllers/base_api_controller.go

+ 4 - 3
controllers/base_api_controller.go View File

@@ -2,6 +2,7 @@ package controllers
2 2
 
3 3
 import (
4 4
 	"XT_New/enums"
5
+	"XT_New/models"
5 6
 	"XT_New/service"
6 7
 	"fmt"
7 8
 	"strconv"
@@ -72,7 +73,7 @@ func (this *BaseAuthAPIController) Prepare() {
72 73
 		//var userAdmin models.AdminUser
73 74
 		//userAdmin.Id = 1448
74 75
 		//userAdmin.Mobile = "13318599895"
75
-		//
76
+		
76 77
 		//userAdmin.Id = 597
77 78
 		//userAdmin.Mobile = "19874122664"
78 79
 		//userAdmin.IsSuperAdmin = false
@@ -91,7 +92,7 @@ func (this *BaseAuthAPIController) Prepare() {
91 92
 		//subscibes := make(map[int64]*models.ServeSubscibe, 0)
92 93
 		//subscibes[4] = &subscibe
93 94
 		//var adminUserInfo service.AdminUserInfo
94
-		//adminUserInfo.CurrentOrgId = 4
95
+		//adminUserInfo.CurrentOrgId = 10138
95 96
 		//adminUserInfo.CurrentAppId = 4
96 97
 		//adminUserInfo.AdminUser = &userAdmin
97 98
 		//adminUserInfo.Subscibes = subscibes
@@ -318,7 +319,7 @@ func (this *BaseServeAPIController) Prepare() {
318 319
 		//var userAdmin models.AdminUser
319 320
 		//userAdmin.Id = 1448
320 321
 		//userAdmin.Mobile = "13318599895"
321
-		//
322
+		
322 323
 		//userAdmin.Id = 597
323 324
 		//userAdmin.Mobile = "19874122664"
324 325
 		//userAdmin.IsSuperAdmin = false