Required String parameter 'images' is not present

技术分享

后台控制层控制为非必填即可:

  @RequestMapping("/addDo")
    @SJson
    @SLog(description = "Car_main")
    @RequiresPermissions("store.car.manager.add")
    public Object addDo(Car_main carMain, @RequestParam(value = "images",required = false)  String images, HttpServletRequest req) {
        
}

 

文章来自:http://www.cnblogs.com/hedongfei/p/7773278.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3