dockerzhang commented on code in PR #641:
URL: https://github.com/apache/inlong-website/pull/641#discussion_r1043007916


##########
docs/sdk/dataproxy-sdk/http.md:
##########
@@ -1,34 +1,34 @@
 ---
-title: HTTP 上报
+title: HTTP Report
 sidebar_position: 3
 ---
 
-## 新建实时同步任务
-在 Dashboard 或者通过命令行工具创建任务,数据源类型使用 `Auto Push` (自主推送)。
+## Create real-time synchronization task
+Create a task on the Dashboard or through the command line, and use `Auto 
Push` (autonomous push) as the data source type.
 
-## 方式一:调用 URL 上报
+## Method 1: Call the interface to report
 ```bash
 curl -X POST -d 
'groupId=give_your_group_id&streamId=give_your_stream_id&dt=data_time&body=give_your_data_body&cnt=1'
 http://dataproxy_url:46802/dataproxy/message
 ```
-- 参数说明:
+- Parameter Description:
 
-| 参数       | 含义       | 备注  |
-|----------|----------|-----|
-| groupId  | 数据流组 id  |     |
-| streamId | 数据流 ID   |     |
-| body     | 推送的数据内容  |     |
-| dt       | 推送的数据时间  |     |
-| cnt      | 推送条数     |     |
+| parameter | meaning                               | Remark  |
+|-----------|---------------------------------------|---------|
+| groupId   | data stream group id                  |         |

Review Comment:
   data->Data



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to