From 8a4a08b642dbeae0088bc03bd44462ebe7d0a9f2 Mon Sep 17 00:00:00 2001 From: xyx <124608760@qq.com> Date: Thu, 7 May 2026 22:05:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(dashscope):=20Token=20Plan=20=E5=9B=9E?= =?UTF-8?q?=E9=80=80=E4=B8=BA=E5=AE=A2=E6=88=B7=E7=AB=AF=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 线上客户端 schema 尚未支持 tokenPlan/accessMode:"token-plan", 同步后导致 compute.json 校验失败。临时回退为 codingPlan + coding-plan, 待主仓库升级 schema 后再切换为语义正确的字段。 --- 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/" } },