ConsumeConstants.php 261 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Elton
  5. * Date: 2019/11/22
  6. * Time: 下午3:44
  7. */
  8. namespace app\main\constants;
  9. class ConsumeConstants
  10. {
  11. const CONSUME_TYPE_ARTICLE = 1;
  12. const CONSUME_TYPE_REWARDS = 2;
  13. const CONSUME_TYPE_CAMPAIGN = 3;
  14. }