Skip to content

Commit

Permalink
退款
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemao committed Nov 24, 2017
1 parent 5938c68 commit b32032c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions refund.php
Expand Up @@ -38,11 +38,9 @@ public function __construct($mchid, $appid, $key)
* 退款
* @param float $totalFee 订单金额 单位元
* @param float $refundFee 退款金额 单位元
* @param string $outTradeNo 唯一的订单号
* @param string $outTradeNo 唯一的订单号
* @param string $orderName 订单名称
* @param string $notifyUrl 支付结果通知url 不要有问号
* @param string $timestamp 支付时间
* @param string $refundNo 退款单号
* @param string $wxOrderNo 微信订单号
* @param string $orderNo 商户订单号
* @return string
*/
public function doRefund($totalFee, $refundFee, $refundNo, $wxOrderNo='',$orderNo='')
Expand Down

0 comments on commit b32032c

Please sign in to comment.