|
@@ -206,14 +206,15 @@ func GetUserRecordListByMobile(platform int, bindAccount string) (items []*OpenI
|
|
|
}
|
|
|
|
|
|
type SendWxTemplate struct {
|
|
|
- First string `description:"模板消息first字段"`
|
|
|
- Keyword1 string `description:"模板消息keyword1字段"`
|
|
|
- Keyword2 string `description:"模板消息keyword2字段"`
|
|
|
- Keyword3 string `description:"模板消息keyword3字段"`
|
|
|
- Keyword4 string `description:"模板消息keyword4字段"`
|
|
|
- TemplateId string `description:"模板id"`
|
|
|
- RedirectUrl string `description:"跳转地址"`
|
|
|
- Resource string `description:"资源唯一标识"`
|
|
|
- SendType int `description:"发送的消息类型:1:报告,2:指标更新提醒,3:审批通知,4:销售领取客户通知,5:活动取消通知,6活动更改时间通知,7:关注的作者发布报告通知,8:发送日报(周报、双周报、月报)模板消息,9:活动预约/报名时间通知"`
|
|
|
- OpenIdArr []string `description:"消息接收者openid"`
|
|
|
+ First string `description:"模板消息first字段"`
|
|
|
+ Keyword1 string `description:"模板消息keyword1字段"`
|
|
|
+ Keyword2 string `description:"模板消息keyword2字段"`
|
|
|
+ Keyword3 string `description:"模板消息keyword3字段"`
|
|
|
+ Keyword4 string `description:"模板消息keyword4字段"`
|
|
|
+ TemplateId string `description:"模板id"`
|
|
|
+ RedirectUrl string `description:"跳转地址"`
|
|
|
+ RedirectTarget int `description:"小程序跳转目标:1:弘则研报小程序,2:随手办公小程序"`
|
|
|
+ Resource string `description:"资源唯一标识"`
|
|
|
+ SendType int `description:"发送的消息类型:1:报告,2:指标更新提醒,3:审批通知,4:销售领取客户通知,5:活动取消通知,6活动更改时间通知,7:关注的作者发布报告通知,8:发送日报(周报、双周报、月报)模板消息,9:活动预约/报名时间通知"`
|
|
|
+ OpenIdArr []string `description:"消息接收者openid"`
|
|
|
}
|