|
|
@@ -53,7 +53,7 @@ public class WeChatRedirectController {
|
|
|
try {
|
|
|
response.sendRedirect("https://open.weixin.qq.com/connect/oauth2/authorize?" +
|
|
|
"appid=wxbde6b16acad84204&redirect_uri=http://staticweb.hnthyy.cn/wxserver/redirect/page2?" +
|
|
|
- "to=fromGuideBillQrScan_" + patNo + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
|
|
|
+ "to=mzFeeList_" + patNo + "&response_type=code&scope=snsapi_base&state=1#wechat_redirect");
|
|
|
} catch (IOException e) {
|
|
|
throw new RuntimeException(e);
|
|
|
}
|