...
|
...
|
@@ -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://yysw.ynzhsk.cn/image_jg/work.png";
|
|
|
}
|
|
|
return $this->success($res['message'],$res['data']);
|
|
|
}
|
...
|
...
|
|