Commit 1d0d7df4 by yeran

update some bugs

1 parent f9a43093
Showing with 1 additions and 1 deletions
...@@ -18,11 +18,11 @@ class BackLiteChargeData extends SwBaseData ...@@ -18,11 +18,11 @@ class BackLiteChargeData extends SwBaseData
switch ($this->pay_type){ switch ($this->pay_type){
case '010':{ //微信 case '010':{ //微信
$data = [ $data = [
'appId' => $this->appId,
'timeStamp' => $this->timeStamp,//time() . '', 'timeStamp' => $this->timeStamp,//time() . '',
'nonceStr' => $this->nonceStr, 'nonceStr' => $this->nonceStr,
'package' => $this->package_str, 'package' => $this->package_str,
'signType' => $this->signType,// 签名算法,暂支持MD5 'signType' => $this->signType,// 签名算法,暂支持MD5
'paySign' => $this->paySign
]; ];
break; break;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!