aa
This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/vendor"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/event"
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi/txcloudapi"
|
||||
@@ -1921,7 +1923,7 @@ func TempJob() (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
func ShareUnionLink(ctx *jxcontext.Context, linkType int) (err error) {
|
||||
|
||||
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (err error) {
|
||||
vendor.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user