我正在尝试使用以下网址:
.to("https4://www.example.com/demo?execute&bridgeEndpoint=true")
但显然请求是这样的:
.to("https4://www.example.com/demo?execute=&bridgeEndpoint=true")
这让我不回馈任何东西,有人知道它可能吗?正确的 url 没有 (=)
我正在尝试使用以下网址:
.to("https4://www.example.com/demo?execute&bridgeEndpoint=true")
但显然请求是这样的:
.to("https4://www.example.com/demo?execute=&bridgeEndpoint=true")
这让我不回馈任何东西,有人知道它可能吗?正确的 url 没有 (=)