Required String parameter 'images' is not present
Posted 何年何月生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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) { }
以上是关于Required String parameter 'images' is not present的主要内容,如果未能解决你的问题,请参考以下文章
Required String parameter ' ' is not present
jmeter报错Required String parameter 'auntId' is not present
报错:required string parameter XXX is not present
400错误,Required String parameter 'paramter' is not present