正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -284,7 +284,7 @@ class Index extends Api | @@ -284,7 +284,7 @@ class Index extends Api | ||
| 284 | $res =HttpHelper::postheader($url,"","",$token); | 284 | $res =HttpHelper::postheader($url,"","",$token); |
| 285 | $res=json_decode($res,true); | 285 | $res=json_decode($res,true); |
| 286 | foreach ($res['data']['list'] as $k=>$v){ | 286 | foreach ($res['data']['list'] as $k=>$v){ |
| 287 | - $res['data']['list'][$k]['thumbnail_images']="https://yysw.ynzhsk.cn/image_jg/work.png"; | 287 | + $res['data']['list'][$k]['thumbnail_images']="https://qiniu.ynzhsk.cn/uploads/20231228/Fn6LornS11wwKUWi0_ExcHaph7P9.png"; |
| 288 | $res['data']['list'][$k]['completetime_text'] = date('Y年m月d日', time()); | 288 | $res['data']['list'][$k]['completetime_text'] = date('Y年m月d日', time()); |
| 289 | } | 289 | } |
| 290 | return $this->success($res['message'],$res['data']['list']); | 290 | return $this->success($res['message'],$res['data']['list']); |
-
请 注册 或 登录 后发表评论