Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
51d8ba2ba5
@ -320,6 +320,7 @@ type (
|
|||||||
}
|
}
|
||||||
// 公会
|
// 公会
|
||||||
ISociaty interface {
|
ISociaty interface {
|
||||||
|
GetSociaty(uid string) *pb.DBSociaty
|
||||||
// 会长弹劾处理
|
// 会长弹劾处理
|
||||||
ProcessAccuse(uid, sociatyId string)
|
ProcessAccuse(uid, sociatyId string)
|
||||||
// 获取我的公会成员
|
// 获取我的公会成员
|
||||||
@ -332,7 +333,7 @@ type (
|
|||||||
BingoSetActivity(session IUserSession, activity int32) error
|
BingoSetActivity(session IUserSession, activity int32) error
|
||||||
// 任务条件达成通知
|
// 任务条件达成通知
|
||||||
TaskcondNotify(uid, sociatyId string, condId int32) error
|
TaskcondNotify(uid, sociatyId string, condId int32) error
|
||||||
///红点
|
// 红点
|
||||||
IReddot
|
IReddot
|
||||||
}
|
}
|
||||||
//星座图
|
//星座图
|
||||||
|
@ -328,3 +328,7 @@ func (this *Sociaty) CreateSociaty(uid, sociatyName string) error {
|
|||||||
|
|
||||||
return this.modelSociaty.create(sociaty)
|
return this.modelSociaty.create(sociaty)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *Sociaty) GetSociaty(uid string) *pb.DBSociaty {
|
||||||
|
return this.modelSociaty.getUserSociaty(uid)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user