实名认证

This commit is contained in:
wyongk
2020-12-12 17:30:08 +08:00
parent 40f8ce1192
commit 1f8f14b0e9
2 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ class Realname
public function index()
{
$temp = $_GET;
dump($temp);die;
dump(realname($temp));die;
$user = new User;
$data = [
'Code'=>10000,