|
@@ -64,11 +64,9 @@ func (this *UserInfoReq) GetUserInfo() (ret map[string]interface{}, msg string)
|
|
case "e":
|
|
case "e":
|
|
//商机管理
|
|
//商机管理
|
|
entnicheJy := this.EntnicheSub()
|
|
entnicheJy := this.EntnicheSub()
|
|
- if entnicheJy == nil {
|
|
|
|
- entniche_status = -1
|
|
|
|
- return nil, "未查询到用户信息"
|
|
|
|
|
|
+ if entnicheJy != nil {
|
|
|
|
+ object = this.format(entnicheJy)
|
|
}
|
|
}
|
|
- object = this.format(entnicheJy)
|
|
|
|
case "v":
|
|
case "v":
|
|
//超级订阅
|
|
//超级订阅
|
|
if (*data)["o_vipjy"] != nil {
|
|
if (*data)["o_vipjy"] != nil {
|