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

This commit is contained in:
super_liu
2022-06-09 11:49:39 +08:00
parent a0c734c197
commit de1c010d15
@@ -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());
}