huangjiajun vor 1 Monat
Ursprung
Commit
402ae70d5d
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +1
    -0
      app/hdl/hdl_login.go
  2. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 0
app/hdl/hdl_login.go Datei anzeigen

@@ -180,6 +180,7 @@ func Register(c *gin.Context) {
BusinessLicenseImgUrl: "",
LegalRepresentative: "",
CountryRegionId: 1,
SettlementType: 3,
CountryRegion: "",
RegisteredAddressProvinceId: 0,
RegisteredAddressCityId: 0,


+ 1
- 1
app/hdl/hdl_set_center.go Datei anzeigen

@@ -35,7 +35,7 @@ func ShareIndex(c *gin.Context) {
user := svc.GetUser(c)
e.OutSuc(c, md.ShareIndexResp{
MasterId: masterId,
MediumDomain: mediumDomain + "/#/?agent_id=" + utils.IntToStr(user.AgentId),
MediumDomain: "https://" + mediumDomain + "/#/?agent_id=" + utils.IntToStr(user.AgentId),
}, nil)
return
}

Laden…
Abbrechen
Speichern