fix: 引入alinPay trait并配置越南区代理ID

This commit is contained in:
li
2026-03-12 23:35:10 +08:00
parent f8e948b577
commit b95c137fa6
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -284,9 +284,9 @@ return [
'3' => [
'name' => '越南',
'pay' => 'alinPay',
'default_agent' => 0, // TODO: 魔尊需填入越南区总代理ID
'default_wt_agent' => 0, // TODO: 魔尊需填入越南区委托代理ID
'limit_agent' => [], // TODO: 魔尊需填入允许充值的代理ID列表
'default_agent' => 111,
'default_wt_agent' => 111,
'limit_agent' => [111],
],
],