root 5 years ago
parent
commit
b1ad8b76a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      wxapp.php

+ 2 - 0
wxapp.php

xqd
@@ -14,7 +14,9 @@
 defined('IN_IA') or exit('Access Denied');
 class Zh_tcwqModuleWxapp extends WeModuleWxapp {
 	public function __construct() {
+
 		global $_W, $_GPC;
+        var_dump($_GPC['details']);die;
 		if ($_GPC['details']) {
 			function getaccess_token($_W) {
 				$res = pdo_get('zhtc_system', array('uniacid' => $_W['uniacid']));