作者 lyh

gx

@@ -45,11 +45,11 @@ class TaskLogic extends BaseLogic @@ -45,11 +45,11 @@ class TaskLogic extends BaseLogic
45 $info = getFileUrl($info); 45 $info = getFileUrl($info);
46 } 46 }
47 if(!empty($info['follow']['attachment'])){ 47 if(!empty($info['follow']['attachment'])){
48 - $info['follow'] = getFileUrl($info['follow']); 48 + $info['follow']['follow'] = getFileUrl($info['follow']);
49 } 49 }
50 return $this->success($info); 50 return $this->success($info);
51 } 51 }
52 - 52 +
53 /** 53 /**
54 * @remark :保存 54 * @remark :保存
55 * @name :save 55 * @name :save