实名认证

This commit is contained in:
wyongk
2020-12-12 19:07:31 +08:00
parent 7ffaad2cbb
commit 99b055ea2e

View File

@@ -10,7 +10,7 @@ class Realname extends Controller
public function index()
{
$temp = $_GET;
$temp = json_decode(file_get_contents("php://input"),true);
$user_data = [];
$data = [];
$user = new User;