重构代码结构与认证体系,集成异步任务消费者
This commit is contained in:
@@ -60,7 +60,7 @@ type Err struct {
|
||||
|
||||
func (e *Err) Error() string {
|
||||
if e.err != nil {
|
||||
return e.msg + ":" + e.err.Error()
|
||||
return e.msg + ": " + e.err.Error()
|
||||
}
|
||||
return e.msg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user