This commit is contained in:
苏尹岚
2021-03-24 14:33:35 +08:00
parent 625b5a5cbd
commit 5a7e7a0ab7
4 changed files with 10 additions and 7 deletions

View File

@@ -1920,3 +1920,8 @@ func TempJob() (err error) {
task.GetID()
return err
}
func ShareUnionLink(ctx *jxcontext.Context, linkType int) (err error) {
return err
}