Failed to execute fetch on Window Request with GET or HEAD method cannot have body
GET 格式
@BusinessLog(action = "detail", actionDetail = "详情查询", actionMessageId = "detail")
@ApiOperation(value = "详情查询", notes = "详情查询", httpMethod = "GET")
@GetMapping(path = "/detail")
public ApiResponse detail(String eventId) {
return testService.detail
原创
2020-06-11 16:11:06 ·
770 阅读 ·
0 评论