使用與不使用@RequestBody註解的區別

1. 若是使用@RequestBody接受頁面參數: public Map<String,Object> insertBudget(@ApiParam(required = true,name = "actBudgetCost",value = "預算")@RequestBody ActBudgetCost actBudgetCost, HttpServletRequest request){
相關文章
相關標籤/搜索