wang hou sheng 9 months ago
parent 137b294271
commit 1927997ea4
  1. 8
      app/api/controller/Wxserver.php

@ -12,9 +12,11 @@ class Wxserver extends BaseController
{ {
public function index() public function index()
{ {
$obj = new \app\common\library\wxserver\Server(); $ext_json['extAppid'] = '123456';
$obj->getVersioninfo('wxd87b1a7332d974d0'); $ext_json['ext']['store_id'] = 1001;
return $this->renderSuccess('success'); $ext_json['window'] = [];
$data['ext_json'] = $ext_json;
return $this->renderSuccess($data);
} }
public function verifyTicket() public function verifyTicket()

Loading…
Cancel
Save