13
This commit is contained in:
parent
07236fc173
commit
541efa6498
@ -176,7 +176,7 @@ func (r *ResProjectDto) LoadIsRecentlyUpdate(m *model.Case) *ResProjectDto {
|
||||
// LoadLink 加载访问链接
|
||||
func (r *ResCaseDto) LoadLink(m *model.Case) *ResCaseDto {
|
||||
if m != nil {
|
||||
link := config.C.DomainName + "/caseIntro" + "?project_id=" + fmt.Sprintf("%d", m.ProjectId) + "&source=3" + "&platform_key=654321" + "&case_id=" + fmt.Sprintf("%d", m.CaseId)
|
||||
link := config.C.DomainName + "/caseIntro" + "?project_id=" + fmt.Sprintf("%d", m.ProjectId) + "&source=3" + "&platform_key=opf$di!3" + "&case_id=" + fmt.Sprintf("%d", m.CaseId)
|
||||
r.Url = link
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user