<?php /** * 钱包类型数组 */ return [ 'logtype' => [ 1 => '后台改动', 2 => '线上购买配套', 3 => '线上预约课程', 4 => '线下购买配套', ], 'moneyname' => [ 'score' => '积分', ], ];