Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
402ae70d5d
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      app/hdl/hdl_login.go
  2. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 0
app/hdl/hdl_login.go View File

@@ -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 View File

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

Loading…
Cancel
Save