本代码示例是基于PHP的六派数据接口进行数据请求 彩票查询 API服务请求的代码示例,使用前你需要:
①:通过https://www.6api.net/api/caipiao/ 申请API服务
以下是完整代码示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | require_once ( "curl.func.php" );
$method = "POST" ;
$url = "http://open.liupai.net/lottery/query" ;
$headers = NULL;
$params = array (
"appkey" => "yourappsecret" ,
"cpid" => "参数1" ,
"issueno" => "参数2"
);
$result = api_curl( $method , $url , $headers , $params );
if ( $result ) {
$body = json_decode( $result [ "body" ], TRUE);
$status_code = $body [ "status" ];
if ( $status_code == "200" ) {
var_dump( $body [ "result" ]);
} else
var_dump( $body );
} else
echo "发送请求失败" ;
|
本代码示例是基于PHP的六派数据接口进行数据请求 彩票查询 API服务请求的代码示例,使用前你需要:
①:通过https://www.6api.net/api/caipiao/ 申请API服务
以下是完整代码示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | require_once ( "curl.func.php" );
$method = "POST" ;
$url = "http://open.liupai.net/lottery/history" ;
$headers = NULL;
$params = array (
"appkey" => "yourappsecret" ,
"cpid" => "参数1" ,
"issueno" => "参数2" ,
"num" => "参数3" ,
"start" => "参数4"
);
$result = api_curl( $method , $url , $headers , $params );
if ( $result ) {
$body = json_decode( $result [ "body" ], TRUE);
$status_code = $body [ "status" ];
if ( $status_code == "200" ) {
var_dump( $body [ "result" ]);
} else
var_dump( $body );
} else
echo "发送请求失败" ;
|
本代码示例是基于PHP的六派数据接口进行数据请求 彩票查询 API服务请求的代码示例,使用前你需要:
①:通过https://www.6api.net/api/caipiao/ 申请API服务
以下是完整代码示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | require_once ( "curl.func.php" );
$method = "POST" ;
$url = "http://open.liupai.net/lottery/class" ;
$headers = NULL;
$params = array (
"appkey" => "yourappsecret"
);
$result = api_curl( $method , $url , $headers , $params );
if ( $result ) {
$body = json_decode( $result [ "body" ], TRUE);
$status_code = $body [ "status" ];
if ( $status_code == "200" ) {
var_dump( $body [ "result" ]);
} else
var_dump( $body );
} else
echo "发送请求失败" ;
|
本代码示例是基于PHP的六派数据接口进行数据请求 彩票查询 API服务请求的代码示例,使用前你需要:
①:通过https://www.6api.net/api/caipiao/ 申请API服务
以下是完整代码示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | require_once ( "curl.func.php" );
$method = "POST" ;
$url = "http://open.liupai.net/lottery/winning" ;
$headers = NULL;
$params = array (
"appkey" => "yourappsecret" ,
"cpid" => "参数1" ,
"issueno" => "参数2" ,
"number" => "参数3" ,
"refernumber" => "参数4" ,
"type" => "参数5"
);
$result = api_curl( $method , $url , $headers , $params );
if ( $result ) {
$body = json_decode( $result [ "body" ], TRUE);
$status_code = $body [ "status" ];
if ( $status_code == "200" ) {
var_dump( $body [ "result" ]);
} else
var_dump( $body );
} else
echo "发送请求失败" ;
|