|
@@ -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;
|