代码提交

This commit is contained in:
wong
2025-09-23 17:42:23 +08:00
parent 7560389e35
commit 59115fbf69
2 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ Route::group('v1/', function () {
Route::group('v1/pay', function () {
Route::post('', 'app\cunkebao\controller\Pay@createOrder')->middleware(['jwt']);
Route::post('notify', 'app\common\controller\PaymentService@notify');
Route::any('notify', 'app\common\controller\PaymentService@notify');
});