mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-16 05:00:54 +08:00
Initial commit
This commit is contained in:
23
app/Utils/Dict.php
Normal file
23
app/Utils/Dict.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace App\Utils;
|
||||
|
||||
class Dict
|
||||
{
|
||||
CONST EMAIL_WHITELIST_SUFFIX_DEFAULT = [
|
||||
'gmail.com',
|
||||
'qq.com',
|
||||
'163.com',
|
||||
'yahoo.com',
|
||||
'sina.com',
|
||||
'126.com',
|
||||
'outlook.com',
|
||||
'yeah.net',
|
||||
'foxmail.com'
|
||||
];
|
||||
CONST WITHDRAW_METHOD_WHITELIST_DEFAULT = [
|
||||
'支付宝',
|
||||
'USDT',
|
||||
'Paypal'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user