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