浏览代码

删除多余字段

wangchuanjin 2 年之前
父节点
当前提交
cf80906740
共有 1 个文件被更改,包括 0 次插入8 次删除
  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