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()
{
$obj = new \app\common\library\wxserver\Server();
$obj->getVersioninfo('wxd87b1a7332d974d0');
return $this->renderSuccess('success');
$ext_json['extAppid'] = '123456';
$ext_json['ext']['store_id'] = 1001;
$ext_json['window'] = [];
$data['ext_json'] = $ext_json;
return $this->renderSuccess($data);
}
public function verifyTicket()

Loading…
Cancel
Save