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())) {