feat:完善项目
This commit is contained in:
@ -49,8 +49,7 @@ func (this *Task) Consume() {
|
||||
|
||||
func (this *Task) Handle() error {
|
||||
// 处理各种方法
|
||||
this.Body.(*Order).Handle()
|
||||
return nil
|
||||
return this.Body.Handle()
|
||||
}
|
||||
|
||||
func NewTask() TaskHandle {
|
||||
|
Reference in New Issue
Block a user