Skip to content

Commit

Permalink
* MDF [docs] update docs(zh).
Browse files Browse the repository at this point in the history
Signed-off-by: lee-emqx <lihj@emqx.io>
  • Loading branch information
xinyi-xs authored and JaylinYu committed Jan 19, 2024
1 parent 6a66863 commit 75b68ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/zh_CN/api/v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ $ curl -i --basic -u admin:public -X POST "http://localhost:8081/api/v4/mqtt/pub

## 主题订阅

### POST /api/v4/mqtt/subscribe
### POST /api/v4/mqtt/subscribe(暂不支持)

订阅 MQTT 主题。

Expand Down Expand Up @@ -473,7 +473,7 @@ $ curl -i --basic -u admin:public -X POST "http://localhost:8081/api/v4/mqtt/sub



### POST /api/v4/mqtt/unsubscribe
### POST /api/v4/mqtt/unsubscribe(暂不支持)

取消订阅。

Expand Down Expand Up @@ -537,7 +537,7 @@ $ curl -i --basic -u admin:public -X POST "http://localhost:8081/api/v4/mqtt/pub

## 主题批量订阅

### POST /api/v4/mqtt/subscribe_batch
### POST /api/v4/mqtt/subscribe_batch(暂不支持)

批量订阅 MQTT 主题。

Expand Down Expand Up @@ -568,7 +568,7 @@ $ curl -i --basic -u admin:public -X POST "http://localhost:8081/api/v4/mqtt/sub



### POST /api/v4/mqtt/unsubscribe_batch
### POST /api/v4/mqtt/unsubscribe_batch(暂不支持)

批量取消订阅。

Expand Down

0 comments on commit 75b68ea

Please sign in to comment.