- 美团外卖pick_type
This commit is contained in:
@@ -67,6 +67,11 @@ const (
|
||||
NotifyTypeCancelRefundComplaint = "cancelRefundComplaint" // 用户取消退款申诉
|
||||
)
|
||||
|
||||
const (
|
||||
OrderPickTypeNormal = 0 // 普通(配送)
|
||||
OrderPickTypeSelf = 1 // 用户到店自取
|
||||
)
|
||||
|
||||
const (
|
||||
UserApplyCancelWaitMinute = 30 // 用户申请退款后,商家未在30分钟内(大连锁商家为3小时内)处理退款请求,系统将自动同意退款
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user