feat: add robotCode field to model
This commit is contained in:
parent
d1cc841e60
commit
84f4cbd0d7
|
|
@ -34,4 +34,5 @@ type BotCallbackDataModel struct {
|
||||||
Text BotCallbackDataTextModel `json:"text"`
|
Text BotCallbackDataTextModel `json:"text"`
|
||||||
Msgtype string `json:"msgtype"`
|
Msgtype string `json:"msgtype"`
|
||||||
Content interface{} `json:"content"`
|
Content interface{} `json:"content"`
|
||||||
|
RobotCode string `json:"robotCode"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue