wang hou sheng 8 months ago
parent 0fb3f68740
commit 19e2da6d0a
  1. 2
      app/admin/controller/Wxserve.php

@ -166,7 +166,7 @@ class Wxserve extends Controller
$obj = new Server(); $obj = new Server();
$res = $obj->commit($appid, $template_id); $res = $obj->commit($appid, $template_id);
if ($res) { if ($res) {
return $this->renderSuccess($res); return $this->renderSuccess('success');
} }
} }
return $this->renderError('操作失败'); return $this->renderError('操作失败');

Loading…
Cancel
Save