英雄场景测试

This commit is contained in:
meixiongfeng 2022-12-12 18:06:45 +08:00
parent a5a6ae1cbe
commit b1ccc8f36f

View File

@ -24,5 +24,6 @@ func (f *FriendScene) Run(robot lib.IRobot) error {
req := &pb.FriendRandlistReq{}
rsp := &pb.FriendRandlistResp{}
robot.SendMsg("", "", req, rsp)
return nil
}