提交 d97b6ae9 authored 作者: gukai's avatar gukai

id 修改为interface

上级 252f7c80
...@@ -31,7 +31,7 @@ type ThirdGoods struct { ...@@ -31,7 +31,7 @@ type ThirdGoods struct {
//通知消息系统 //通知消息系统
type NotifyMessage struct { type NotifyMessage struct {
ID int `json:"id"` ID interface{} `json:"id"`
Type interface{} `json:"type"` Type interface{} `json:"type"`
Data interface{} `json:"data"` Data interface{} `json:"data"`
URL string `json:"url"` URL string `json:"url"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论