浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
af72b3de5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Order.php

+ 1 - 1
application/api/controller/Order.php

@@ -489,7 +489,7 @@ class Order extends Api
 
             $app = Factory::payment($config);
             $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' => '退款',
             ]);