调试退款
This commit is contained in:
parent
a8e0ec48ed
commit
2b7dc62b61
@ -25,9 +25,10 @@ class IndexController extends BaseApiController
|
||||
|
||||
try {
|
||||
$wechat = new PayService(1);
|
||||
$time = time();
|
||||
$order = [
|
||||
'out_trade_no' => 'PF1717558027664507',
|
||||
'out_refund_no' => time(),
|
||||
'out_refund_no' => 'BO'.$time,
|
||||
'amount' => [
|
||||
'refund' => 1,
|
||||
'total' => 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user