<?php /** * 钱包类型数组 */ return [ 'logtype' => [ 1 => '后台充值', 2 => '扫码佣金', 3 => '关联佣金', 4 => '佣金提现', ], 'moneyname' => [ 'money' => '佣金', ], ];