mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-07 22:27:47 +08:00
issue #74
This commit is contained in:
parent
1daf3a63a1
commit
ae99bcdb63
@ -126,8 +126,8 @@ public class WxMpServiceImpl implements WxMpService {
|
|||||||
try {
|
try {
|
||||||
return SHA1.genWithAmple(
|
return SHA1.genWithAmple(
|
||||||
"jsapi_ticket=" + jsapiTicket,
|
"jsapi_ticket=" + jsapiTicket,
|
||||||
"timestamp=" + timestamp,
|
|
||||||
"noncestr=" + noncestr,
|
"noncestr=" + noncestr,
|
||||||
|
"timestamp=" + timestamp,
|
||||||
"url=" + url
|
"url=" + url
|
||||||
);
|
);
|
||||||
} catch (NoSuchAlgorithmException e) {
|
} catch (NoSuchAlgorithmException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user