|
|
@ -58,7 +58,7 @@ namespace BWP.B3WeChat.Rpcs |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Rpc] |
|
|
[Rpc] |
|
|
public static String GetQRCodeUrl(string username) |
|
|
|
|
|
|
|
|
public static String GetUserQRCodeUrl(string username) |
|
|
{ |
|
|
{ |
|
|
string url = string.Empty; |
|
|
string url = string.Empty; |
|
|
string customer = GetDeviceNumber(); |
|
|
string customer = GetDeviceNumber(); |
|
|
|