nan.zhang 4 年之前
父节点
当前提交
89447cbb12
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/index/service/wechat/WxPayPubHelper.php

+ 1 - 0
application/index/service/wechat/WxPayPubHelper.php

@@ -278,6 +278,7 @@ class Wxpay_client_pub extends Common_util_pub
         $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);
     }