소스 검색

更新

master
huangjiajun 1 개월 전
부모
커밋
0afc1329ed
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      app/hdl/hdl_set_center.go

+ 2
- 2
app/hdl/hdl_set_center.go 파일 보기

@@ -477,8 +477,8 @@ func ShareIndex(c *gin.Context) {
}
e.OutSuc(c, md.ShareIndexResp{
MasterId: masterId,
AgentDomain: agentDomain,
MediumDomain: mediumDomain,
AgentDomain: "https://" + agentDomain,
MediumDomain: "https://" + mediumDomain,
}, nil)
return
}


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