Add password modification.

This commit is contained in:
yoan
2024-08-28 14:36:11 +08:00
parent cf0f82793a
commit c3665cb1bb
6 changed files with 194 additions and 7 deletions

View File

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