feat(jnt): update create order response
This commit is contained in:
		
							parent
							
								
									d4915875e9
								
							
						
					
					
						commit
						ac8aa89d70
					
				| 
						 | 
					@ -35,6 +35,7 @@ type CreateOrderItemRes struct {
 | 
				
			||||||
	Success      string `json:"success"`
 | 
						Success      string `json:"success"`
 | 
				
			||||||
	Transport    string `json:"transport"`
 | 
						Transport    string `json:"transport"`
 | 
				
			||||||
	Txlogisticid string `json:"txlogisticid"`
 | 
						Txlogisticid string `json:"txlogisticid"`
 | 
				
			||||||
 | 
						SortLine     string `json:"sortLine"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type CancelOrderRes struct {
 | 
					type CancelOrderRes struct {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue