Commit f8dbad30 authored by hujun's avatar hujun

POST

parent 455cab34
......@@ -1071,7 +1071,7 @@ Route::group('office_index', [
'adjustmentList' => ['index/officePayLog/adjustmentList', ['method' => 'GET']], //调整列表
'refundDetail' => ['index/officePayLog/refundDetail', ['method' => 'GET']], //退款详情
'checkRefund' => ['index/officePayLog/checkRefund', ['method' => 'GET']], //退款审核
'delRefund' => ['index/officePayLog/delRefund', ['method' => 'GET']], //删除退款
'delRefund' => ['index/officePayLog/delRefund', ['method' => 'POST']], //删除退款
'refundList' => ['index/officePayLog/refundList', ['method' => 'get']], //退款列表-专员审核
'reportListUndone/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 6]], //财务 成交报告-已撤销
'backOutThree/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 8]], //财务 成交报告-待撤销-第三级数据
......
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