root 5 년 전
부모
커밋
b1ad8b76a7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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']));