huangjiajun před 1 měsícem
rodič
revize
402ae70d5d
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      app/hdl/hdl_login.go
  2. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 0
app/hdl/hdl_login.go Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit