Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, welink 授权登录

See merge request LiuChao/foton-slrs-system-rest!518
This commit is contained in:
super_liu
2022-06-09 11:52:00 +08:00
@@ -25,7 +25,7 @@ public class WeLinkUtil {
String access_token = "";
Map<String,String> param = new HashMap<>();
param.put("code",linkVO.getCode());
param.put("name",linkVO.getName().replace("%20"," "));
param.put("name",linkVO.getName().replace("-"," "));
if(StringUtils.isNotBlank(linkVO.getType())){
param.put("type",linkVO.getType());
}