WIN-2308041133\Administrator 6 달 전
부모
커밋
94ad645512
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      application/api/controller/Wechat.php

+ 0 - 1
application/api/controller/Wechat.php

@@ -166,7 +166,6 @@ class Wechat extends Api
             }
             $xml = substr($xml, 0, -1);
             @file_put_contents("quanju.txt", $xml . "-签约内容\r\n", 8);
-            var_dump($xml);die();
             $sign = $this->md5_sign($xml, '192006250b4c09247ec02edce69f6a2d');
             @file_put_contents("quanju.txt", $sign . "-签名\r\n", 8);
             $url = 'https://api.mch.weixin.qq.com/papay/entrustweb?' . $xml . '&sign=' . $sign;