获取价格
POST
/api/basic/public_cert_price
基础接口
请求参数
Header 参数
ApiEmail
string
邮箱账号
ApiToken
string
Token令牌
Body 参数multipart/form-data
object {0}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api-cer.jfkjtg.com/api/basic/public_cert_price' \
--header 'ApiEmail;' \
--header 'ApiToken;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
status
boolean
必需
message
string
必需
error
null
必需
data
object
必需
ip
string
本次请求IP地址
certification
boolean
账户实名认证状态
sales
boolean
账户公池销售权限
api_price
string
平台接口使用费用
api_credit
string
账户接口剩余点数
public_price
string
平台公池开通价格
public_credit
string
账户公池剩余点数
code_buy_url
string
平台卡密购买地址
public_rate
string
平台公池销售费率
date
string
本次请求响应时间
示例
{
"code": 200,
"status": true,
"message": "获取成功",
"error": null,
"data": {
"ip": "***.***.***.***",
"certification": true,
"sales": true,
"api_price": "0.5",
"api_credit": "0.00",
"public_price": "30.00",
"public_credit": "0.00",
"code_buy_url": "https://baidu.com",
"public_rate": "0.06",
"date": "2024-05-18 10:26:34"
}
}
修改于 2025-04-27 05:46:31