From 40cfd5624caa638524beb7ebac392a45205ff263 Mon Sep 17 00:00:00 2001 From: "[zhengchao]" <[623591417@qq.com]> Date: Mon, 12 Sep 2016 17:00:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3WeChat/Rpcs/ClientRpc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3WeChat/Rpcs/ClientRpc.cs b/B3WeChat/Rpcs/ClientRpc.cs index af0ae33..3c397ca 100644 --- a/B3WeChat/Rpcs/ClientRpc.cs +++ b/B3WeChat/Rpcs/ClientRpc.cs @@ -58,7 +58,7 @@ namespace BWP.B3WeChat.Rpcs } [Rpc] - public static String GetQRCodeUrl(string username) + public static String GetUserQRCodeUrl(string username) { string url = string.Empty; string customer = GetDeviceNumber();