- GetOrderEvents
- idcard and licence for store
This commit is contained in:
@@ -56,6 +56,10 @@ var (
|
||||
WaybillStatusCanceled: "WaybillStatusCanceled",
|
||||
WaybillStatusFailed: "WaybillStatusFailed",
|
||||
}
|
||||
OrderTypeName = map[int]string{
|
||||
OrderTypeOrder: "订单",
|
||||
OrderTypeWaybill: "运单",
|
||||
}
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user