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