修正退款回调url
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user