aa
This commit is contained in:
@@ -1923,7 +1923,10 @@ func TempJob() (err error) {
|
||||
}
|
||||
|
||||
func GetUnionActList(ctx *jxcontext.Context, vendorID, actType int) (actList []*partner.ActivityList, err error) {
|
||||
return partner.GetHandler(vendorID).GetUnionActList(ctx, actType)
|
||||
if handler := partner.GetHandler(vendorID); handler != nil {
|
||||
actList, err = handler.GetUnionActList(ctx, actType)
|
||||
}
|
||||
return actList, err
|
||||
}
|
||||
|
||||
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (link string, err error) {
|
||||
|
||||
Reference in New Issue
Block a user