Parcourir la source

更新

master
huangjiajun il y a 1 mois
Parent
révision
c6e42ac8a9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      app/hdl/hdl_set_center.go

+ 2
- 2
app/hdl/hdl_set_center.go Voir le fichier

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


Chargement…
Annuler
Enregistrer