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