api-generator icon indicating copy to clipboard operation
api-generator copied to clipboard

请求参数@RequestBody类型时,属性解析不了怎么处理?

Open chenkechao opened this issue 3 years ago • 1 comments

chenkechao avatar Nov 16 '21 10:11 chenkechao

/**
 * 测试
 *
 * @param testRequest xxx信息
 * @param update 是否更新
 */
public BaseResponse<String> testReqBody(@RequestBody TestRequest testRequest, Boolean update) {

     return BaseResponse.success();
}

楼主是指此时的 update 字段不能正确解析吗?

gudqs7 avatar Apr 09 '22 06:04 gudqs7