Commit 824a9393 by wangyu

update

1 parent 667d8aad
Showing with 1 additions and 1 deletions
...@@ -138,7 +138,7 @@ class WxPayBank extends WxBaseStrategy ...@@ -138,7 +138,7 @@ class WxPayBank extends WxBaseStrategy
} }
//企业付款到银行卡参数不能进行urldecode //企业付款到银行卡参数不能进行urldecode
$this->reqData->setSign(true); $this->reqData->setSign(false);
$xml = DataParser::toXml($this->reqData->getData()); $xml = DataParser::toXml($this->reqData->getData());
$ret = $this->sendReq($xml); $ret = $this->sendReq($xml);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!