摘要: type WxImage struct { Type string `json:"type"` MediaId string `json:"media_id"` CreatedAt int `json:"created_at"` } func UpImage(token, filename string) string { //打开文件 ... 阅读全文
posted @ 2019-08-05 17:54 yewook 阅读(729) 评论(0) 推荐(0) 编辑