package lib type ActionReq struct { ID int64 Req []byte } const ( //默认的机器人数量 DefaultRobotNum int = 10 )