实名认证
This commit is contained in:
@@ -10,7 +10,7 @@ class Realname extends Controller
|
|||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$temp = $_GET;
|
$temp = json_decode(file_get_contents("php://input"),true);
|
||||||
$user_data = [];
|
$user_data = [];
|
||||||
$data = [];
|
$data = [];
|
||||||
$user = new User;
|
$user = new User;
|
||||||
|
|||||||
Reference in New Issue
Block a user