webpush.php 363 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: stanley-king
  5. * Date: 2017/10/31
  6. * Time: 下午4:11
  7. */
  8. defined('InShopNC') or exit('Access Invalid!');
  9. class webpushControl extends mbMemberControl
  10. {
  11. public function __construct()
  12. {
  13. parent::__construct();
  14. }
  15. public function fcodeOp()
  16. {
  17. }
  18. public function bonusOp()
  19. {
  20. }
  21. }