Bladeren bron

Merge branch 'dev' of liubing/wlyy2.0 into dev

liubing 3 jaren geleden
bovenliggende
commit
f01cd5dc13

+ 1 - 1
server/svr-authentication/src/main/java/com/yihu/jw/security/oauth2/provider/endpoint/WlyyIotLoginEndpoint.java

@ -69,7 +69,7 @@ public class WlyyIotLoginEndpoint {
        if (result.equals("success")) {
            Captcha _captcha = new Captcha();
            _captcha.setCode(captcha);
//            _captcha.setCode(captcha);
            _captcha.setExpiresIn(300);
            wlyyRedisVerifyCodeService.store(client_id, mobile, captcha, 300);

+ 1 - 1
server/svr-authentication/src/main/resources/application.yml

@ -338,7 +338,7 @@ spring:
  redis:
    host: 59.61.92.90 # Redis server host.
    port: 9054  # Redis server port.
    password: jkzlehr
    password: o!a1#B74&m
  ##发现服务
## i健康用户信息接口,开放出来给互联网医院登录同步用户信息用