密钥创建
GET
http://ht.lovestory.wiki/recharge.php
最后修改时间:2025-01-30 13:59:34
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://ht.lovestory.wiki/recharge.php?action=key-create&type=balance&quantity=5&count=5&account=123456'
响应示例响应示例
{
"code": 200,
"message": "充值密钥创建成功"
}
请求参数
Query 参数
action
string
可选
示例值:
key-create
type
string
可选
示例值:
balance
quantity
string
可选
示例值:
5
count
string
密钥的数量
示例值:
5
account
string
管理员账号
示例值:
123456
返回响应
修改于 2025-01-30 13:59:34