请求地址:/v1/Captcha/check.json 请求方式:POST 接口版本: v1 接口描述:
请求地址:/v1/Captcha/check.json
请求方式:POST
接口版本: v1
接口描述:
<?php
//该文件请联系客服获取
include_once
"Curl.php"
;
$path
=
"/v1/Captcha/check.json"
//请求参数
//发送远程请求
$result
= (
new
Curl())->send(
,
$param
);
//打印结果
print_r(