作者 王智

xiugai

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