game.php 415 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: stanley-king
  5. * Date: 2016/10/28
  6. * Time: 下午6:50
  7. */
  8. defined('InShopNC') or exit('Access Invalid!');
  9. class gameControl extends mbMemberControl
  10. {
  11. public function __construct()
  12. {
  13. parent::__construct();
  14. }
  15. public function shakeOp()
  16. {
  17. $_SESSION['client_type'] = "wap";
  18. return self::outsuccess(null,"game/shake_bonus");
  19. }
  20. }