...
|
...
|
@@ -51,7 +51,10 @@ class Business extends Base |
|
|
* 1、商家首页 获取商家人员信息
|
|
|
*/
|
|
|
public function getstaff(){
|
|
|
$this->success('活动获取成功', $this->staff);
|
|
|
$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);
|
|
|
}
|
|
|
/**
|
|
|
* 2、核销
|
...
|
...
|
|