作者 王智

xiugai

... ... @@ -297,4 +297,12 @@ class Common extends Api
}
dump($CurrentInnate);
}
public function IsNew()
{
$UserId = $this->is_token($this->request->header());
$is_new = Db::name('user')->where('id', $UserId)->value('is_new');
$this->success('成功', $is_new);
}
}
... ...