- use auto router for callback msg.

- first normal demo api FinishedPickup added.
This commit is contained in:
gazebo
2018-08-20 15:08:36 +08:00
parent eeeab319fa
commit b69bac1182
16 changed files with 154 additions and 889 deletions

View File

@@ -22,3 +22,8 @@ type ModelIDCUO struct {
UpdatedAt time.Time
LastOperator string `gorm:"type:varchar(32)"` // 最后操作员
}
type CallResult struct {
Code int `json:"code"`
Result string `json:"result"`
}