[ 'localhost', '127.0.0.1', '192.168.1.56', 'test.zfunbox.cn', 'testapi.zfunbox.cn', 'youda.zfunbox.cn', 'api.zfunbox.cn', ], # 后台允许访问的域名 'admin_domains' => [ 'localhost', '127.0.0.1', '192.168.1.56', 'test.zfunbox.cn', 'admin.zfunbox.cn', ], // 不需要验证域名的白名单路径 'whitelist_paths' => [ 'notify/*', // 支付回调等通知 'health', // 健康检查 'ping', // 服务可用性检查 'debug', // 调试接口 'wechat/callback', // 微信回调 ], // IP白名单 - 不需要进行签名验证的IP地址 'ip_whitelist' => [ '127.0.0.1', // 本地测试 '::1', // IPv6本地 '192.168.0.1', // 内网测试服务器 '10.0.0.1', // 内网开发服务器 ], ];