作者 郭文星

'上传域名验证文件'

@@ -290,4 +290,14 @@ class Business extends Api @@ -290,4 +290,14 @@ class Business extends Api
290 $image=$this->store['agent_image']; 290 $image=$this->store['agent_image'];
291 $this->success("查询成功",$image); 291 $this->success("查询成功",$image);
292 } 292 }
  293 +
  294 + /**
  295 + * 12、业绩查询
  296 + */
  297 + public function selectPerformance(){
  298 + $store_id=$this->store_id;
  299 + $row='';
  300 + $this->success("查询成功",$row);
  301 + }
  302 +
293 } 303 }