- ebai OrderFrom const

This commit is contained in:
gazebo
2018-11-13 16:51:48 +08:00
parent 8cb3303db3
commit a542852b3e

View File

@@ -39,6 +39,11 @@ const (
WaybillStatusDeliveryRejected = "20"
)
const (
OrderFromBaidu = "1"
OrderFromElm = "2"
)
type ExpressInfo struct {
OrderID string `json:"order_id"`
ExpressID string `json:"express_id"`