|
@@ -196,6 +196,9 @@ class CustomModuleContentLogic extends BaseLogic |
|
@@ -196,6 +196,9 @@ class CustomModuleContentLogic extends BaseLogic |
|
196
|
if(isset($param['category_id']) && !empty($param['category_id'])){
|
196
|
if(isset($param['category_id']) && !empty($param['category_id'])){
|
|
197
|
$param['category_id'] = $this->getLastCategory($param['category_id']);
|
197
|
$param['category_id'] = $this->getLastCategory($param['category_id']);
|
|
198
|
}
|
198
|
}
|
|
|
|
199
|
+ if(isset($param['image']) && !empty($param['image'])){
|
|
|
|
200
|
+ $param['image'] = str_replace_url($param['image']);
|
|
|
|
201
|
+ }
|
|
199
|
return $this->success($param);
|
202
|
return $this->success($param);
|
|
200
|
}
|
203
|
}
|
|
201
|
|
204
|
|