Browse Source

订单详情

sunhao 5 years ago
parent
commit
f27da655f7
2 changed files with 282 additions and 5 deletions
  1. 281 5
      app/Http/Controllers/Api/OrderController.php
  2. 1 0
      app/Http/routes.php

File diff suppressed because it is too large
+ 281 - 5
app/Http/Controllers/Api/OrderController.php


+ 1 - 0
app/Http/routes.php

339
     Route::post('/searchGoods','Api\GoodsController@searchGoods');
339
     Route::post('/searchGoods','Api\GoodsController@searchGoods');
340
 
340
 
341
     Route::get('/order/orderList', 'Api\OrderController@orderList');
341
     Route::get('/order/orderList', 'Api\OrderController@orderList');
342
+    Route::get('/order/orderDetail', 'Api\OrderController@orderDetail');
342
     Route::post('/order/orderstore', 'Api\OrderController@orderstore');
343
     Route::post('/order/orderstore', 'Api\OrderController@orderstore');
343
     Route::post('/order/orderupdate', 'Api\OrderController@orderupdate');
344
     Route::post('/order/orderupdate', 'Api\OrderController@orderupdate');
344
     Route::get('/order/getAddress', 'Api\OrderController@getAddress');
345
     Route::get('/order/getAddress', 'Api\OrderController@getAddress');