- 重新命名一些饿百的常量名

This commit is contained in:
gazebo
2019-04-18 17:38:25 +08:00
parent 46591cd544
commit ad69492cea
5 changed files with 47 additions and 18 deletions

View File

@@ -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"`