API work
This commit is contained in:
parent
32595ab5a1
commit
13fb2cfe98
70 changed files with 3614 additions and 401 deletions
|
|
@ -53,5 +53,7 @@ Route::group([
|
|||
Route::post('order', 'Api\ShoppingUserController@order');
|
||||
Route::post('status', 'Api\ShoppingUserController@status');
|
||||
Route::post('delete', 'Api\ShoppingUserController@delete');
|
||||
Route::post('cancel', 'Api\ShoppingUserController@cancel');
|
||||
Route::post('open', 'Api\ShoppingUserController@open');
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue