fix: 移除 limit_agent 白名单限制,所有代理下会员均可充值/提现

- config.php: area_id=3 的 limit_agent 改为空数组
- Order.php/epayPay.php/ccpayPay.php: 空数组时跳过白名单检查
This commit is contained in:
testadmin
2026-04-26 20:10:26 +08:00
parent a7edf5347d
commit 13cd0cbea4
4 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ return [
'pay' => 'alinPay',
'default_agent' => 111,
'default_wt_agent' => 111,
'limit_agent' => [111],
'limit_agent' => [],
],
],