stanley-king 7 years atrás
parent
commit
d7f68391dd
2 changed files with 34 additions and 0 deletions
  1. 27 0
      mobile/control/webpush.php
  2. 7 0
      mobile/templates/default/webpush/fcode.php

+ 27 - 0
mobile/control/webpush.php

@@ -0,0 +1,27 @@
+<?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()
+    {
+
+    }
+}

+ 7 - 0
mobile/templates/default/webpush/fcode.php

@@ -0,0 +1,7 @@
+<?php
+/**
+ * Created by PhpStorm.
+ * User: stanley-king
+ * Date: 2017/10/31
+ * Time: 下午4:14
+ */