作者 郭文星

1231

... ... @@ -284,7 +284,7 @@ class Index extends Api
$res =HttpHelper::postheader($url,"","",$token);
$res=json_decode($res,true);
foreach ($res['data']['list'] as $k=>$v){
$res['data']['list'][$k]['thumbnail_images']="https://yysw.ynzhsk.cn/image_jg/work.png";
$res['data']['list'][$k]['thumbnail_images']="https://qiniu.ynzhsk.cn/uploads/20231228/Fn6LornS11wwKUWi0_ExcHaph7P9.png";
$res['data']['list'][$k]['completetime_text'] = date('Y年m月d日', time());
}
return $this->success($res['message'],$res['data']['list']);
... ...