@@ -93,10 +93,10 @@ var apis = []model.SysApi{
93
93
{global.GVA_MODEL {ID : 78 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/workflowProcess/getWorkflowMoveByID" , "根据id获取当前节点详情和历史" , "workflowProcess" , "GET" },
94
94
{global.GVA_MODEL {ID : 79 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/workflowProcess/completeWorkflowMove" , "提交工作流" , "workflowProcess" , "POST" },
95
95
{global.GVA_MODEL {ID : 80 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/autoCode/preview" , "预览自动化代码" , "autoCode" , "POST" },
96
- {global.GVA_MODEL {ID : 81 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/importExcel" , "预览自动化代码 " , "autoCode " , "POST" },
97
- {global.GVA_MODEL {ID : 82 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/loadExcel" , "预览自动化代码 " , "autoCode " , "POST " },
98
- {global.GVA_MODEL {ID : 83 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/exportExcel" , "预览自动化代码 " , "autoCode " , "POST" },
99
- {global.GVA_MODEL {ID : 84 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/downloadTemplate" , "预览自动化代码 " , "autoCode " , "POST " },
96
+ {global.GVA_MODEL {ID : 81 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/importExcel" , "导入excel " , "excel " , "POST" },
97
+ {global.GVA_MODEL {ID : 82 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/loadExcel" , "下载excel " , "excel " , "GET " },
98
+ {global.GVA_MODEL {ID : 83 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/exportExcel" , "导出excel " , "excel " , "POST" },
99
+ {global.GVA_MODEL {ID : 84 , CreatedAt : time .Now (), UpdatedAt : time .Now ()}, "/excel/downloadTemplate" , "下载excel模板 " , "excel " , "GET " },
100
100
}
101
101
102
102
//@author: [SliverHorn](https://github.com/SliverHorn)
0 commit comments