wang hou sheng 8 months ago
parent 24726cbacd
commit 978f8386b9
  1. 2
      app/admin/controller/Wxserve.php

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

Loading…
Cancel
Save