diff --git a/application/api/controller/Update.php b/application/api/controller/Update.php
index afdde6e..d3e08ce 100644
--- a/application/api/controller/Update.php
+++ b/application/api/controller/Update.php
@@ -86,6 +86,6 @@ class Update extends Api
         $UserId = $this->is_token($this->request->header());
         $UserInfo = Db::name('user')->where('id', $UserId)->find();
         $Info = Db::name('pay_miniappfriends')->find();
-        $this->success('成功', ['title' => '点击领取' . $UserInfo['nickname'] . '送你的' . $Info['title'], 'image' => cdnurl($Info['image']));
+        $this->success('成功', ['title' => '点击领取' . $UserInfo['nickname'] . '送你的' . $Info['title'], 'image' => cdnurl($Info['image'])]);
     }
 }
\ No newline at end of file