Skip to content

Commit fc46b1f

Browse files
committed
feat: add token exp
1 parent caffa99 commit fc46b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqle/api/controller/v1/sql_manage.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ type AbnormalAuditPlanInstance struct {
548548
InstanceName string `json:"instance_name" example:"MySQL"`
549549
InstanceAuditPlanID uint `json:"instance_audit_plan_id"`
550550
AbnormalStatusCode uint `json:"abnormal_status_code"`
551+
TokenEXP int64 `json:"token_exp" example:"1747129752"`
551552
}
552553

553554
// GetAbnormalInstanceAuditPlans get the instance of audit plan execution abnormal

0 commit comments

Comments
 (0)