Commit 5764febc by yeran

update

1 parent b13f93d7
{ {
"name": "ldy/payment", "name": "ldy/payment",
"type": "library", "type": "library",
"version": "3.3.7", "version": "3.3.8",
"description": "支付宝支付、微信支付、招商一网通支付、通联支付、米付支付、利楚扫呗、富友支付 php SDK。", "description": "支付宝支付、微信支付、招商一网通支付、通联支付、米付支付、利楚扫呗、富友支付 php SDK。",
"keywords": ["alipay", "weixin", "支付宝支付", "微信支付","通联支付", "集成支付接口SDK", "招商一网通", "一网通", "利楚扫呗", "富友支付"], "keywords": ["alipay", "weixin", "支付宝支付", "微信支付","通联支付", "集成支付接口SDK", "招商一网通", "一网通", "利楚扫呗", "富友支付"],
"homepage": "", "homepage": "",
......
...@@ -30,8 +30,7 @@ class BackPubChargeData extends WxBaseData ...@@ -30,8 +30,7 @@ class BackPubChargeData extends WxBaseData
'signType' => 'MD5',// 签名算法,暂支持MD5 'signType' => 'MD5',// 签名算法,暂支持MD5
]; ];
if (!empty($this->sub_appid)) { if (!empty($this->sub_appid)) {
$this->retData['sub_appid'] = $this->sub_appid; $this->retData['appId'] = $this->sub_appid;
$this->retData['sub_mch_id'] = $this->sub_mch_id;
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!