回调地址修改

This commit is contained in:
wong
2025-09-23 16:55:18 +08:00
parent 74b39ac480
commit 7560389e35

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\Attachment@notify');
Route::post('notify', 'app\common\controller\PaymentService@notify');
});