代码提交
This commit is contained in:
@@ -25,7 +25,7 @@ Route::group('v1/', function () {
|
|||||||
Route::group('v1/pay', function () {
|
Route::group('v1/pay', function () {
|
||||||
Route::post('', 'app\cunkebao\controller\Pay@createOrder')->middleware(['jwt']);
|
Route::post('', 'app\cunkebao\controller\Pay@createOrder')->middleware(['jwt']);
|
||||||
Route::post('notify', 'app\common\controller\Attachment@notify');
|
Route::post('notify', 'app\common\controller\Attachment@notify');
|
||||||
})->middleware(['jwt']);
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user