fix - tnc - update logistic info

This commit is contained in:
Sinh 2022-08-22 09:56:05 +07:00
parent 77aef84f28
commit 913d003dfd
1 changed files with 1 additions and 0 deletions

View File

@ -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)