From 4c0ad0b4d3761a0c3fb236a9eda95ec0d61a3df4 Mon Sep 17 00:00:00 2001 From: yashen Date: Thu, 17 Aug 2017 17:33:27 +0800 Subject: [PATCH] =?UTF-8?q?jsapi=E7=AD=BE=E5=90=8D=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=8C=BF=E5=90=8D=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3WeChat/Rpcs/WeChatUserRpc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3WeChat/Rpcs/WeChatUserRpc.cs b/B3WeChat/Rpcs/WeChatUserRpc.cs index 95db329..f2bf983 100644 --- a/B3WeChat/Rpcs/WeChatUserRpc.cs +++ b/B3WeChat/Rpcs/WeChatUserRpc.cs @@ -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);