9d9a1e55b5020d774db213cb8d60479be2b1fbdd..d3f9065046909468ef0089a48bb927fba645ddb3
2 days ago zyy
1
d3f906 diff | tree
2 days ago zyy
1
10701a diff | tree
2 files modified
4 ■■■ changed files
trading-order-admin/src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
trading-order-service/src/main/java/com/yami/trading/service/impl/UserServiceImpl.java 2 ●●●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/application-dev.yml
@@ -117,7 +117,7 @@
images.dir: /www/wwwroot/img/
admin_url: https://localhost:8080/admin
web_url: http://localhost:8080/wap/
images_http: https://img.eledrink.com/
images_http: https://imgus.wbtworld.com/
email:
  host: smtp.gmail.com
  username: coinzne.com@gmail.com
trading-order-service/src/main/java/com/yami/trading/service/impl/UserServiceImpl.java
@@ -978,6 +978,8 @@
                if (!party_reco.isEnabled()) {
                    throw new YamiShopBindException("推荐人无权限推荐");
                }
            } else {
                throw new YamiShopBindException("请填写推荐码");
            }
        }
//        if ("true".equals(this.sysparaService.find("register_need_usercode_turn").getSvalue())) {