代码优化

This commit is contained in:
万佳 2021-09-22 09:17:52 +08:00
parent 400e39a320
commit a713a6a351
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class NotificationController {
}
@ApiOperation("删除系统消息状态")
@RequestMapping(path = "/{platform}", method = RequestMethod.DELETE)
@DeleteMapping(path = "/{platform}")
@ResponseBody
public ResponseData changeNotificationStatus(@ApiParam(value = "平台编码", required = true)
@PathVariable(name = "platform") String platform,