123456789101112131415161718192021222324252627 |
- <?php
- /**
- * Created by PhpStorm.
- * User: stanley-king
- * Date: 2017/10/31
- * Time: 下午4:11
- */
- defined('InShopNC') or exit('Access Invalid!');
- class webpushControl extends mbMemberControl
- {
- public function __construct()
- {
- parent::__construct();
- }
- public function fcodeOp()
- {
- }
- public function bonusOp()
- {
- }
- }
|