feat: add scaffold HTTP mock support
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-08-11 23:12:30 +09:00
parent 45e4332adb
commit 0e27937687
18 changed files with 347 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
{
"resultCode" : "SUCCESS"
}

View File

@@ -0,0 +1,13 @@
{
"request" : {
"method" : "POST",
"urlPath" : "/MEMO0000001"
},
"response" : {
"status" : 200,
"headers" : {
"Content-Type" : "application/json;charset=UTF-8"
},
"bodyFileName" : "cmm_memo_retriever.json"
}
}