Browse Source

feat:更新

wangshan 2 years ago
parent
commit
df4249f72b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      entity/source.go

+ 0 - 2
entity/source.go

@@ -4,7 +4,6 @@ import (
 	powerCheck "bp.jydev.jianyu360.cn/BaseService/powerCheckCenter/rpc/pb"
 	resource "bp.jydev.jianyu360.cn/BaseService/resourceCenter/rpc/pb"
 	"context"
-	"github.com/zeromicro/go-zero/core/logx"
 )
 
 type UserInfoRpc struct {
@@ -36,7 +35,6 @@ func (ui *UserInfoRpc) GetUserResources() []string {
 
 // GetUserPowers  获取用户权益信息
 func (ui *UserInfoRpc) GetUserPowers() *powerCheck.CheckResp {
-	logx.Info(" ------ ui.MgoUserId:", ui.MgoUserId)
 	req := &powerCheck.CheckReq{
 		Appid:        ui.AppId,
 		Userid:       ui.MgoUserId,