统一后端端口为63310

This commit is contained in:
wkc
2026-03-30 17:36:49 +08:00
parent 396a5e6c4c
commit 1245849f56
9 changed files with 208 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
### ============================================================
### 1. 获取测试 Token
### ============================================================
POST http://localhost:8080/login/test
POST http://localhost:63310/login/test
Content-Type: application/json
{
@@ -25,7 +25,7 @@ Content-Type: application/json
### ============================================================
### 2. 个人客户发起 - 成功场景(完整必填字段)
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json
@@ -52,7 +52,7 @@ Content-Type: application/json
### ============================================================
### 3. 个人客户发起 - 缺少必填字段 custIsn
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json
@@ -74,7 +74,7 @@ Content-Type: application/json
### ============================================================
### 4. 个人客户发起 - 缺少必填字段 guarType
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json
@@ -96,7 +96,7 @@ Content-Type: application/json
### ============================================================
### 5. 个人客户发起 - 缺少必填字段 applyAmt
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json
@@ -118,7 +118,7 @@ Content-Type: application/json
### ============================================================
### 6. 个人客户发起 - 担保方式枚举验证失败
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json
@@ -141,7 +141,7 @@ Content-Type: application/json
### ============================================================
### 7. 个人客户发起 - 包含抵质押信息
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json
@@ -170,7 +170,7 @@ Content-Type: application/json
### ============================================================
### 8. 个人客户发起 - 所有字段必填(质押贷款场景)
### ============================================================
POST http://localhost:8080/loanPricing/workflow/create/personal
POST http://localhost:63310/loanPricing/workflow/create/personal
Authorization: Bearer {{token}}
Content-Type: application/json