Commit 2b2d9333 authored by hujun's avatar hujun

路由

parent 2ab5ae94
...@@ -1046,7 +1046,7 @@ Route::group('broker', [ ...@@ -1046,7 +1046,7 @@ Route::group('broker', [
'addFeeImage' => ['api_broker/StoreFee/addFeeImage', ['method' => 'POST']],//新增报销申请图片 'addFeeImage' => ['api_broker/StoreFee/addFeeImage', ['method' => 'POST']],//新增报销申请图片
'getApplyForFeeStore' => ['api_broker/StoreFee/getApplyForFeeStore', ['method' => 'GET']],//获取门店地址 'getApplyForFeeStore' => ['api_broker/StoreFee/getApplyForFeeStore', ['method' => 'GET']],//获取门店地址
'deviceList' => ['api_broker/Broker/deviceList', ['method' => 'GET']],//设备列表 'deviceList' => ['api_broker/Broker/deviceList', ['method' => 'GET']],//设备列表
'uploadWorkLearning' => ['api_broker/workLearningImage/uploadWorkLearning', ['method' => 'POST']],//保存0素质测评 1方法分析 2价值观考核图片 'uploadWorkLearning' => ['api_broker/uploadWorkLearning/workLearningImage', ['method' => 'POST']],//保存0素质测评 1方法分析 2价值观考核图片
]); ]);
......
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