正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -104,7 +104,7 @@ class TranslateLogic extends BaseLogic | @@ -104,7 +104,7 @@ class TranslateLogic extends BaseLogic | ||
| 104 | } | 104 | } |
| 105 | return $this->success($data); | 105 | return $this->success($data); |
| 106 | } | 106 | } |
| 107 | - $new_list = $this->getUrlImageRead($this->param['url']); | 107 | + $new_list = $this->getUrlImageRead($url); |
| 108 | $old_list = []; | 108 | $old_list = []; |
| 109 | $data_read = json_decode($info['data'],true); | 109 | $data_read = json_decode($info['data'],true); |
| 110 | foreach ($data_read as $k=>$v){ | 110 | foreach ($data_read as $k=>$v){ |
-
请 注册 或 登录 后发表评论