代码拉取完成,页面将自动刷新
package control_dto
const (
AGENT_CMD_REGISTER uint8 = 1
)
type AgentCmdReq struct {
MsgId string `json:"msg_id"`
Cmd uint8 `json:"cmd"`
AgentType uint8 `json:"agent_type"`
AgentId string `json:"agent_id"`
Ts int64 `json:"ts"`
Msg string `json:"msg"`
}
type AgentCmdResp struct {
MsgId string `json:"msg_id"` // echo
Cmd uint8 `json:"cmd"`
Ts int64 `json:"ts"`
Msg string `json:"msg"`
Error string `json:"error,omitempty"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。