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