查询资产信息
GET
https://api.01aigc.com/aicamera/account/info请求参数
Header 参数
AccessKeyId
array[string]
必需
AccessKeyId
示例值:
[""]
Signature
string
可选
参数签名; 和AccessKeySecret二选一; 优先使用Signature
AccessKeySecret
string
可选
AccessKeySecret; 和Signature二选一; 优先使用Signature
示例代码
返回响应
成功(200)
签名异常(401)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
msg
string
消息
data
object
响应数据
totalIntegral
integer
总积分
freezeIntegral
integer
冻结积分
availableIntegral
integer
可用积分
packageType
integer
必需
套餐类型;0=积分,1=qps
limitQps
integer
每秒吞吐量限制
limitTemplateCount
integer
限制模板数量
traceId
string
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"totalIntegral": 0,
"freezeIntegral": 0,
"availableIntegral": 0,
"packageType": 0,
"limitQps": 0,
"limitTemplateCount": 0
},
"traceId": "string"
}
最后修改时间: 1 年前