ChannelManageConstants.php 238 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Bear
  5. * Date: 2020/6/8
  6. * Time: 上午11:32
  7. */
  8. namespace app\main\constants;
  9. class ChannelManageConstants
  10. {
  11. //广深地区开放强制关注
  12. const OPEN_SUBSCRIBE = 'open_subscribe';
  13. }