作者 王智

daima

... ... @@ -146,6 +146,8 @@ class Index extends Api
public function HotCon()
{
$id = input('id');
$look = Db::name('hot')->where('id', $id)->value('look');
Db::name('hot')->where('id', $id)->update(['look' => $look + 1]);
$array = Db::name('hot')->where('id', $id)->find();
if (empty($array)) {
$this->error('参数错误', 0);
... ...