|
@@ -274,11 +274,12 @@ class Wxpay_client_pub extends Common_util_pub
|
|
|
*/
|
|
|
function createXml()
|
|
|
{
|
|
|
+ echo 323;exit;
|
|
|
+
|
|
|
$this->parameters["appid"] = Config::get('WECHAT_APPID');//公众账号ID
|
|
|
$this->parameters["mch_id"] = Config::get('WECHAT_MCHID');//商户号
|
|
|
$this->parameters["nonce_str"] = $this->createNoncestr();//随机字符串
|
|
|
$this->parameters["sign"] = $this->getSign($this->parameters);//签名
|
|
|
- echo 323;exit;
|
|
|
return $this->arrayToXml($this->parameters);
|
|
|
}
|
|
|
|