wang hou sheng 8 months ago
parent 153dfe7734
commit 1abd3e2122
  1. 2
      app/admin/controller/Wxserve.php

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

Loading…
Cancel
Save