...
|
...
|
@@ -290,4 +290,14 @@ class Business extends Api |
|
|
$image=$this->store['agent_image'];
|
|
|
$this->success("查询成功",$image);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 12、业绩查询
|
|
|
*/
|
|
|
public function selectPerformance(){
|
|
|
$store_id=$this->store_id;
|
|
|
$row='';
|
|
|
$this->success("查询成功",$row);
|
|
|
}
|
|
|
|
|
|
} |
...
|
...
|
|