Skip to content

Commit 98fb80c

Browse files
authored
"可用计费点"
1 parent 3de0928 commit 98fb80c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi/judge.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ paths:
276276

277277
/quotaAvailable:
278278
get:
279-
summary: 查询账户计费点
280-
description: 查询当前账户的计费点情况
279+
summary: 查询账户可用计费点
280+
description: 查询当前账户的可用计费点情况
281281
tags: [ 查询 ]
282282
responses:
283283
'200':
@@ -289,7 +289,7 @@ paths:
289289
properties:
290290
quotas:
291291
type: array
292-
description: 计费点列表
292+
description: 可用计费点列表
293293
items:
294294
type: object
295295
properties:

0 commit comments

Comments
 (0)