parent
7daed977a9
commit
ed0631cd46
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user