微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

短链接创建服务问题

如何解决短链接创建服务问题

当我在{ "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 正文中发布https://umuly.com/api/url

我收到此消息:

<div className="filter_role">Role{" "}<select 
                    defaultValue={this.state.role}
                    onChange={this.filterRole.bind(this)}
                    >
                    <option value="">All</option>
                    <option value="Batsman">Batsman</option>
                    <option value="Wk-Batsman">WK-Batsman</option>
                    <option value="Bowler">Bowler</option>
                    <option value="All-Rounder">All-Rounder</option>
                    </select>
 </div> 


 filterRole = (event) => {

    if(event.target.value === "") {
        this.setState({role:event.target.value,players: this.state.players})
    } else {
        this.setState({
            role: event.target.value,players: this.state.players.filter(player => player.role.indexOf(event.target.value)>=0)
        })
    }
    console.log(event.target.value)
}

解决方法

您必须得到它,因为未编写协议。 您必须在域名开头输入 http://或https://

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。