update: config

This commit is contained in:
tokumeikoi
2021-01-08 01:33:11 +09:00
parent 633b9ad912
commit a55647ab7a
7 changed files with 35 additions and 18 deletions

View File

@ -15,4 +15,9 @@ class Dict
'yeah.net',
'foxmail.com'
];
CONST WITHDRAW_METHOD_WHITELIST_DEFAULT = [
'支付宝',
'USDT',
'Paypal'
];
}