Przeglądaj źródła

删除多余字段

wangchuanjin 2 lat temu
rodzic
commit
cf80906740
1 zmienionych plików z 0 dodań i 8 usunięć
  1. 0 8
      p/struct.go

+ 0 - 8
p/struct.go

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