'支付宝', '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 => '已打款', ]; }