瀏覽代碼

fix:阳光采购信息发布相关需求修改

duxin 9 月之前
父節點
當前提交
6cfa365cad
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      api/internal/types/types.go
  2. 1 1
      api/jyinfo.api

+ 1 - 1
api/internal/types/types.go

@@ -116,7 +116,7 @@ type PubInfoReq struct {
 	EntName            string `header:"entName,optional"`
 	JyPublishingMedia  int64  `json:"jyPublishingMedia,optional"`  //1需要 -1 不需要
 	RecommendedService int64  `json:"recommendedService,optional"` //1需要 -1 不需要
-	DeliveryAddress    string `json:"recommendedService,optional"` //交付地址
+	DeliveryAddress    string `json:"deliveryAddress,optional"`    //交付地址
 }
 
 type PubSupplyInfoReq struct {

+ 1 - 1
api/jyinfo.api

@@ -23,7 +23,7 @@ type (
 		EntName            string                 `header:"entName,optional"`
 		JyPublishingMedia  int64                  `json:"jyPublishingMedia,optional"` //1需要 -1 不需要
 		RecommendedService int64                  `json:"recommendedService,optional"` //1需要 -1 不需要
-		DeliveryAddress    string                 `json:"recommendedService,optional"` //交付地址
+		DeliveryAddress    string                 `json:"deliveryAddress,optional"` //交付地址
 	}
 	Contact {
 		Person string `json:"person"`