소스 검색

更新

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
}

불러오는 중...
취소
저장