forked from Trustie/forgeplus
修复: URL中应该传项目标识
This commit is contained in:
parent
cdad03df2c
commit
52aa286146
|
|
@ -29,7 +29,7 @@ class Users::SynchronizationService
|
|||
email: @user.mail,
|
||||
projectId: @target.id,
|
||||
operateType: @watched == true ? 1 : 2,
|
||||
projectUrl:"https://code.mulanos.cn/#{@target.owner.login}/#{@target.name}",
|
||||
projectUrl:"https://code.mulanos.cn/#{@target.owner.login}/#{@target.identifier}",
|
||||
projectTitle: @target.name,
|
||||
projectDesc: @target.description,
|
||||
operateTime: Time.now.to_i * 1000,
|
||||
|
|
|
|||
Loading…
Reference in New Issue