Explorar el Código

更新

master
huangjiajun hace 1 mes
padre
commit
c6e42ac8a9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/hdl/hdl_set_center.go

+ 2
- 2
app/hdl/hdl_set_center.go Ver fichero

@@ -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
}


Cargando…
Cancelar
Guardar