refactor(daxpay): 修正收银台相关接口命名

This commit is contained in:
DaxPay
2024-12-09 13:49:51 +08:00
parent 8c180d6f2a
commit 69d0394441
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import cn.bootx.platform.core.exception.BizInfoException;
public class RouterCheckException extends BizInfoException {
public RouterCheckException() {
super("没有对应请求路径的权限");
super("未登录或不拥有改请求路径的请求权限");
}
}