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