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