Browse Source

创建fcode funciion

james 8 years atrás
parent
commit
4be61292c3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      admin/control/stat_anotice.php

+ 5 - 0
admin/control/stat_anotice.php

@@ -66,4 +66,9 @@ class stat_anoticeControl extends SystemControl
         Tpl::showpage('stat.anotice.favorite.list');
 
     }
+
+    public function fcodeOp()
+    {
+        $goods_name = trim($_REQUEST[''])
+    }
 }