'待审核', self::APPROVED => '审核通过', self::AUDIT_REJECT => '审核拒绝' ]; if ($value === true) { return $data; } return $data[$value]; } }