From 5810bc14fefcf98a955f6839dfcad32b5698ec9a Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 5 Oct 2021 14:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pb.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weixin.pb.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/weixin.pb.go b/weixin.pb.go index 8ae4a82..4fa8ca5 100644 --- a/weixin.pb.go +++ b/weixin.pb.go @@ -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.