Commit a2ada7b7 authored by zhuwei's avatar zhuwei

成交量

parent 6958cd93
......@@ -92,4 +92,10 @@ class SpreadUser extends Basic
return $res;
}
public function getVolume(){
$data['shop_num'] = 32789;
$data['volume_last_week'] = 32789;;
return $this->response("200", "成功",$data);
}
}
\ No newline at end of file
......@@ -695,6 +695,7 @@ Route::group('broker', [
'addApplies' => [ 'api_broker/AppointmentShop/addApplies', [ 'method' => 'POST' ] ],//我的客户预约转为
'addFollow' => [ 'api_broker/AppointmentShop/addFollow', [ 'method' => 'POST' ] ],//我的客户跟进
'addSpreadUser' => [ 'api_broker/SpreadUser/addSpreadUser', [ 'method' => 'get' ] ],
'getVolume' => [ 'api_broker/SpreadUser/getVolume', [ '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