Commit 6b70cbe7 by 朱继来

Merge branch 'zjl_batch_goods_20181129' into development

parents 4fa4773c 698861e8
Showing with 1 additions and 0 deletions
......@@ -100,6 +100,7 @@ Route::group(['middleware' => 'web'], function () {
Route::post('/ajax/selfCheck', 'AddOrderController@selfCheck');
Route::post('/ajax/switchSaleType', 'AddOrderController@switchSaleType');
Route::post('/ajax/checkStock', 'AddOrderController@checkStock');
Route::post('/ajax/batchGoodsImport', 'AddOrderController@batchGoodsImport');
Route::match(['get', 'post'],'/web/{key}', 'WebController@info');
Route::match(['get', 'post'],'/api/{key}', 'ApiController@Entrance');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment