1 Star 1 Fork 0

窦雪峰/go-utils

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
media.go 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
窦雪峰 提交于 2023-01-09 23:09 +08:00 . add media base_msg
/*
* @Author: i@douxuefeng.cn
* @Date: 2023-01-07 14:46:01
* @LastEditTime: 2023-01-07 14:49:45
* @LastEditors: i@douxuefeng.cn
* @Description:
* @FilePath: /go-utils/wechat/mp/params/media.go
*/
package params
type MediaResponse struct {
ErrCode int `json:"errcode"`
ErrMsg string `json:"errmsg,omitempty"`
VideoUrl string `json:"video_url,omitempty"`
Type string `json:"type,omitempty"`
MediaId string `json:"media_id,omitempty"`
CreatedAt int64 `json:"created_at,omitempty"`
Url string `json:"url,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/douxuefeng/go-utils.git
git@gitee.com:douxuefeng/go-utils.git
douxuefeng
go-utils
go-utils
v1.0.0

搜索帮助