From 209097a6eee136feacdfccce03e8087fd2dc157b Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 2 Feb 2026 15:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0UPLOAD=5FFILE=5FTYPE=5FENUM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/enum/uploadFile/gwj/index.d.ts | 4 ++++ src/enum/uploadFile/gwj/index.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/enum/uploadFile/gwj/index.d.ts b/src/enum/uploadFile/gwj/index.d.ts index 7c018ae..6fbd7db 100644 --- a/src/enum/uploadFile/gwj/index.d.ts +++ b/src/enum/uploadFile/gwj/index.d.ts @@ -91,6 +91,8 @@ export declare const UPLOAD_FILE_TYPE_ENUM: { 162: 162; // photos_safety_production_management_personnel - 安全生产管理人员证件照片 163: 163; // education_and_training_application - 教培申请承诺书 164: 164; // cover_of_education_and_training_courses - 课程封面 + 165: 165; // online_learning_sign_signature - 在线学习签到签字 + 166: 166; // online_learning_exam_signature - 在线学习考试签字 302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格 }; @@ -187,5 +189,7 @@ export declare const UPLOAD_FILE_PATH_ENUM: { 162: "photos_safety_production_management_personnel"; 163: "education_and_training_application"; 164: "cover_of_education_and_training_courses"; + 165: "online_learning_sign_signature"; + 166: "online_learning_exam_signature"; 302: "fire_safety_inspection_passed_images"; }; diff --git a/src/enum/uploadFile/gwj/index.js b/src/enum/uploadFile/gwj/index.js index b69607c..df51214 100644 --- a/src/enum/uploadFile/gwj/index.js +++ b/src/enum/uploadFile/gwj/index.js @@ -94,6 +94,8 @@ export const UPLOAD_FILE_TYPE_ENUM = { 162: 162, // photos_safety_production_management_personnel - 安全生产管理人员证件照片 163: 163, // education_and_training_application - 教培申请承诺书 164: 164, // cover_of_education_and_training_courses - 课程封面 + 165: 165, // online_learning_sign_signature - 在线学习签到签字 + 166: 166, // online_learning_exam_signature - 在线学习考试签字 302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格 }; @@ -190,5 +192,7 @@ export const UPLOAD_FILE_PATH_ENUM = { 162: "photos_safety_production_management_personnel", 163: "education_and_training_application", 164: "cover_of_education_and_training_courses", + 165: "online_learning_sign_signature", + 166: "online_learning_exam_signature", 302: "fire_safety_inspection_passed_images", };