|
|
|
@@ -32,15 +32,15 @@ public interface RemoteInfoPublishService |
|
|
|
* @param newSysNotificationParamsVo 系统通知 |
|
|
|
* @return 结果 |
|
|
|
*/ |
|
|
|
// @PutMapping("/gns/notification/{platform}") |
|
|
|
// public R<LoginUser> updateSysInfo(@PathVariable String platform,@RequestBody NewSysNotificationSendVo newSysNotificationParamsVo); |
|
|
|
// |
|
|
|
// /** |
|
|
|
// * 改变系统消息状态 |
|
|
|
// * |
|
|
|
// * @param newSysNotificationParamsVo 系统通知 |
|
|
|
// * @return 结果 |
|
|
|
// */ |
|
|
|
// @DeleteMapping("/gns/notification/{platform}") |
|
|
|
// public R<LoginUser> deleteSysInfo(@PathVariable String platform,@RequestBody NewSysNotificationSendVo newSysNotificationParamsVo); |
|
|
|
@PutMapping("/gns/notification/{platform}") |
|
|
|
public R<LoginUser> updateSysInfo(@PathVariable("platform") String platform,@RequestBody NewSysNotificationSendVo newSysNotificationParamsVo); |
|
|
|
|
|
|
|
/** |
|
|
|
* 改变系统消息状态 |
|
|
|
* |
|
|
|
* @param newSysNotificationParamsVo 系统通知 |
|
|
|
* @return 结果 |
|
|
|
*/ |
|
|
|
@DeleteMapping("/gns/notification/{platform}") |
|
|
|
public R<LoginUser> deleteSysInfo(@PathVariable("platform") String platform,@RequestBody NewSysNotificationSendVo newSysNotificationParamsVo); |
|
|
|
} |