This commit is contained in:
苏尹岚
2021-04-15 15:44:24 +08:00
parent 4057f8105e
commit fb607a3c41
4 changed files with 33 additions and 7 deletions

View File

@@ -22,6 +22,6 @@ func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType int) (lin
return "jds", err
}
func (s *UnionHandler) GetUnionActList(ctx *jxcontext.Context, actType int) (link interface{}, err error) {
func (s *UnionHandler) GetUnionActList(ctx *jxcontext.Context, actType int) (actList []*partner.ActivityList, err error) {
return
}