小程序订阅消息推送,具体请查询文章地址: https://blog.csdn.net/weixin_39984161/article/details/103888343
2021-05-21 15:05:17 125KB 微信小程序推送 模板推送 订阅推送
1
结构体如下: type WxPushContent struct { Push_record_id int `json:"push_record_id"` Template_id string `json:"template_id"` Page string `json:"page"` Data Data `json:"data"` Emphasis_keyword string `json:"emphasis_keyword"` } type Data struct { K
2021-03-29 18:12:38 39KB golang+json-iterator ( 微信 程序
1