You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
328 B
16 lines
328 B
### 测试后端API连接
|
|
|
|
#### 1. 测试基本连接
|
|
GET http://localhost:8080/api/auth/test-login
|
|
|
|
#### 2. 测试登录端点
|
|
POST http://localhost:8080/api/auth/test-login
|
|
Content-Type: application/json
|
|
|
|
{}
|
|
|
|
#### 3. 检查路由
|
|
GET http://localhost:8080
|
|
|
|
#### 4. 测试CORS
|
|
OPTIONS http://localhost:8080/api/auth/test-login
|
|
|