Commit f52cdd12 authored by clone's avatar clone

1

parent 487872a2
......@@ -1001,7 +1001,7 @@ Route::group('broker', [
'getFindShopListIsMy' => ['api_broker/FindShop/getFindShopList', ['method' => 'GET']],//委托找铺
'checkCost' => ['api_broker/ApplyForCost/check', ['method' => 'POST']], //费用报销审核总监
'addApplyFor' => ['api_broker/StoreFee/addApplyFor', ['method' => 'GET']],//新增报销申请
'addApplyFor' => ['api_broker/StoreFee/addApplyFor', ['method' => 'GET|POST']],//新增报销申请
'getApplyForFeeStore' => ['api_broker/StoreFee/getApplyForFeeStore', ['method' => 'GET']],//新增报销申请
]);
......
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 to comment