root 5 년 전
부모
커밋
5fe1166b10
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      wxapp.php

+ 0 - 2
wxapp.php

xqd xqd
@@ -16,7 +16,6 @@ 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']));
@@ -43,7 +42,6 @@ class Zh_tcwqModuleWxapp extends WeModuleWxapp {
 			$data = curl_exec($ch);
 			curl_close($ch);
 			$res = json_decode($data, true);
-			print_r($res);die;
 			if ($res['errcode'] == 87014) {
 				return '文字内容违规,请重新输入!';
 			}