Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Oct 19, 2023
1 parent 9bd2deb commit de7160d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/document/server-side/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
### HTTP 请求

```
PUT https://{host}/{org_name}/{app_name}/users/wzy/push/binding
PUT https://{host}/{org_name}/{app_name}/users/{username}/push/binding
```

#### 路径参数
Expand Down Expand Up @@ -160,7 +160,7 @@ curl --location --request PUT 'https://XXXX/XXXX/XXXX/users/wzy/push/binding' \
### HTTP 请求

```
GET https://{host}/{org_name}/{app_name}/users/wzy/push/binding
GET https://{host}/{org_name}/{app_name}/users/{username}/push/binding
```

#### 路径参数
Expand Down

0 comments on commit de7160d

Please sign in to comment.