支付宝实名认证

This commit is contained in:
wyongk
2020-12-18 16:24:48 +08:00
parent 634a972ed8
commit 23f753f688
2 changed files with 8 additions and 11 deletions

View File

@@ -11,7 +11,10 @@ class Test
public function aliverify()
{
Aliverify::initVerify();
$data = Aliverify::initVerify();
$data = $data;
echo json_encode($data);
die;
}
}