This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 67c3d7f76b [INLONG-772][Doc] Update the http report guide (#773)
67c3d7f76b is described below
commit 67c3d7f76bb70f3cc711a7459e725ee8c12f9a7f
Author: justinwwhuang <[email protected]>
AuthorDate: Thu Jun 15 10:29:52 2023 +0800
[INLONG-772][Doc] Update the http report guide (#773)
---
docs/sdk/dataproxy-sdk/http.md | 2 +-
.../docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/http.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sdk/dataproxy-sdk/http.md b/docs/sdk/dataproxy-sdk/http.md
index e020f775da..a9dd4a8db0 100644
--- a/docs/sdk/dataproxy-sdk/http.md
+++ b/docs/sdk/dataproxy-sdk/http.md
@@ -17,7 +17,7 @@ curl -X POST -d
'groupId=give_your_group_id&streamId=give_your_stream_id&dt=data
| groupId | Data stream group id | |
| streamId | Data stream ID | |
| body | Data content to be pushed | |
-| dt | Data time to be pushed | |
+| dt | Data time to be pushed |timestamp in millisecond
|
| cnt | The count of data pieces to be pushed | |
- Return Value:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/http.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/http.md
index a1868982bd..ac894d1548 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/http.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/http.md
@@ -17,7 +17,7 @@ curl -X POST -d
'groupId=give_your_group_id&streamId=give_your_stream_id&dt=data
| groupId | 数据流组 id | |
| streamId | 数据流 ID | |
| body | 推送的数据内容 | |
-| dt | 推送的数据时间 | |
+| dt | 推送的数据时间 |毫秒为单位的时间戳 |
| cnt | 推送条数 | |
- 返回值: