|
@@ -18,8 +18,9 @@ func (u *Use) GetCustom() {
|
|
|
if userid == "" || t == "kf" {
|
|
|
return
|
|
|
}
|
|
|
+
|
|
|
bigPower := jy.GetBigVipUserBaseMsg(u.Session(), *config.Middleground)
|
|
|
- if (bigPower.Status <= 0 && bigPower.EntnicheStatus <= 0) || bigPower.EntName != "" {
|
|
|
+ if (bigPower.Status <= 0 && bigPower.EntnicheStatus <= 0) || bigPower.EntName == "" {
|
|
|
return ""
|
|
|
}
|
|
|
info := db.MysqlSubject.FindOne("dwd_f_csm_customer_info", map[string]interface{}{
|
|
@@ -29,7 +30,7 @@ func (u *Use) GetCustom() {
|
|
|
if info != nil && len(*info) > 0 {
|
|
|
customName = qu.ObjToString((*info)["name"])
|
|
|
}
|
|
|
- return ""
|
|
|
+ return
|
|
|
}()
|
|
|
return Result{Data: getWxm(cName)}
|
|
|
}()
|