提交 c6398335 authored 作者: 李大见's avatar 李大见

仓库列表

上级 5b9a0e7b
......@@ -58,7 +58,11 @@ Route::group(['prefix' => 'interface', 'namespace' => 'Api'], function () {//外
Route::post('salesPrice/delete', 'SalesPriceController@destroy'); //自有平台销售价删除
});*/
Route::group(['prefix' => 'service', 'middleware' => 'requestpc', 'namespace' => 'Service'], function () { //仓库管理
Route::post('Warehouse/index', 'WarehouseController@index'); //仓库列表
Route::post('Warehouse/addGoodsNum', 'WarehouseController@addGoodsNum'); //仓库列表
Route::post('Warehouse/wareGoods', 'WarehouseController@wareGoods'); //仓库商品列表
});
Route::group(['prefix' => 'service', 'namespace' => 'Service'], function () { //服务商类
Route::post('Pay/notify', 'PayController@notify');//微信支付回调
Route::any('Pay/aliPayNotify', 'PayController@aliPayNotify');//支付宝支付回调
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论