This commit is contained in:
苏尹岚
2021-04-01 16:09:45 +08:00
parent 6235597ba6
commit f9ff953e0a
5 changed files with 42 additions and 10 deletions

View File

@@ -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
}