Commit c1c919cb by 陈雨佳

remove redundant space

parent 6f9e093b
...@@ -37,5 +37,5 @@ client.put_logs(topic: 'your topic', source: 'your source', log_items: log_items ...@@ -37,5 +37,5 @@ client.put_logs(topic: 'your topic', source: 'your source', log_items: log_items
# 拉取日志接口 # 拉取日志接口
client.get_cursor(shard_id: your_shard_id, query: { from: a_timestamp }) client.get_cursor(shard_id: your_shard_id, query: { from: a_timestamp })
client.pull_logs(shard_id: your_shard_id, query: { cursor: '上个接口返回的 cursor ', count: count }) client.pull_logs(shard_id: your_shard_id, query: { cursor: '上个接口返回的 cursor', count: count })
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment