소스 검색

更新

master
huangjiajun 1 개월 전
부모
커밋
9db6b6eaa3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      app/md/medium.go
  2. +1
    -0
      app/svc/svc_medium.go

+ 1
- 0
app/md/medium.go 파일 보기

@@ -21,4 +21,5 @@ type MediumListData struct {
LegalRepresentative string `json:"legal_representative" example:"法定代表人"`
Account string `json:"account" example:"媒体账号"`
BusinessLicenseAddress string `json:"business_license_address" example:"营业执照地址"`
BusinessLicenseImg string `json:"business_license_img" example:"营业执照"`
}

+ 1
- 0
app/svc/svc_medium.go 파일 보기

@@ -39,6 +39,7 @@ func MediumList(c *gin.Context) {
Memo: v.MediumList.Memo,
LegalRepresentative: v.MediumList.LegalRepresentative,
BusinessLicenseAddress: v.MediumList.BusinessLicenseAddress,
BusinessLicenseImg: v.MediumList.BusinessLicenseImgUrl,
}
medium := NewMediumDb.GetSuperAdmin(v.AgentWithMedium.MediumId)
if medium != nil {


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