稳定、快速、免费的 API 接口服务
随机抽签,然后根据抽到的内容解签,测测运势
接口地址: https://api.52vmy.cn/api/wl/s/draw
返回格式: JSON
请求方式: GET
请求示例: https://api.52vmy.cn/api/wl/s/draw
接口定制: 点此加入用户群
默认QPS: 每2秒最多5次 Token可无视QPS
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
id | 否 | string | 抽到的签的ID,根据此ID来解签 |
type | 否 | string | 返回格式默认JSON可选text |
返回参数说明:
名称 | 类型 | 说明 |
---|
返回示例:
Warning: file_get_contents(https://api.52vmy.cn/api/wl/s/draw): failed to open stream: HTTP request failed! HTTP/1.1 502 Bad Gateway in W:\wwwroot\api.52vmy.cn\view\tpl\v\code.php on line 17
请求参数设置:
参数名称 | 参数值 |
---|---|
自行测试.
错误码格式说明:
名称 | 类型 | 说明 |
---|
PHP代码示例:
$id = $_GET["id"]; $type = $_GET["type"]; $url = "https://api.52vmy.cn/api/wl/s/draw?id=".$id."&type=".$type; echo file_get_contents($url);