commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package com.budwk.app.zhgh.tooltip.controller;
|
||||
|
||||
import cn.dev33.satoken.annotation.SaCheckLogin;
|
||||
import org.nutz.ioc.loader.annotation.IocBean;
|
||||
import org.nutz.mvc.annotation.At;
|
||||
import org.nutz.mvc.annotation.Ok;
|
||||
|
||||
/**
|
||||
* @ClassName TooltipCommonController
|
||||
* @Author JyuHsin
|
||||
* @Date 2026/3/10 16:14
|
||||
* @Version 1.0
|
||||
* @Description TODO
|
||||
*/
|
||||
@IocBean
|
||||
@Ok("json:full")
|
||||
@At("/platform/tooltip")
|
||||
public class TooltipCommonController {
|
||||
|
||||
@At("/h5")
|
||||
@Ok("beetl:platform/zhghh5/tooltip/index.html")
|
||||
@SaCheckLogin
|
||||
public void index() {}
|
||||
}
|
||||
Reference in New Issue
Block a user