csx 3 年 前
コミット
bb6eeaf111
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      controllers/base_api_controller.go

+ 1 - 0
controllers/base_api_controller.go ファイルの表示

@@ -69,6 +69,7 @@ func (this *BaseAuthAPIController) Prepare() {
69 69
 	if this.GetAdminUserInfo() == nil {
70 70
 
71 71
 		org_id, _ := beego.AppConfig.Int64("org_id")
72
+
72 73
 		var userAdmin models.AdminUser
73 74
 		userAdmin.Id = 1448
74 75
 		userAdmin.Mobile = "13318599895"