aa
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user