作者 郭文星

'123'

... ... @@ -49,14 +49,14 @@ class Business extends Base
/**
* 1、商家首页 获取商家人员信息
*
*
*/
public function getstaff(){
$data = $this->staff;
$store = Db::name('verification_store')->where(['id'=>$data['verification_store_id']])->find();
$data['image'] = !empty($store['image'])?request()->domain().$store['image']:'';
$this->success('活动获取成功',$data);
$this->success('获取成功',$data);
}
/**
* 2、核销
... ...