Inherits global rate limit |
继承全局速率限制 |
编辑
|
Arguments |
论据 |
编辑
|
Optional |
可选的 |
编辑
|
Example responses |
示例响应 |
编辑
|
Errors |
错误 |
编辑
|
Error Codes |
错误代码 |
编辑
|
Every error is represented with an HTTP status code, as well as a code and response message within the actual response body. |
每个错误都用 HTTP 状态代码以及实际响应正文中的代码和响应消息表示。 |
编辑
|
There is one exception to these rules: |
这些规则有一个例外: |
编辑
|
Invalid formats will return an HTTP 415 with an error message as the response body. |
无效格式将返回带有错误消息的 HTTP 415 作为响应正文。 |
编辑
|
JSONP without a callback will return a javascript commented response. |
没有回调的 JSONP 将返回一个 javascript 注释响应。 |
编辑
|
Code |
代码 |
编辑
|
Meaning |
意义 |
编辑
|
Getting Started |
入门 |
编辑
|
Making Requests |
发出请求 |
编辑
|
Developer Group (support, feedback, ...) |
开发人员组(支持、反馈……) |
编辑
|
Buyers |
买家 |
编辑
|
Returns your buyers information for one paid package. |
返回一个付费包裹的买家信息。 |
编辑
|
Required |
必需的 |
编辑
|
Your package identifier. |
您的包裹标识符。 |
编辑
|
Check |
查看 |
编辑
|
Package identifier. |
包标识符。 |
编辑
|
Udid which must be checked. |
必须检查的 Udid。 |
编辑
|
Returns detailed information for one package. |
返回一个包的详细信息。 |
编辑
|
Constructing Requests |
构建请求 |
编辑
|
Requests are made of three components: |
请求由三个部分组成: |
编辑
|