'', 'acid' => '', 'uid' => '', 'openid' => '', ); public function searchWithoAuthopenid($oauth_openid) { return $this->query->where('oauth_openid', $oauth_openid); } public function searchWithAcid($acid) { return $this->query->where('acid', $acid); } }