feat: standardize tool names and http clients
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
This commit is contained in:
5
mci-mock/__files/smp_employee_search.json
Normal file
5
mci-mock/__files/smp_employee_search.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"resultCode" : "SUCCESS",
|
||||
"employeeName" : "홍길동",
|
||||
"departmentName" : "AX추진팀"
|
||||
}
|
||||
13
mci-mock/mappings/smp_employee_search.json
Normal file
13
mci-mock/mappings/smp_employee_search.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"request" : {
|
||||
"method" : "POST",
|
||||
"urlPath" : "/CLCNNB00001"
|
||||
},
|
||||
"response" : {
|
||||
"status" : 200,
|
||||
"headers" : {
|
||||
"Content-Type" : "application/json;charset=UTF-8"
|
||||
},
|
||||
"bodyFileName" : "smp_employee_search.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user