添加路由
This commit is contained in:
parent
89d988cc60
commit
c044855072
@ -47,6 +47,7 @@ Route::group('api/', function () {
|
||||
//强制登录
|
||||
Route::group(function () {
|
||||
|
||||
Route::post('scanPay/products', 'api.store.order.ScanPay/products');
|
||||
Route::get('scanPay/product', 'api.store.order.ScanPay/product');
|
||||
Route::get('scanPay/qrcode', 'api.store.order.ScanPay/qrcode');
|
||||
Route::any('qrcode', 'api.user.User/qrcode');
|
||||
|
Loading…
x
Reference in New Issue
Block a user