|
|
@ -88,7 +88,7 @@ namespace BWP.B3WeChat.Rpcs |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Rpc] |
|
|
|
|
|
|
|
|
[Rpc(RpcFlags.SkipAuth)] |
|
|
public static string GetJsApiSignature(string noncestr, string timestamp, string url) |
|
|
public static string GetJsApiSignature(string noncestr, string timestamp, string url) |
|
|
{ |
|
|
{ |
|
|
return InOutMessageUtil.GetJsApiSignature(noncestr, timestamp, url); |
|
|
return InOutMessageUtil.GetJsApiSignature(noncestr, timestamp, url); |
|
|
|