作者 chencheng

kq-0620-18

... ... @@ -61,6 +61,7 @@ class Client extends Base
$activity['lng'] = $store['lng'];
$activity['image'] = !empty($activity['poster'])?request()->domain().$activity['image']:'';
$activity['poster'] = !empty($activity['poster'])?request()->domain().$activity['poster']:'';
$activity['share_image'] = !empty($activity['share_image'])?request()->domain().$activity['share_image']:'';
}
$this->success('活动获取成功', $activity);
}
... ...