Browse Source

jsapi签名改为匿名方法

master
yashen 8 years ago
parent
commit
4c0ad0b4d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3WeChat/Rpcs/WeChatUserRpc.cs

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

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


Loading…
Cancel
Save