代码优化
This commit is contained in:
parent
400e39a320
commit
a713a6a351
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue