MarkConstants.php 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Bear
  5. * Date: 2019/5/16
  6. * Time: 下午5:07
  7. */
  8. namespace app\main\constants;
  9. class MarkConstants
  10. {
  11. const MSG_TYPE_TEXT = 'text';
  12. const MSG_TYPE_IMG = 'img';
  13. const MSG_TYPE_NEWS = 'news';
  14. const MARK_QR_RESOURCE = '1001';//二维码资源
  15. const MARK_LAST_BOOK = '1002';//继续阅读
  16. const MARK_RESOURCE = '1003';//渠道自定义资源
  17. const MARK_RECOMMEND_BOOKS = '1004';//推荐书籍
  18. const MARK_CLICK_INNER_KEYWORDS = '1011';//内置关键字-事件,菜单点击的签到事件
  19. const MARK_CLICK_PRE_RESOURCE = '1012';//预定义关键字-资源,菜单点击的客服菜单
  20. const MARK_REPLY_INNER_KEYWORDS = '1021';//内置关键字-关键字,公众号发送签到关键字
  21. const MARK_REPLY_PRE_RESOURCE = '1022';//预定义关键字-资源,公众号发送关键字获取的资源
  22. const MARK_SEARCH_BOOKS = '1023';//书籍查询
  23. const MARK_SEARCH_NO_BOOKS = '1024';//查询无结果
  24. const MARK_BOOKLIST_MSG = 3501; //推广书单
  25. }