- 美团外卖pick_type

This commit is contained in:
gazebo
2019-09-10 17:58:19 +08:00
parent 938b28e5a8
commit 77c80f18d7

View File

@@ -67,6 +67,11 @@ const (
NotifyTypeCancelRefundComplaint = "cancelRefundComplaint" // 用户取消退款申诉
)
const (
OrderPickTypeNormal = 0 // 普通(配送)
OrderPickTypeSelf = 1 // 用户到店自取
)
const (
UserApplyCancelWaitMinute = 30 // 用户申请退款后商家未在30分钟内大连锁商家为3小时内处理退款请求系统将自动同意退款
)