正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -56,7 +56,7 @@ class Business extends Base | @@ -56,7 +56,7 @@ class Business extends Base | ||
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 | 58 | ||
59 | - $this->success('活动获取成功',$data); | 59 | + $this->success('获取成功',$data); |
60 | } | 60 | } |
61 | /** | 61 | /** |
62 | * 2、核销 | 62 | * 2、核销 |
-
请 注册 或 登录 后发表评论