提供对 Steam 社区功能的有限访问。
请参见
Web API 概览,进一步了解 Steamworks Web API。
ReportAbuse
POST https://partner.steam-api.com/ISteamCommunity/ReportAbuse/v1/
| 名称 | 类型 | 是否必需 | 描述 |
| key | string | ✔ | Steamworks Web API 发行商验证密钥。 |
| steamidActor | uint64 | ✔ | 进行举报的用户的 SteamID。 |
| steamidTarget | uint64 | ✔ | 被举报的实体的 SteamID。 |
| appid | uint32 | ✔ | 要查询其所有权的 AppID。 |
| abuseType | uint32 | ✔ | 违规行为类型代码(参见 EAbuseReportType 枚举)。 |
| contentType | uint32 | ✔ | 内容类型代码(参见 ECommunityContentType 枚举)。 |
| description | string | ✔ | 用户的陈述。 |
| gid | uint64 | | 相关记录的 GID(据内容类型而定)。 |
允许发行商报告在其社区中心中举止不当的用户。
注意: 此调用需要发行商 API 密钥以使用此方法。 因此,此 API
必须通过安全服务器调用,且绝不能由客户端直接调用!