This commit is contained in:
苏尹岚
2021-04-14 15:51:11 +08:00
parent c4d46326ad
commit 610b767814
10 changed files with 71 additions and 39 deletions

View File

@@ -1922,6 +1922,10 @@ func TempJob() (err error) {
return err
}
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (link interface{}, err error) {
return partner.GetHandler(vendorID).GetUnionActList(ctx, actType)
}
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (link string, err error) {
return partner.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
}