修复微信退款
parent
cecbe3970b
commit
7185c79419
|
|
@ -10,6 +10,6 @@ Route::post('kuaidi100', [Kuaidi100Controller::class, 'notify']);
|
|||
|
||||
// 微信支付通知
|
||||
Route::post('wxpay/{payment}/paid-notify', [WxpayController::class, 'paidNotify'])->name('wxpay.paid_notify');
|
||||
Route::post('wxpay/order-refund-notify', [WxpayController::class, 'orderRefundedNotify'])->name('wxpay.order_refund_notify');
|
||||
Route::post('wxpay/{payment}/order-refund-notify', [WxpayController::class, 'orderRefundedNotify'])->name('wxpay.order_refund_notify');
|
||||
|
||||
Route::post('alipay', AlipayController::class)->name('alipay.notify');
|
||||
|
|
|
|||
Loading…
Reference in New Issue