This commit is contained in:
suyl
2021-04-26 11:44:59 +08:00
parent 29acc9232f
commit 8600f85a8f
10 changed files with 125 additions and 14 deletions

View File

@@ -44,3 +44,7 @@ func (s *UnionHandler) GetUnionActList(ctx *jxcontext.Context, actType int) (act
}
return actList, err
}
func (s *UnionHandler) CreateUnionPosition(ctx *jxcontext.Context, userID string) (sID string, err error) {
return sID, err
}