'支付宝', 'App\Models\WithdrawalBank' => '银行卡', ]; //状态 1·待审核 2 已拒绝 3 已通过 4 已打款 public static $state= [ 1, 2, 3, 4, ]; public static $stateText = [ 1 => '待审核', 2 => '已拒绝', 3 => '已通过', 4 => '已打款', ]; public static $stateTextSelect = [ 1 => '待审核', 3 => '已通过', 4 => '已打款', ]; public static $adminType = [ 'agent', 'supplier', 'guide', 'min' ]; public static $adminTypeText = [ 'agent' => '代理商', 'supplier' =>'供应商', 'guide' =>'地接', 'min' => '最小提现金额' ]; }