Kaynağa Gözat

Merge branch 'master' of http://git.shengws.com/csx/XT_New

csx 4 yıl önce
ebeveyn
işleme
728c0170e8
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 1
      conf/app.conf
  2. 1 0
      controllers/verify_login_controller.go

+ 1 - 1
conf/app.conf Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 appname = 血透
2
-httpport = 9529
2
+httpport = 9531
3 3
 runmode = dev
4 4
 
5 5
 

+ 1 - 0
controllers/verify_login_controller.go Dosyayı Görüntüle

@@ -186,6 +186,7 @@ func (this *VerifyUserLoginAPIController) VerifyToken() {
186 186
 						var ids string
187 187
 						for _, role_id := range role_arr {
188 188
 							id, _ := strconv.ParseInt(role_id, 10, 64)
189
+
189 190
 							purview_ids, _ := service.GetRolePurviewIds(id)
190 191
 							if len(ids) == 0 {
191 192
 								ids = purview_ids