This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3WeChat
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
jsapi签名改为匿名方法
master
yashen
8 years ago
parent
46bd392afb
commit
4c0ad0b4d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
Write
Preview
Loading…
Cancel
Save