This commit is contained in:
张成
2025-12-19 22:24:23 +08:00
parent abe2ae3c3a
commit 10aff2f266
12 changed files with 1101 additions and 147 deletions

View File

@@ -38,7 +38,7 @@ class AuthorizationService {
return {
is_authorized: false,
remaining_days: 0,
message: '账号未授权,请联系管理员'
message: '账号未授权,请购买使用权限后使用'
};
}
@@ -53,7 +53,7 @@ class AuthorizationService {
return {
is_authorized: false,
remaining_days: 0,
message: '账号授权已过期,请联系管理员续费'
message: '账号使用权限已到期,请充值续费后使用'
};
}