wang hou sheng 8 months ago
parent 390af05e46
commit 131df33601
  1. 2
      app/api/controller/Wxserver.php

@ -16,7 +16,7 @@ class Wxserver extends BaseController
public function index() public function index()
{ {
$obj = new \app\common\library\wxserver\Server(); $obj = new \app\common\library\wxserver\Server();
$arr = $obj->setDomainDirectly($this->request->domain(true), 'wxe3ed157849bd07b5'); $arr = $obj->setDomainDirectly($this->request->domain(true), 'wx1814307a39775007');
return $this->renderSuccess($arr); return $this->renderSuccess($arr);
} }

Loading…
Cancel
Save