544782275@qq.com il y a 3 ans
Parent
commit
70bcc376e7
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12 1
      application/api/controller/Member.php

+ 12 - 1
application/api/controller/Member.php

@@ -121,7 +121,18 @@ class Member extends Base
         }
         $this->success('获取成功',$coupon_list);
     }
-
+    /**
+     * @title 活动介绍
+     * @desc 活动介绍
+     * @author QGF
+     * @url /api/Member/activity_introduction
+     * @method GET
+     * @tag 活动介绍
+     * @return name:-- type:string default:-- desc:隐私政策
+     */
+    public function activity_introduction(){
+        $this->success('获取成功',htmlspecialchars_decode(sysconf('activity_introduction')));
+    }
     /**
      * @title 消息列表
      * @desc 消息列表