mirror of
https://github.com/vastxie/99AI.git
synced 2026-02-14 01:54:27 +08:00
v4.1.0
This commit is contained in:
18
AIWebQuickDeploy/dist/common/constants/balance.constant.js
vendored
Normal file
18
AIWebQuickDeploy/dist/common/constants/balance.constant.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.RechargeType = exports.ChatType = void 0;
|
||||
exports.ChatType = {
|
||||
NORMAL_CHAT: 1,
|
||||
PAINT: 2,
|
||||
EXTENDED_CHAT: 3,
|
||||
};
|
||||
exports.RechargeType = {
|
||||
REG_GIFT: 1,
|
||||
INVITE_GIFT: 2,
|
||||
REFER_GIFT: 3,
|
||||
PACKAGE_GIFT: 4,
|
||||
ADMIN_GIFT: 5,
|
||||
SCAN_PAY: 6,
|
||||
DRAW_FAIL_REFUND: 7,
|
||||
SIGN_IN: 8,
|
||||
};
|
||||
Reference in New Issue
Block a user