value => '待补充', self::Invitor->value => '待推荐', self::Processing->value => '审核中', self::Success->value => '已通过', self::Fail->value => '未通过', ]; } public function text() { return data_get(self::options(), $this->value); } }