Function creatShortURL

  • 通过长链接创建短链接,可通过短链接访问长链接地址。长链接域名仅支持子域名及白名单中的域名。

    Parameters

    • longURL: string

      (string):url string

    Returns string

    shortURL string

    Example


    import * as url from 'url'

    const shortURL=url.creatShortURL("https://xxx.com")