fix(const): fix

This commit is contained in:
zhangheng
2026-04-13 17:00:29 +08:00
parent edd23f3831
commit cf1694267a

View File

@@ -32,9 +32,9 @@ export const processOpts = [
// 状态码
export const STATUS_CODE = new Map([
[1, "已创建"],
[101, "已创建"], // 审核
[102, "已创建"], // 复审
[103, "已创建"], // 审核3
[101, "已创建待审核"], // 审核
[102, "已创建待复审"], // 复审
[103, "已创建待终审"], // 审核3
[180, "数据同步中"],
[190, "Embedding生成中"],
[191, "Embedding生成失败"],