This commit is contained in:
苏尹岚
2021-04-19 14:16:26 +08:00
parent f442644bdd
commit 89417e6f6d
5 changed files with 17 additions and 3 deletions

View File

@@ -1922,7 +1922,7 @@ func TempJob() (err error) {
return err
}
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (link interface{}, err error) {
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (actList []*partner.ActivityList, err error) {
return partner.GetHandler(vendorID).GetUnionActList(ctx, actType)
}