Actions
New Function #63
closed[API] All POST/PUT
Description
1.All POST / PUT API
1) change parameter transfer method
a) As-is
- @RequestParam
b) To-be
- @RequestBody (json format)
Actions
Description
1.All POST / PUT API
1) change parameter transfer method
a) As-is
b) To-be