一世。我正在使用 vb.net 使用 Visual Studio 8。我正在尝试发出符合以下架构的发布请求,但失败得很惨。
<?xml version="1.0" encoding="UTF-8"?>
<postBetOrder xmlns="urn:betfair:games:api:v1"
marketId="2568540" round="1" currency="GBP">
<betPlace>
<bidType>BACK</bidType>
<price>2.5</price>
<size>2.50</size>
<selectionId>658440</selectionId>
</betPlace>
我不确定我需要做什么才能下注。我曾多次使用 postStream = myWebRequest.GetRequestStream() postStream.Write(bytedata, 0, bytedata.Length) 但到目前为止,我得到的只是一个错误,文件过早结束。请任何人都可以帮忙。感谢所有的贡献。