- ebai OrderFrom const
This commit is contained in:
@@ -39,6 +39,11 @@ const (
|
|||||||
WaybillStatusDeliveryRejected = "20"
|
WaybillStatusDeliveryRejected = "20"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
OrderFromBaidu = "1"
|
||||||
|
OrderFromElm = "2"
|
||||||
|
)
|
||||||
|
|
||||||
type ExpressInfo struct {
|
type ExpressInfo struct {
|
||||||
OrderID string `json:"order_id"`
|
OrderID string `json:"order_id"`
|
||||||
ExpressID string `json:"express_id"`
|
ExpressID string `json:"express_id"`
|
||||||
|
|||||||
Reference in New Issue
Block a user