This commit is contained in:
root
2019-12-23 15:33:34 +08:00
parent 63dd8b9292
commit 1d15f8eb03
2 changed files with 17 additions and 0 deletions

View File

@ -68,6 +68,7 @@ Route::prefix('v1')
Route::post('changePassword', 'UserController@changePassword');
Route::post('update', 'UserController@update');
Route::get ('getSubscribe', 'UserController@getSubscribe');
Route::get ('getStat', 'UserController@getStat');
// Order
Route::get ('order', 'OrderController@index');
Route::post('order/save', 'OrderController@save');