feat: There is no way the, welink 授权登录
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user