24点计算(API pro版)
接口地址:
https://api.andeer.top/API/private_txt_24.php
返回格式:
json
请求方式:
GET
简介
24点计算(API pro版)
请求参数说明
参数名称 | 是否必填 | 说明 |
---|---|---|
type | 必填 | 你请求的类型。&type=question为请求问题;&type=answer为验证答案。 |
answer | 非必填 | 你需要验证的答案。如&answer=1*2*2*3。 |
JSON返回示例
{
"success": true,
"code": 200,
"msg": "获取成功",
"data": {
"type": "question",
"msg": "请计算: [11, 8, 9, 4]",
"question": [
11,
8,
9,
4
],
"answer": ""
},
"text": {
"copyright": "Aurora 2022.8.14",
"time": "当前时间为:2025-03-23 23:25:41"
}
}
图片示例
无。© 版权声明
文章版权归作者所有,未经允许请勿转载。