From f4706b1558d76bd4d98fb53be9565787d50e6b1b Mon Sep 17 00:00:00 2001 From: xieyuanxiang <124608760@qq.com> Date: Thu, 7 May 2026 20:12:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Token=20Plan=20schema=20=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E4=BF=AE=E5=A4=8D=EF=BC=88accessMode/codingPlan/metho?= =?UTF-8?q?d=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/coding-plans/dashscope-token-plan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compute/coding-plans/dashscope-token-plan.json b/compute/coding-plans/dashscope-token-plan.json index 95624c0..a469f4c 100644 --- a/compute/coding-plans/dashscope-token-plan.json +++ b/compute/coding-plans/dashscope-token-plan.json @@ -10,16 +10,16 @@ "apiKeyVerified": false, "enabled": false, "status": "unconfigured", - "accessMode": "token-plan", + "accessMode": "coding-plan", "services": [ "chat", "reasoning", "image_gen" ], - "tokenPlan": { + "codingPlan": { "quotas": {}, "usageTracking": { - "method": "credits", + "method": "none", "consoleUrl": "https://bailian.console.aliyun.com/" } },