瀏覽代碼

更新

master
huangjiajun 1 月之前
父節點
當前提交
402ae70d5d
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. +1
    -0
      app/hdl/hdl_login.go
  2. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 0
app/hdl/hdl_login.go 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存