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

出入库记录

上级 4b037388
......@@ -62,6 +62,7 @@ Route::group(['prefix' => 'service', 'middleware' => 'requestpc', 'namespace' =>
Route::post('Warehouse/index', 'WarehouseController@index'); //仓库列表
Route::post('Warehouse/addGoodsNum', 'WarehouseController@addGoodsNum'); //仓库列表
Route::post('Warehouse/wareGoods', 'WarehouseController@wareGoods'); //仓库商品列表
Route::post('Warehouse/wareGoodsRecord', 'WarehouseController@wareGoodsRecord'); //仓库商品出入库列表
});
Route::group(['prefix' => 'service', 'namespace' => 'Service'], function () { //服务商类
Route::post('Pay/notify', 'PayController@notify');//微信支付回调
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论