update model
This commit is contained in:
parent
572120c26a
commit
3a57e9e85f
|
@ -46,4 +46,5 @@ type UpdateOutboundRequestLogisticInfoPayload struct {
|
||||||
// CancelOutboundRequest ...
|
// CancelOutboundRequest ...
|
||||||
type CancelOutboundRequest struct {
|
type CancelOutboundRequest struct {
|
||||||
ORCode string `json:"orCode"`
|
ORCode string `json:"orCode"`
|
||||||
|
Note string `json:"note"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue