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