mirror of
https://github.com/certd/certd.git
synced 2026-07-14 01:17:31 +08:00
feat: 用户套餐,用户支付功能
This commit is contained in:
@@ -36,6 +36,10 @@ export const Constants = {
|
||||
code: 88,
|
||||
message: '需要VIP',
|
||||
},
|
||||
needsuite: {
|
||||
code: 89,
|
||||
message: '需要购买或升级套餐',
|
||||
},
|
||||
loginError: {
|
||||
code: 2,
|
||||
message: '登录失败',
|
||||
|
||||
Reference in New Issue
Block a user