huangjiajun 1 mese fa
parent
commit
c6e42ac8a9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      app/hdl/hdl_set_center.go

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

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


Caricamento…
Annulla
Salva