public class JdyUrlUtil
extends Object
- Author:
- Toint
-
Constructor Summary
Constructors
-
Method Summary
static org.dromara.hutool.core.net.url.UrlBuilder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JdyUrlUtil
public JdyUrlUtil()
-
Method Details
-
toCorpUrl
public static org.dromara.hutool.core.net.url.UrlBuilder toCorpUrl(String originalUrl,
String serverUrl)
将简道云请求地址转换为企业请求地址
- Parameters:
originalUrl - 原始地址
serverUrl - 服务地址
- Returns:
- 替换后的新对象