Commit 8802a77b authored by zw's avatar zw

shop

parent 1da38330
......@@ -522,7 +522,7 @@ Route::group('broker', [
'addFollowUp' => ['api_broker/Report/addFollowUp', ['method' => 'get|post']], //新增跟进
'getFollowUpList' => ['api_broker/Report/getFollowUpList', ['method' => 'get|post']],
'marchIn' => ['api_broker/OrderLog/marchIn', ['method' => 'get|post']],
'marchInV2' => ['api_broker/OrderLog/marchIn', ['method' => 'get|post']],
'marchInV2' => ['api_broker/OrderLog/marchIn', ['method' => 'get|post']],
'getBeforeBillInfo' => ['api_broker/OrderLog/getBeforeBillInfo', ['method' => 'get|post']],
'savePosBillMessage' => ['api_broker/OrderLog/savePosBillMessage', ['method' => 'get|post']],
'collectingBill' => ['api_broker/OrderLog/collectingBill', ['method' => 'get|post']],
......
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