name('wxpay.paid_notify'); Route::post('wxpay/{payment}/order-refund-notify', [WxpayController::class, 'orderRefundedNotify'])->name('wxpay.order_refund_notify'); Route::post('alipay', AlipayController::class)->name('alipay.notify'); Route::post('yeepay-notify', YeePayNotifyController::class)->name('yeepay.notify');