|
@@ -14,7 +14,8 @@ func (u *Use) GetCustom() {
|
|
|
r := func() Result {
|
|
|
cName := func() (customName string) {
|
|
|
userid := qu.ObjToString(u.GetSession("userId"))
|
|
|
- if userid == "" {
|
|
|
+ t := u.GetString("type") // kf 直接返回客服 不查询客成
|
|
|
+ if userid == "" || t == "kf" {
|
|
|
return
|
|
|
}
|
|
|
bigPower := jy.GetBigVipUserBaseMsg(u.Session(), *config.Middleground)
|