*
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -68,7 +68,7 @@ class WorkController extends BaseController | ... | @@ -68,7 +68,7 @@ class WorkController extends BaseController |
| 68 | $singer_param['singerPic'] = $pic_url; | 68 | $singer_param['singerPic'] = $pic_url; |
| 69 | list($code,$msg,$data) = $this->doApi('/invests/content/createSinger',$singer_param); | 69 | list($code,$msg,$data) = $this->doApi('/invests/content/createSinger',$singer_param); |
| 70 | if ($code === 0) { | 70 | if ($code === 0) { |
| 71 | return Response::success($data); | 71 | return Response::success(array_merge($data,['singer_pic'=>$pic_url])); |
| 72 | } else { | 72 | } else { |
| 73 | return Response::error($code,$msg,$data); | 73 | return Response::error($code,$msg,$data); |
| 74 | } | 74 | } | ... | ... |
-
Please register or sign in to post a comment