我需要使用http而不是https
所提供的URI方案'http'无效;预期的是'https'.参数名称:via。
我需要改变什么?
使用配置文件,我需要从:
<customBinding>
<binding>
<httpsTransport />
</binding>
<customBinding>
换成
<customBinding>
<binding>
<httpTransport />
</binding>
<customBinding>