Commit 625d9696 authored by zhuwei's avatar zhuwei

bug

parent 070391f2
......@@ -694,6 +694,7 @@ Route::group('broker', [
'getOurAppointment' => [ 'api_broker/AppointmentShop/getOurAppointment', [ 'method' => 'get' ] ],//我的客户预约
'addApplies' => [ 'api_broker/AppointmentShop/addApplies', [ 'method' => 'POST' ] ],//我的客户预约转为
'addFollow' => [ 'api_broker/AppointmentShop/addFollow', [ 'method' => 'POST' ] ],//我的客户跟进
'addSpreadUser' => [ 'api_broker/SpreadUser/addSpreadUser', [ '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