@ -198,7 +198,7 @@ class Wxserve extends Controller
$appid = $this->request->get('appid');
if ($appid) {
$obj = new Server();
if ($obj->getVersioninfo($appid) && $obj->setDomain($appid, $this->request->domain(true))) {
if ($obj->getVersioninfo($appid)) {
return $this->renderSuccess('success');
}