Skip to content

Commit ae99bcd

Browse files
committed
1 parent 1daf3a6 commit ae99bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ public String createJsapiSignature(String timestamp, String noncestr, String url
126126
try {
127127
return SHA1.genWithAmple(
128128
"jsapi_ticket=" + jsapiTicket,
129-
"timestamp=" + timestamp,
130129
"noncestr=" + noncestr,
130+
"timestamp=" + timestamp,
131131
"url=" + url
132132
);
133133
} catch (NoSuchAlgorithmException e) {

0 commit comments

Comments
 (0)