mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 21:27:47 +08:00
commit
58f9570cc5
@ -169,6 +169,10 @@ public class WxCpServiceImpl implements WxCpService {
|
||||
jsapiSignature.setNoncestr(noncestr);
|
||||
jsapiSignature.setUrl(url);
|
||||
jsapiSignature.setSignature(signature);
|
||||
|
||||
// Fixed bug
|
||||
jsapiSignature.setAppid(this.wxCpConfigStorage.getCorpId());
|
||||
|
||||
return jsapiSignature;
|
||||
} catch (NoSuchAlgorithmException e) {
|
||||
throw new RuntimeException(e);
|
||||
|
Loading…
Reference in New Issue
Block a user