Browse Source

1、二维码接口补充

master
Aug 3 days ago
parent
commit
48b663b438
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/service/impl/ConfigServiceImpl.java

+ 1
- 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/service/impl/ConfigServiceImpl.java View File

@ -363,7 +363,7 @@ public class ConfigServiceImpl implements ConfigService {
File file = null; File file = null;
//存储地址 //存储地址
String codeImg = "/employ";
String codeImg = "/education";
try{ try{
String url = "https://api.weixin.qq.com/wxa/getwxacode?access_token=" + accessToken; String url = "https://api.weixin.qq.com/wxa/getwxacode?access_token=" + accessToken;


Loading…
Cancel
Save