File tree 1 file changed +8
-18
lines changed
1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ paths:
276
276
277
277
/quotaAvailable :
278
278
get :
279
- summary : 查询账户可用计费点
280
- description : 查询当前账户的可用计费点情况
279
+ summary : 查询账户评测可用计费点
280
+ description : 查询当前账户的评测可用计费点情况
281
281
tags : [ 查询 ]
282
282
responses :
283
283
' 200 ' :
@@ -296,41 +296,31 @@ paths:
296
296
availablePoints :
297
297
type : integer
298
298
description : 可用计费点
299
+ example : 30000
299
300
createTime :
300
301
type : integer
301
302
description : 计费点创建时间
302
303
format : int64
303
- example : 1620000000
304
+ example : 1697620471
304
305
validAfter :
305
306
type : integer
306
307
description : 计费点生效时间
307
308
format : int64
308
- example : 1620000000
309
+ example : 1713542400
309
310
expireTime :
310
311
type : integer
311
312
description : 计费点过期时间
312
313
format : int64
313
- example : 1620000000
314
+ example : 1721491199
314
315
points :
315
316
type : object
316
317
description : 计费套餐详情
317
318
properties :
318
319
max :
319
320
type : integer
320
321
description : 套餐最大计费点
322
+ example : 30000
321
323
used :
322
324
type : integer
323
325
description : 已使用计费点
324
- orgs :
325
- type : object
326
- description : 机构信息
327
- properties :
328
- id :
329
- type : integer
330
- description : 机构 ID
331
- slug :
332
- type : string
333
- description : 机构标识
334
- name :
335
- type : string
336
- description : 机构名称
326
+ example : 0
You can’t perform that action at this time.
0 commit comments