mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
@@ -0,0 +1,16 @@
|
||||
package io.dataease.msgCenter;
|
||||
|
||||
import io.dataease.api.msgCenter.MsgCenterApi;
|
||||
import io.dataease.license.config.XpackInteract;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/msg-center")
|
||||
public class MsgCenterServer implements MsgCenterApi {
|
||||
@Override
|
||||
@XpackInteract(value = "msgCenterServer", replace = true)
|
||||
public long count() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user