Skip to content

Commit

Permalink
* bugfix:wxcp:CorpSnsapiBase invoking obsoleted getAppid()
Browse files Browse the repository at this point in the history
  • Loading branch information
cuter44 committed May 26, 2017
1 parent 2262b78 commit e34f6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.cuter44</groupId>
<artifactId>wxpay-sdk</artifactId>
<packaging>jar</packaging>
<version>0.12.0-s17042001</version>
<version>0.12.1-s17052601</version>
<name>Wxpay SDK</name>
<description>Server-side SDK of Weixin/WeChat, the Java binding.</description>
<url>https://github.com/cuter44/wxpay-sdk</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public void doGet(HttpServletRequest req, HttpServletResponse resp)
.toString()
);

String url = new Oauth2Authorize(this.getAppid(req), thisUrl)
String url = new Oauth2Authorize(this.getCorpid(req), thisUrl)
.build()
.toURL();

Expand Down

0 comments on commit e34f6e2

Please sign in to comment.