fix(const): fix

This commit is contained in:
zhangheng
2026-04-13 17:00:47 +08:00
parent a4b1d07e52
commit c5c8a74e9e

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生成失败"],