- 京西自营商城

This commit is contained in:
gazebo
2019-09-10 17:21:44 +08:00
parent cc750af2ca
commit a90941b26e
8 changed files with 219 additions and 10 deletions

View File

@@ -136,6 +136,8 @@ func GetPossibleVendorIDFromVendorOrderID(vendorOrderID string) (vendorID int) {
vendorID = model.VendorIDMTWM
} else if orderIDLen == len("5287873015048") {
vendorID = model.VendorIDWSC
} else if orderIDLen == len("1000004390") {
vendorID = model.VendorIDJX
}
}
return vendorID