fix - tnc - update logistic info
This commit is contained in:
parent
77aef84f28
commit
913d003dfd
|
@ -106,6 +106,7 @@ func (c *Client) UpdateOutboundRequestLogisticInfo(p UpdateORLogisticInfoPayload
|
|||
URL: apiURL,
|
||||
Method: http.MethodPost,
|
||||
Header: c.getRequestHeader(),
|
||||
Data: pjson.ToJSONString(p),
|
||||
},
|
||||
}
|
||||
msg, err := c.requestHttpViaNats(natsPayload)
|
||||
|
|
Loading…
Reference in New Issue