'待审核', self::AUDIT_STATUS_PASS => '审核通过', self::AUDIT_STATUS_REFUSE => '审核拒绝', ]; if(true === $from){ return $desc; } return $desc[$from] ?? ''; } }