Browse Source

获取授权码

Trick 5 years ago
parent
commit
cc5f15d344

+ 1 - 1
server/svr-authentication/src/main/java/com/yihu/jw/security/service/OauthYlzConfigService.java

@ -119,7 +119,7 @@ public class OauthYlzConfigService {
            String QRCodeImg = ByteToInputStream.getBase64FromInputStream(qrcode);
            Map<String,Object> map = new HashedMap();
            map.put("QRCodeImg",QRCodeImg);
            map.put("QRCodeImg","data:image/png;base64,"+ QRCodeImg);
            map.put("out_authorize_no",no);
            return map;