正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -86,6 +86,6 @@ class Update extends Api | @@ -86,6 +86,6 @@ class Update extends Api | ||
86 | $UserId = $this->is_token($this->request->header()); | 86 | $UserId = $this->is_token($this->request->header()); |
87 | $UserInfo = Db::name('user')->where('id', $UserId)->find(); | 87 | $UserInfo = Db::name('user')->where('id', $UserId)->find(); |
88 | $Info = Db::name('pay_miniappfriends')->find(); | 88 | $Info = Db::name('pay_miniappfriends')->find(); |
89 | - $this->success('成功', ['title' => '点击领取' . $UserInfo['nickname'] . '送你的' . $Info['title'], 'image' => cdnurl($Info['image'])); | 89 | + $this->success('成功', ['title' => '点击领取' . $UserInfo['nickname'] . '送你的' . $Info['title'], 'image' => cdnurl($Info['image'])]); |
90 | } | 90 | } |
91 | } | 91 | } |
-
请 注册 或 登录 后发表评论