This commit is contained in:
suyl
2021-04-26 14:55:22 +08:00
parent 5b155d0d9c
commit f1eddbb839
2 changed files with 8 additions and 0 deletions

View File

@@ -1978,6 +1978,10 @@ func ShareUnionLink(ctx *jxcontext.Context, jobID, shareType, linkType int) (lin
if err = dao.GetEntity(db, job); err != nil {
return "", err
}
//为了生成一条正在进行中的任务,方便用户查看一些信息
if _, _, err = AcceptJob(ctx, jobID, 0, 0); err != nil {
return "", err
}
vendorID := job.VendorID
handler := partner.GetHandler(vendorID)
//1、建推广位本地和平台