- 活动平台实际测试通过
This commit is contained in:
@@ -189,6 +189,11 @@ var (
|
||||
AfsAppealTypeReturnAndRefund: "退货退款",
|
||||
AfsAppealTypeNewGoods: "重发商品",
|
||||
}
|
||||
ActStatusName = map[int]string{
|
||||
ActStatusCreated: "正常",
|
||||
ActStatusCanceled: "取消",
|
||||
ActStatusEnded: "结束",
|
||||
}
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user