No Description

PushRequestType.php 208B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: zhangdali
  5. * Date: 2016/12/13
  6. * Time: 下午5:26
  7. */
  8. namespace xmpush;
  9. class PushRequestType {
  10. const MESSAGE = 0;
  11. const FEEDBACK = 1;
  12. const EMQ = 2;
  13. }