+OrderStatusVendorRejectCancel,OrderStatusVendorAgreeCancel

This commit is contained in:
gazebo
2019-12-17 18:01:24 +08:00
parent 2c69e934f8
commit 0cc04cc9d2
6 changed files with 28 additions and 24 deletions

View File

@@ -34,6 +34,9 @@ var (
jdapi.OrderStatusUserApplyCancel: model.OrderStatusApplyCancel,
jdapi.OrderStatusLocked: model.OrderStatusLocked,
jdapi.OrderStatusUnlocked: model.OrderStatusUnlocked,
jdapi.OrderStatusVenderAgreeCancel: model.OrderStatusVendorAgreeCancel,
jdapi.OrderStatusVenderRejectCancel: model.OrderStatusVendorRejectCancel,
}
deliveryTypeMap = map[int]string{
jdapi.CarrierNoCrowdSourcing: model.OrderDeliveryTypePlatform,