feat: add robotCode field to model

This commit is contained in:
renzhiyuan 2025-12-17 15:49:01 +08:00
parent d1cc841e60
commit 84f4cbd0d7
1 changed files with 1 additions and 0 deletions

View File

@ -34,4 +34,5 @@ type BotCallbackDataModel struct {
Text BotCallbackDataTextModel `json:"text"`
Msgtype string `json:"msgtype"`
Content interface{} `json:"content"`
RobotCode string `json:"robotCode"`
}