update odn logistic info
This commit is contained in:
		
							parent
							
								
									4b8e6c4178
								
							
						
					
					
						commit
						5b1b55ee78
					
				| 
						 | 
					@ -45,8 +45,14 @@ type OutboundRequestPayload struct {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// UpdateORLogisticInfoPayload ...
 | 
					// UpdateORLogisticInfoPayload ...
 | 
				
			||||||
type UpdateORLogisticInfoPayload struct {
 | 
					type UpdateORLogisticInfoPayload struct {
 | 
				
			||||||
	OrID          int    `json:"orId"`
 | 
						OrID int `json:"orId"`
 | 
				
			||||||
	TrackingCode  string `json:"trackingCode"`
 | 
					
 | 
				
			||||||
	ShippingLabel string `json:"shippingLabel"`
 | 
						TPLCode            string              `json:"tplCode"`
 | 
				
			||||||
	SlaShipDate   string `json:"slaShipDate"`
 | 
						TrackingCode       string              `json:"trackingCode"`
 | 
				
			||||||
 | 
						LogisticInfoLabels []LogisticInfoLabel `json:"logisticInfoLabels"`
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type LogisticInfoLabel struct {
 | 
				
			||||||
 | 
						Caption string `json:"caption"`
 | 
				
			||||||
 | 
						URI     string `json:"uri"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue