|
|
@@ -33,7 +33,7 @@ public class WechatQRCodeUtil {
|
|
|
|
|
|
public static String getQRcode(String corpId, String corpName) throws Exception {
|
|
|
String filePath = "";
|
|
|
- String access_token = postToken("wx59c186be3ec1302e", "79cbb89481e51bacda0c22cc31373fa4");
|
|
|
+ String access_token = postToken("wx93f58c9f589e1aa1", "226083efbf0241bfd3dde7a8d936804c");
|
|
|
if (!"".equals(access_token)) {
|
|
|
filePath = generateQrCode("pages/login/index", corpId, access_token, corpName);
|
|
|
}
|