From a205d38060896804131ceddca7984cec5c9b6789 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Thu, 26 Mar 2026 00:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80=E5=B9=B6?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minimax/listen-cost/index.ts | 1 + minimax/listen-cost/readme.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/minimax/listen-cost/index.ts b/minimax/listen-cost/index.ts index 64de891..a5fc9fa 100644 --- a/minimax/listen-cost/index.ts +++ b/minimax/listen-cost/index.ts @@ -8,6 +8,7 @@ const cookie = process.env.MINIMAX_COOKIE || ''; const groupId = process.env.MINIMAX_GROUP_ID || ''; const minimax = new Minimax(cookie); +// https://platform.minimaxi.com/user-center/payment/token-plan export async function getMinimaxRemains() { if (!cookie || !groupId) { console.error('MINIMAX_COOKIE or MINIMAX_GROUP_ID is not set'); diff --git a/minimax/listen-cost/readme.md b/minimax/listen-cost/readme.md index 52ccb57..68f81ed 100644 --- a/minimax/listen-cost/readme.md +++ b/minimax/listen-cost/readme.md @@ -5,4 +5,9 @@ 环境变量 - `MINIMAX_COOKIE` -- `MINIMAX_GROUP_ID` \ No newline at end of file +- `MINIMAX_GROUP_ID` + + +## 访问地址 + +https://platform.minimaxi.com/user-center/payment/token-plan \ No newline at end of file