Skip to content

Commit 08a0582

Browse files
authored
查询 ChatGPTAPI 余额
1 parent a37daae commit 08a0582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h1>查询 ChatGPTAPI 余额</h1>
252252
this.alert = null
253253
this.loading = true
254254
this.total = null
255-
//https://api.openai.com/dashboard/billing/credit_grants 官方api
255+
//https://api.openai.com/dashboard/billing/credit_grants 官方接口
256256
// openai.1rmb.tk 反代接口
257257
fetch('https://openai.1rmb.tk/dashboard/billing/credit_grants', {
258258
method: 'get',

0 commit comments

Comments
 (0)