update payload
This commit is contained in:
		
							parent
							
								
									dbfd259809
								
							
						
					
					
						commit
						831e4b8247
					
				| 
						 | 
				
			
			@ -84,10 +84,11 @@ type WarehousePartner struct {
 | 
			
		|||
 | 
			
		||||
// SyncORStatusResponse ...
 | 
			
		||||
type SyncORStatusResponse struct {
 | 
			
		||||
	ORCode         string `json:"orCode"`
 | 
			
		||||
	OrderCode      string `json:"orderCode"`
 | 
			
		||||
	Status         string `json:"status"`
 | 
			
		||||
	DeliveryStatus string `json:"deliveryStatus"`
 | 
			
		||||
	ORCode         string      `json:"orCode"`
 | 
			
		||||
	OrderCode      string      `json:"orderCode"`
 | 
			
		||||
	Status         string      `json:"status"`
 | 
			
		||||
	DeliveryStatus string      `json:"deliveryStatus"`
 | 
			
		||||
	Data           OrderORData `json:"data"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// ResponseWarehouseContact ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue