From 487b691df18b9265dedf33abe4442336c54d2999 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 28 Aug 2023 13:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/robot/modulerobot_wtask.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/robot/modulerobot_wtask.go b/modules/robot/modulerobot_wtask.go index 0990c0368..e952f1bca 100644 --- a/modules/robot/modulerobot_wtask.go +++ b/modules/robot/modulerobot_wtask.go @@ -138,6 +138,8 @@ locp: module = comm.ModulePagoda case comm.Rtype73: module = comm.ModuleViking + case comm.Rtype199: + module = comm.ModuleHero default: log.Error("[Robot DoTask]", log.Field{Key: "ctype", Value: cconf.Type}, log.Field{Key: "conld", Value: cconf.Id}, log.Field{Key: "err", Value: "Not Achieved !"}) break locp