作者 郭文星

1231

@@ -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']);