golang+json-iterator(微信小程序推送通知实例)
结构体如下: 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 { Keyword1 WxKeyword `json:"keyword1"` Keyword2 WxKeyword `json:"keyword2"` Keyword3 WxKeyword `json:"keyword3"` ...阅读全文