Skip to content

Commit a3a1d4b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents fa5969d + 303ba71 commit a3a1d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Of course, we have used Swagger UI by default to display our API documents. You
5151

5252
#### **Authentication**
5353

54-
> Introduction
54+
> 简介
5555
5656
The endpoints with the 🔒 icon in the interface document need to carry the API Token in the request header before they can be called. Calling these interfaces will use the remaining free quota or account balance in your account. At the same time, each endpoint will also be based on the email of the API Token owner. The address limits the request rate. Each endpoint has independent RPS (Requests per second). In most cases, users can request the same endpoint 5 times per second.
5757

@@ -61,11 +61,11 @@ The steps to obtain API Token are also very simple, you only need to log in to o
6161

6262
> Used on the API documentation web page
6363
64-
When you complete the above steps, you can copy your API Token, then return to our Swagger UI web page and click the green on the right side of the page`Authorize`, and then at the bottom of the pop-up window`Value`Paste the API Token in the input box to complete the authentication.
64+
After you complete the above steps, you can copy your API Token, then return to our Swagger UI web page and click the green on the right side of the page`Authorize`, and then at the bottom of the pop-up window`Value`Paste the API Token in the input box to complete the authentication.
6565

6666
> Used in HTTP requests
6767
68-
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry an API token in the request header.`Authorization`Field, below I will give an example of JSON as header:
68+
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry a called`Authorization`Field, below I will give an example of JSON as header:
6969

7070
{
7171

0 commit comments

Comments
 (0)