Skip to content

Commit 3cdbab5

Browse files
author
haoxiuwen
committed
modify
1 parent f97ad97 commit 3cdbab5

File tree

3 files changed

+4826
-4831
lines changed

3 files changed

+4826
-4831
lines changed

docs/document/server-side/message_translation_language_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## HTTP 请求
2727

2828
```http
29-
POST https://{host}/{org_name}/{app_name}/translate/support/language
29+
GET https://{host}/{org_name}/{app_name}/translate/support/language
3030
```
3131

3232
### 路径参数

docs/document/server-side/message_translation_text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ POST https://{host}/{org_name}/{app_name}/translate
7676
### 请求示例
7777

7878
```shell
79-
curl -i -X POST "https://XXXX/XXXX/XXXX/translate" \
79+
curl -X POST "https://XXXX/XXXX/XXXX/translate" \
8080
-H 'Content-Type: application/json' \
8181
-H "Authorization: Bearer <YourAppToken>" \
8282
-d '{

0 commit comments

Comments
 (0)