修正退款回调url

This commit is contained in:
2023-03-07 18:18:56 +08:00
parent 8ea79574dc
commit 866387c698
3 changed files with 63 additions and 3 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ class UserController extends AbstractController
$options['out_refund_no'] = $order_inquiry['inquiry_refund_no'];
$options['reason'] = "退款原因";
$options['amount'] = [
'refund' => 0.01 * 100,
'total' => 0.01 * 100,
'refund' => (int)1,
'total' => (int)1,
'currency' => "CNY",
];