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