stanley-king 7 anos atrás
pai
commit
d7f68391dd

+ 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
+ */