'申请失败', self::STATUS_WAIT_PAY => '待支付', self::STATUS_PAYED => '支付成功', self::STATUS_FAILED => '支付失败', ]; return $statusMap[$this->status]; } }