'审核中', self::STATUS_SUCCESS => '审核通过', self::STATUS_REFUSE => '审核拒绝', ]; if (true === $status) { return $desc; } return $desc[$status]; } }