From 5b3411b45fdbf08421daa3c50186f261a9c3783d Mon Sep 17 00:00:00 2001
From: 王智 <wz@bronet.cn>
Date: Mon, 22 Feb 2021 10:55:10 +0800
Subject: [PATCH] xiugai

---
 application/api/controller/Update.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
--
libgit2 0.24.0