mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-15 07:03:44 +08:00
码支付更新
This commit is contained in:
@@ -16,6 +16,8 @@ Route::rule('checkOrder/[:pid]/[:sign]', 'Pay/checkOrder');
|
||||
Route::rule('payHeart', 'Pay/payHeart');
|
||||
// 监听收款通知
|
||||
Route::rule('checkPayResult', 'Pay/checkPayResult');
|
||||
// 监听微信/支付宝收款通知
|
||||
Route::rule('mpayNotify', 'Pay/mpayNotify');
|
||||
// 验证支付结果
|
||||
Route::rule('validatePayResult', 'Pay/validatePayResult');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user