【问题标题】:Umuly short link creating service problemUmuly短链接创建服务问题
【发布时间】:2020-09-10 10:40:34
【问题描述】:

当我在https://umuly.com/api/url 发帖时,正文: { "RedirectUrl": "www.youtube.com"}

我收到这条消息:

{
    "status": 400,
    "statusText": "Value cannot be . (Parameter 'uriString')",
    "item": ,
    "itemCount": 0,
    "skipCount": 0,
    "requestDate": "2020-09-10T02:09:37.2912502-07:00",
    "responseDate": "2020-09-10T02:09:37.2933547-07:00"
}
,undefined

【问题讨论】:

    标签: hyperlink short


    【解决方案1】:

    您一定会得到它,因为没有编写协议。 必须在域名开头写http://或https://

    { "RedirectUrl": "https://www.youtube.com"}
    

    【讨论】:

      猜你喜欢
      • 2011-05-02
      • 2010-12-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-19
      相关资源
      最近更新 更多