This commit is contained in:
苏尹岚
2021-04-07 16:48:23 +08:00
parent bf35e6a26d
commit bac4c55835
7 changed files with 9 additions and 11 deletions

View File

@@ -8,9 +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/jx-callback/business/jxstore/partner"
"git.rosy.net.cn/baseapi/platformapi/txcloudapi"
@@ -1924,5 +1923,5 @@ func TempJob() (err error) {
}
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (link string, err error) {
return vendor.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
return partner.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
}