正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -51,7 +51,10 @@ class Business extends Base | @@ -51,7 +51,10 @@ class Business extends Base | ||
51 | * 1、商家首页 获取商家人员信息 | 51 | * 1、商家首页 获取商家人员信息 |
52 | */ | 52 | */ |
53 | public function getstaff(){ | 53 | public function getstaff(){ |
54 | - $this->success('活动获取成功', $this->staff); | 54 | + $data = $this->staff; |
55 | + $store = Db::name('verification_store')->where(['id'=>$data['verification_store_id']])->find(); | ||
56 | + $data['image'] = !empty($store['image'])?request()->domain().$store['image']:''; | ||
57 | + $this->success('活动获取成功',$data); | ||
55 | } | 58 | } |
56 | /** | 59 | /** |
57 | * 2、核销 | 60 | * 2、核销 |
-
请 注册 或 登录 后发表评论