作者 王智

xiugai

@@ -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 }