Commit 815f4672 authored by hujun's avatar hujun

GET

parent b06ce52d
......@@ -1050,9 +1050,9 @@ Route::group('office_index', [
'refundPayLog' => ['index/officePayLog/refundPayLog', ['method' => 'POST']],//退款
'delPayLog' => ['index/officePayLog/delPayLog', ['method' => 'POST']],//删除收款
'delAdjustment' => ['index/officePayLog/delAdjustment', ['method' => 'post']],//撤销调整
'bargainInfo' => ['index/officePayLog/bargainInfo', ['method' => 'post']],//成交报告详情
'commissionList' => ['index/officePayLog/commissionList', ['method' => 'post']],//成交报告分佣提成
'getTallAge' => ['index/officePayLog/getTallAgeV2', ['method' => 'post']],//成交报告分佣提成
'bargainInfo' => ['index/officePayLog/bargainInfo', ['method' => 'GET']],//成交报告详情
'commissionList' => ['index/officePayLog/commissionList', ['method' => 'GET']],//成交报告分佣提成
'getTallAge' => ['index/officePayLog/getTallAgeV2', ['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