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