活动API

This commit is contained in:
gazebo
2020-01-16 21:44:15 +08:00
parent eb3249ccf3
commit cbb43d89e9
3 changed files with 63 additions and 12 deletions

View File

@@ -21,6 +21,9 @@ const (
// 下面两个是做什么用的?
// ActivityShowStatusEnabled = 2
// ActivityShowStatusDisabled = 4
MaxActivityNameLength = 30 // 活动名称为空或者长度大于30个字符
MaxActivityDescLength = 15 // 优惠描述限15个字符
)
type ActivityRule struct {