Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
0afc1329ed
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/hdl/hdl_set_center.go

+ 2
- 2
app/hdl/hdl_set_center.go View File

@@ -477,8 +477,8 @@ func ShareIndex(c *gin.Context) {
}
e.OutSuc(c, md.ShareIndexResp{
MasterId: masterId,
AgentDomain: agentDomain,
MediumDomain: mediumDomain,
AgentDomain: "https://" + agentDomain,
MediumDomain: "https://" + mediumDomain,
}, nil)
return
}


Loading…
Cancel
Save