Skip to content

Commit 8a4a08b

Browse files
authored
fix(dashscope): Token Plan 回退为客户端兼容字段 (#15)
线上客户端 schema 尚未支持 tokenPlan/accessMode:"token-plan", 同步后导致 compute.json 校验失败。临时回退为 codingPlan + coding-plan, 待主仓库升级 schema 后再切换为语义正确的字段。
1 parent 799a111 commit 8a4a08b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compute/coding-plans/dashscope-token-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"apiKeyVerified": false,
1111
"enabled": false,
1212
"status": "unconfigured",
13-
"accessMode": "token-plan",
13+
"accessMode": "coding-plan",
1414
"services": [
1515
"chat",
1616
"reasoning",
1717
"image_gen"
1818
],
19-
"tokenPlan": {
19+
"codingPlan": {
2020
"quotas": {},
2121
"usageTracking": {
22-
"method": "credits",
22+
"method": "none",
2323
"consoleUrl": "https://bailian.console.aliyun.com/"
2424
}
2525
},

0 commit comments

Comments
 (0)