代码:Dim hc As New HttpClient("https://mws.amazonservices.jp/Orders/2013-09-01?AWSAccessKeyId=0PB842EXAMPLE7N4ZTR2&Action=ListOrders&MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE&MarketplaceId.Id.1=A1VC38T7YXB528&FulfillmentChannel.Channel.1=MFN&PaymentMethod.1=COD&PaymentMethod.2=Other&OrderStatus.Status.1=Unshipped&OrderStatus.Status.2=PendingAvailability&SellerId=A2NEXAMPLETF53&Signature=ZQLpf8vEXAMPLE0iC265pf18n0%3D&SignatureVersion=2&SignatureMethod=HmacSHA256&LastUpdatedAfter=2013-08-01T18%3A12%3A21&Timestamp=2013-09-05T18%3A12%3A21.687Z&Version=2013-09-01")
Dim str As String = hc.GetData()
MessageBox.Show(str)
.NET Framework 版本:2.0.50727.8762
Foxtable 版本:2018.3.9.1
错误所在事件:
详细错误信息:
远程服务器返回错误: (400) 错误的请求。
[此贴子已经被作者于2018/8/14 21:20:35编辑过]