consts.go 305 B

123456789101112
  1. package public
  2. const (
  3. ProductTypeMemberFree = 1 // 商品类型 会员免费
  4. ProductTypePremium = 2 // 商品类型 精品文档
  5. ProductTypeFree = 3 // 商品类型 免费
  6. SourceJy = 1 // 文档来源 剑鱼
  7. SourceDd = 2 // 文档来源 豆丁
  8. // 缓存key
  9. )