调整微信扫码登录相关接口,拆分门店奖励:奖励类型、奖励详情
This commit is contained in:
@ -3,3 +3,14 @@ package model
|
||||
type LoginOut struct {
|
||||
Token string
|
||||
}
|
||||
|
||||
type UpdateOut struct {
|
||||
Success bool
|
||||
}
|
||||
type DeleteOut struct {
|
||||
Success bool
|
||||
}
|
||||
|
||||
type CreateOut struct {
|
||||
Id int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user