- 重新命名一些饿百的常量名
This commit is contained in:
@@ -46,6 +46,10 @@ const (
|
||||
NotifyTypeSuccess = "agree"
|
||||
)
|
||||
|
||||
const (
|
||||
UserApplyCancelWaitMinute = 30 // 用户申请退款后,商家未在30分钟内(大连锁商家为3小时内)处理退款请求,系统将自动同意退款
|
||||
)
|
||||
|
||||
type RefundSku struct {
|
||||
AppFoodCode string `json:"app_food_code"`
|
||||
SkuID string `json:"sku_id,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user