fix: 移除 limit_agent 白名单限制,所有代理下会员均可充值/提现
- config.php: area_id=3 的 limit_agent 改为空数组 - Order.php/epayPay.php/ccpayPay.php: 空数组时跳过白名单检查
This commit is contained in:
@@ -286,7 +286,7 @@ return [
|
||||
'pay' => 'alinPay',
|
||||
'default_agent' => 111,
|
||||
'default_wt_agent' => 111,
|
||||
'limit_agent' => [111],
|
||||
'limit_agent' => [],
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user