You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/service/wechatoffice/result.go

9 lines
231 B

package wechatoffice
// Result 接口
type Result struct {
Byte []byte // 内容
Err error // 错误
GetCallBackIpResponse // IP即微信调用开发者服务器所使用的出口IP
}