|
...
|
...
|
@@ -42,10 +42,10 @@ class TaskLogic extends BaseLogic |
|
|
|
$this->fail('error');
|
|
|
|
}
|
|
|
|
if(!empty($info['attachment'])){
|
|
|
|
$info = getFileUrl($info);
|
|
|
|
$info['attachment'] = getFileUrl($info['attachment']);
|
|
|
|
}
|
|
|
|
if(!empty($info['follow']['attachment'])){
|
|
|
|
$info['follow']['follow'] = getFileUrl($info['follow']);
|
|
|
|
$info['follow']['follow'] = getFileUrl($info['follow']['attachment']);
|
|
|
|
}
|
|
|
|
return $this->success($info);
|
|
|
|
}
|
...
|
...
|
|