...
|
...
|
@@ -287,7 +287,7 @@ class Index extends Api |
|
|
$res['data']['list'][$k]['thumbnail_images']="https://yysw.ynzhsk.cn/image_jg/work.png";
|
|
|
$res['data']['list'][$k]['completetime_text'] = date('Y年m月d日', time());
|
|
|
}
|
|
|
return $this->success($res['message'],$res['data']);
|
|
|
return $this->success($res['message'],$res['data']['list']);
|
|
|
}
|
|
|
|
|
|
public function test()
|
...
|
...
|
|