优化代码/实现基础的实名认证功能

This commit is contained in:
GoEdgeLab
2022-07-24 09:56:27 +08:00
parent 7f64c98d88
commit d80b5a862f
89 changed files with 353 additions and 249 deletions

View File

@@ -35,7 +35,7 @@ func (this *SysEventDAO) CreateEvent(tx *dbs.Tx, event EventInterface) error {
return errors.New("event should not be nil")
}
op := NewSysEventOperator()
var op = NewSysEventOperator()
op.Type = event.Type()
eventJSON, err := json.Marshal(event)