m
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
import { BaseModel } from './_base_model';
|
||||
export declare class SystemConfigModel extends BaseModel {
|
||||
invitationUrl?: string;
|
||||
customerServiceUrl?: string;
|
||||
depositWeixinUrl?: string;
|
||||
depositAlipayUrl?: string;
|
||||
depositYunshanfuUrl?: string;
|
||||
openDeposit: boolean;
|
||||
welfarePool: string;
|
||||
stockPrice: string;
|
||||
minWithdrawAmount: string;
|
||||
minTransferPublicityAmount: string;
|
||||
}
|
||||
Reference in New Issue
Block a user