add facebook账号删除
This commit is contained in:
parent
9d8c4d5d69
commit
e94c653ae1
|
@ -45,7 +45,7 @@ type AccountLogColumns struct {
|
|||
var accountLogColumns = &AccountLogColumns{
|
||||
ID: "_id",
|
||||
Platform: "platform",
|
||||
SnId: "snId",
|
||||
SnId: "snid",
|
||||
AccountType: "accounttype",
|
||||
FaceBookId: "facebookid",
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ import (
|
|||
type AccountLog struct {
|
||||
ID primitive.ObjectID `bson:"_id" gen:"autoFill"`
|
||||
Platform string `bson:"platform"`
|
||||
SnId int32 `bson:"snId"`
|
||||
SnId int32 `bson:"snid"`
|
||||
AccountType int32 `bson:"accounttype"`
|
||||
FaceBookId string `bson:"facebookid"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue