mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 13:50:25 +00:00
refactor(daxpay): 修正收银台相关接口命名
This commit is contained in:
@@ -11,7 +11,7 @@ import cn.bootx.platform.core.exception.BizInfoException;
|
||||
public class RouterCheckException extends BizInfoException {
|
||||
|
||||
public RouterCheckException() {
|
||||
super("没有对应请求路径的权限");
|
||||
super("未登录或不拥有改请求路径的请求权限");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user