mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: dbms新增支持工单流程审批
This commit is contained in:
		@@ -35,7 +35,7 @@ export const dbApi = {
 | 
			
		||||
    getSqlNames: Api.newGet('/dbs/{id}/sql-names'),
 | 
			
		||||
    deleteDbSql: Api.newDelete('/dbs/{id}/sql'),
 | 
			
		||||
    // 获取数据库sql执行记录
 | 
			
		||||
    getSqlExecs: Api.newGet('/dbs/{dbId}/sql-execs'),
 | 
			
		||||
    getSqlExecs: Api.newGet('/dbs/sql-execs'),
 | 
			
		||||
 | 
			
		||||
    instances: Api.newGet('/instances'),
 | 
			
		||||
    getInstance: Api.newGet('/instances/{instanceId}'),
 | 
			
		||||
@@ -84,3 +84,8 @@ export const dbApi = {
 | 
			
		||||
    stopDatasyncTask: Api.newPost('/datasync/tasks/{taskId}/stop'),
 | 
			
		||||
    datasyncLogs: Api.newGet('/datasync/tasks/{taskId}/logs'),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const dbSqlExecApi = {
 | 
			
		||||
    // 根据业务key获取sql执行信息
 | 
			
		||||
    getSqlExecByBizKey: Api.newGet('/dbs/sql-execs'),
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user