作者 郭文星

'上传域名验证文件'

... ... @@ -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);
}
}
... ...
7UCxEOg08VLO0vzi
\ No newline at end of file
... ...