|
@@ -3,6 +3,7 @@ package entity
|
|
|
import (
|
|
|
"encoding/json"
|
|
|
"fmt"
|
|
|
+ "github.com/zeromicro/go-zero/core/logx"
|
|
|
"strconv"
|
|
|
"strings"
|
|
|
"sync"
|
|
@@ -77,6 +78,7 @@ func (m *WorkDesktopMenu) AutoUserPowerInfo() map[string]int {
|
|
|
//权益中台获取权益
|
|
|
userPowers := userInfoRpc.GetUserPowers()
|
|
|
if userPowers != nil {
|
|
|
+ logx.Info("------------userPowers:", userPowers)
|
|
|
//注册时间
|
|
|
registerTime = userPowers.Free.Registedate
|
|
|
//大会员
|