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/wechatminiprogram/result.go

10 lines
308 B

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