Add password modification.

This commit is contained in:
yoan 2024-08-28 14:41:49 +08:00
parent e31b162c57
commit 28b4fed1a5

View File

@ -30,7 +30,7 @@ func deploy(ctx context.Context, record *models.Record) error {
currRecord, err := app.GetApp().Dao().FindRecordById("domains", record.Id) currRecord, err := app.GetApp().Dao().FindRecordById("domains", record.Id)
history := NewHistory(record) history := NewHistory(record)
defer history.commit() defer history.commit()
da
// ############1.检查域名配置 // ############1.检查域名配置
history.record(checkPhase, "开始检查", nil) history.record(checkPhase, "开始检查", nil)