feat: 提现订单

This commit is contained in:
陈狼 2025-02-16 12:28:59 +08:00
parent dde4649238
commit b2079e5cbb
1 changed files with 4 additions and 2 deletions

View File

@ -33,8 +33,10 @@ return [
'host' => '127.0.0.1', 'host' => '127.0.0.1',
'port' => '3306', 'port' => '3306',
'database' => 'app_hd', 'database' => 'app_hd',
'username' => 'app_hd', // 'username' => 'app_hd',
'password' => 'fmW4NwwXMxN8ShSM', // 'password' => 'fmW4NwwXMxN8ShSM',
'username' => 'root',
'password' => '123456',
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci', 'collation' => 'utf8mb4_general_ci',
'prefix' => '', 'prefix' => '',