Browse Source

二维码方法修改

master
[zhengchao] 9 years ago
parent
commit
40cfd5624c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3WeChat/Rpcs/ClientRpc.cs

+ 1
- 1
B3WeChat/Rpcs/ClientRpc.cs View File

@ -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();


Loading…
Cancel
Save