From de7160da9287f305c42557acbef34bd2e434c1ed Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Thu, 19 Oct 2023 16:53:17 +0800 Subject: [PATCH] modify --- docs/document/server-side/push.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/document/server-side/push.md b/docs/document/server-side/push.md index 1c95425c6..27d747aa5 100644 --- a/docs/document/server-side/push.md +++ b/docs/document/server-side/push.md @@ -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 ``` #### 路径参数 @@ -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 ``` #### 路径参数