광주은행 표준전문 관련 작업

This commit is contained in:
yunjy-hp
2025-12-09 13:47:00 +09:00
parent 3dd7c141f7
commit 616b2a36f3
9 changed files with 735 additions and 26 deletions
+12 -3
View File
@@ -1,5 +1,15 @@
### 비표준 -> 표준 테스트
POST http://localhost:7080/api/test/case012
POST http://localhost:10210/api/test/case012
Content-Type: application/json
Accept: application/json
{
"field1": "aaaa",
"field2": "bbbb"
}
### 비표준 -> 비표준 테스트
POST http://localhost:10210/api/test/case001
Content-Type: application/json
Accept: application/json
@@ -7,5 +17,4 @@ Accept: application/json
"serviceId": "TST10001",
"aaa": "aaaa",
"bbb": "bbbb"
}
}