价格统计
This commit is contained in:
@@ -98,6 +98,11 @@ var (
|
||||
ComplaintReasons71: "骑手提前点击取货/送达",
|
||||
}
|
||||
|
||||
SupplementTypeName = map[int]string{
|
||||
BadAppraiseSupplement: "差评退款",
|
||||
Coupon: "优惠券",
|
||||
}
|
||||
|
||||
MultiStoresVendorMap = map[int]int{
|
||||
VendorIDJD: 1,
|
||||
VendorIDMTWM: 0,
|
||||
@@ -229,6 +234,11 @@ const (
|
||||
ComplaintReasons71 = 71 //"骑手提前点击取货/送达",
|
||||
)
|
||||
|
||||
const (
|
||||
BadAppraiseSupplement = 1 //差评退款
|
||||
Coupon = 2 //优惠券
|
||||
)
|
||||
|
||||
const (
|
||||
WaybillStatusRefuseFailedGetGoods = -70
|
||||
WaybillStatusUnknown = 0
|
||||
|
||||
Reference in New Issue
Block a user