|
|
@@ -30,7 +30,7 @@ Route::prefix('/issue')->group(function () {
|
|
|
|
|
|
Route::get('/test', [Home::class, 'test']);
|
|
|
Route::prefix('/pay')->group(function () {
|
|
|
- Route::get("/notify", [Pay::class, 'notifyHandle']);
|
|
|
+ Route::post("/notify", [Pay::class, 'notifyHandle']);
|
|
|
});
|
|
|
|
|
|
|