This commit is contained in:
苏尹岚
2021-04-01 16:26:15 +08:00
parent f9ff953e0a
commit a33fa55f8c
4 changed files with 26 additions and 8 deletions

View File

@@ -1923,7 +1923,6 @@ func TempJob() (err error) {
return err
}
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (err error) {
vendor.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
return err
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (link string, err error) {
return vendor.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
}