|
|
@ -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() |
|
|
|