We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a154e30 + ff2cd99 commit 58f9570Copy full SHA for 58f9570
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpServiceImpl.java
@@ -169,6 +169,10 @@ public WxJsapiSignature createJsapiSignature(String url) throws WxErrorException
169
jsapiSignature.setNoncestr(noncestr);
170
jsapiSignature.setUrl(url);
171
jsapiSignature.setSignature(signature);
172
+
173
+ // Fixed bug
174
+ jsapiSignature.setAppid(this.wxCpConfigStorage.getCorpId());
175
176
return jsapiSignature;
177
} catch (NoSuchAlgorithmException e) {
178
throw new RuntimeException(e);
0 commit comments