This commit is contained in:
root
2019-12-22 23:54:33 +08:00
parent d9dcddd536
commit 56713946d7
3 changed files with 5 additions and 7 deletions

View File

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