shish 4 years ago
parent
commit
0accd19634
1 changed files with 19 additions and 0 deletions
  1. 19 0
      app-hd/controllers/HbController.php

+ 19 - 0
app-hd/controllers/HbController.php

@@ -0,0 +1,19 @@
+<?php
+
+namespace hd\controllers;
+
+use common\components\util;
+use Yii;
+
+class HbController extends BaseController
+{
+
+    public $guestAccess = [];
+
+    //获取新人红包福利 shish 20211026
+    public function actionGetNewGift()
+    {
+        util::complete();
+    }
+
+}