作者 lyh

gx

... ... @@ -45,11 +45,11 @@ class TaskLogic extends BaseLogic
$info = getFileUrl($info);
}
if(!empty($info['follow']['attachment'])){
$info['follow'] = getFileUrl($info['follow']);
$info['follow']['follow'] = getFileUrl($info['follow']);
}
return $this->success($info);
}
/**
* @remark :保存
* @name :save
... ...