|
@@ -118,7 +118,6 @@ type UserInfo struct {
|
|
Opushid string //厂商推送id
|
|
Opushid string //厂商推送id
|
|
AppPhoneType string //手机型号
|
|
AppPhoneType string //手机型号
|
|
Subscribe int //是否关注
|
|
Subscribe int //是否关注
|
|
- UserType int //用户类型
|
|
|
|
VipStatus int //超级订阅 1--试用 2--正式
|
|
VipStatus int //超级订阅 1--试用 2--正式
|
|
MemberStatus int //大会员
|
|
MemberStatus int //大会员
|
|
NicheStatus int //商机管理
|
|
NicheStatus int //商机管理
|
|
@@ -340,13 +339,6 @@ type PushResult struct {
|
|
Infos *SortList
|
|
Infos *SortList
|
|
}
|
|
}
|
|
|
|
|
|
-//
|
|
|
|
-type PushWay struct {
|
|
|
|
- WxPush bool
|
|
|
|
- AppPush bool
|
|
|
|
- MailPush bool
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
//
|
|
//
|
|
type PushParam struct {
|
|
type PushParam struct {
|
|
JpushTitle string
|
|
JpushTitle string
|