【发布时间】:2016-01-07 12:05:47
【问题描述】:
我知道你必须发出一个 POST 请求,但我不知道该怎么做。我在网上搜索过,但没有找到任何关于此的内容。提前致谢。
【问题讨论】:
标签: c# api automation bots steam
我知道你必须发出一个 POST 请求,但我不知道该怎么做。我在网上搜索过,但没有找到任何关于此的内容。提前致谢。
【问题讨论】:
标签: c# api automation bots steam
可在此处获取 Steam API 文档:https://steamcommunity.com/dev
特别是DeclineTradeOffer方法:https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService#DeclineTradeOffer_.28v1.29
例如
http://api.steampowered.com/IEconService/DeclineTradeOffer/ 在 POST 数据中包含 tradeofferid。
【讨论】: