go-common/app/interface/live/web-ucenter/model/model.go

14 lines
216 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package model
// HistoryData ...
type HistoryData struct {
RoomId int64 `json:"oid"`
}
// user info platform for wallet info
const (
PlatformPc = "pc"
PlatformIos = "ios"
PlatformAndroid = "android"
)