Skip to content

Commit

Permalink
Update 03. 接口请求参数.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vllanyang authored Apr 17, 2019
1 parent 6bf9414 commit d6f31bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
接口请求参数与具体的接口有关,不同的接口支持的接口请求参数也不一样。接口请求参数的首字母均为小写,以此区分于公共请求参数。

[消耗明细查询](https://cloud.tencent.com/doc/api/445/6394) (GetCdnOverseaStat) 为例,其支持的接口请求参数如下:
[消耗明细查询](https://cloud.tencent.com/doc/api/445/6394) GetCdnOverseaStat为例,其支持的接口请求参数如下:

| 参数名称 | 是否必选 | 类型 | 描述 |
| ------ | ---- | ---- | ----------- |
Expand Down Expand Up @@ -28,13 +28,13 @@
</td></tr>
</tbody></table>

假设用户想要查询www.test.com这个域名在2016-09-22日的海外消耗明细,则其请求链接的形式可能如下:
假设用户想要查询`www.test.com`这个域名在2016-09-22日的境外消耗明细,则其请求链接的形式可能如下
```
https://cdn.api.qcloud.com/v2/index.php?
&<公共请求参数>
&date=2016-09-22
&host=www.test.com
```
一个完整的请求需要两类请求参数:公共请求参数和接口请求参数。这里只列出了接口请求参数,并未列出公共请求参数,有关公共请求参数的说明可见[公共请求参数](https://cloud.tencent.com/document/api/228/4473)小节
一个完整的请求需要两类请求参数:公共请求参数和接口请求参数。这里只列出了接口请求参数,并未列出公共请求参数,有关公共请求参数的说明可参见 [公共请求参数](https://cloud.tencent.com/document/api/228/4473)


0 comments on commit d6f31bb

Please sign in to comment.