'', 'uniacid' => '0', 'uid' => '0', 'openid' => '', 'nickname' => '', 'groupid' => '', 'salt' => '', 'follow' => '1', 'followtime' => '', 'unfollowtime' => '', 'tag' => '', 'updatetime' => '0', 'unionid' => '', 'user_from' => '', ); public function searchWithUniacid($uniacid) { return $this->query->where('uniacid', $uniacid); } public function searchWithOpenid($openid) { return $this->query->where('openid', $openid); } public function searchWithUnionid($unionid) { return $this->query->where('unionid', $unionid); } }