修改输出格式

This commit is contained in:
algotao
2025-11-05 17:27:23 +08:00
parent c430544562
commit f9b7857b24
2 changed files with 2 additions and 6 deletions

View File

@@ -100,8 +100,6 @@ func doBindSetAccount(p bindSetAccountParams) error {
return nil
}
bindRes := res.GetBindSetRes()
fmt.Printf("bind res: %v\n", protojson.Format(bindRes))
fmt.Printf("bind res: %v\n", protojson.Format(res.GetBindSetRes()))
return nil
}