Browse Source

更新pb.go

master v0.4.2
guzeng 2 years ago
parent
commit
5810bc14fe
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      weixin.pb.go

+ 3
- 3
weixin.pb.go View File

@ -104,7 +104,7 @@ type WeixinRpcService interface {
GetMiniAppOpenid(in *Request, out *Response) error
GetMpOpenid(in *Request, out *Response) error
GetMpUserInfo(in *Request, out *Response) error
GetMiniappCode(in *Request, out *Response) error
GetMiniappQrcode(in *Request, out *Response) error
}
// AcceptWeixinRpcServiceClient accepts connections on the listener and serves requests
@ -194,8 +194,8 @@ func (c *WeixinRpcServiceClient) GetMpOpenid(in *Request, out *Response) error {
func (c *WeixinRpcServiceClient) GetMpUserInfo(in *Request, out *Response) error {
return c.Call("WeixinRpcService.GetMpUserInfo", in, out)
}
func (c *WeixinRpcServiceClient) GetMiniappCode(in *Request, out *Response) error {
return c.Call("WeixinRpcService.GetMiniappCode", in, out)
func (c *WeixinRpcServiceClient) GetMiniappQrcode(in *Request, out *Response) error {
return c.Call("WeixinRpcService.GetMiniappQrcode", in, out)
}
// DialWeixinRpcService connects to an WeixinRpcService at the specified network address.


Loading…
Cancel
Save