|
...
|
...
|
@@ -82,7 +82,7 @@ class TranslateLogic extends BaseLogic |
|
|
|
if($this->param['url'] == 'All'){
|
|
|
|
$info = $this->model->read(['url'=>$this->param['url'],'language_id'=>$this->param['language_id'],'type'=>$this->param['type']]);
|
|
|
|
$data = [];
|
|
|
|
if(!empty($info)){
|
|
|
|
if(!empty($info) && !empty($info['data'])){
|
|
|
|
$data = json_decode($info['data'],true);
|
|
|
|
}
|
|
|
|
return $this->success($data);
|
...
|
...
|
|