|
|
|
@ -396,6 +396,13 @@ Route::group(function () { |
|
|
|
//学生端-作业详情 |
|
|
|
Route::get('xy/assignment/info', 'apiController.Assignment/info'); |
|
|
|
|
|
|
|
//学生端-订单管理-列表 |
|
|
|
Route::get('xy/orderTable', 'apiController.OrderTable/index'); |
|
|
|
//学生端-订单管理-详情 |
|
|
|
Route::get('xy/orderTable/info', 'apiController.OrderTable/info'); |
|
|
|
//学生端-订单管理-创建 |
|
|
|
Route::post('xy/orderTable/add', 'apiController.OrderTable/add'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|