|
@@ -489,7 +489,7 @@ class Order extends Api
|
|
|
|
|
|
$app = Factory::payment($config);
|
|
$app = Factory::payment($config);
|
|
$refund_no = 'TK' . pay_no(999);
|
|
$refund_no = 'TK' . pay_no(999);
|
|
- $result = $app->refund->byOutTradeNumber($status['pay_no'], $refund_no, $status['total'], $status['total'], [
|
|
|
|
|
|
+ $result = $app->refund->byOutTradeNumber($status['pay_no'], $refund_no, $status['total']*100, $status['total']*100, [
|
|
// 可在此处传入其他参数,详细参数见微信支付文档
|
|
// 可在此处传入其他参数,详细参数见微信支付文档
|
|
'refund_desc' => '退款',
|
|
'refund_desc' => '退款',
|
|
]);
|
|
]);
|