'', 'token' => '', 'encodingaeskey' => '', 'level' => '', 'account' => '', 'original' => '', 'key' => '', 'secret' => '', 'name' => '', 'appdomain' => '', ); public function wxappInfo($uniacid) { if (is_array($uniacid)) { return $this->query->where('uniacid', $uniacid)->getall('uniacid'); } else { return $this->query->where('uniacid', $uniacid)->get(); } } }