通过长链接创建短链接,可通过短链接访问长链接地址。长链接域名仅支持子域名及白名单中的域名。
(string):url string
shortURL string
import * as url from 'url'const shortURL=url.creatShortURL("https://xxx.com") Copy
import * as url from 'url'const shortURL=url.creatShortURL("https://xxx.com")
通过长链接创建短链接,可通过短链接访问长链接地址。长链接域名仅支持子域名及白名单中的域名。