浏览代码

新配置几个文本框

lizhen_gitee 1 年之前
父节点
当前提交
fd2e92b63a
共有 2 个文件被更改,包括 32 次插入0 次删除
  1. 15 0
      application/api/controller/Index.php
  2. 17 0
      application/extra/site.php

+ 15 - 0
application/api/controller/Index.php

@@ -35,7 +35,22 @@ class Index extends Api
     }*/
 
 
+    /**
+     * 财富首页
+     */
+    public function charmlevel(){
+
+        //规则
+        $rule = config('site.caifulevel_rule');
+        $new_rule = [];
+        foreach($rule as $title => $info){
+            $new_rule[] = [
+                'title'=>$title,
+                'info'=>$info,
+            ];
+        }
 
+    }
 
 
 

+ 17 - 0
application/extra/site.php

@@ -80,4 +80,21 @@ return [
     'index_pipei_oneday_user_times' => '-1',
     'pipei_oneday_vipuser_times' => '-1',
     'kefu_userids' => '2,3,4',
+    'caifulevel_rule' => [
+        '如何获得财富等级?' => '财富等级象征用户尊贵身份,可通过在K歌社交消费金币获得经 验值,消费1金币=1经验值,累计足够的经验值后财富等级会自动升级。',
+        '财富等级勋章的熄灭规则' => '每月1日0点至次月1日0点未获取足够的等级对应的经验值,次 月1日期熄灭勋章。',
+        '财富等级勋章熄灭,如何恢复' => '1、如果勋章被熄灭,您只需从熄灭之日增加对应经验值即可重 新点亮',
+    ],
+    'duihuanshuoming' => '1、每个档位不限制兑换次数 '."\r\n"
+        .'2、兑换钻石即刻到账,若出现兑换失败或延迟的情况,请 联系在线客服处理',
+    'tixianshuoming' => '1、提现需要完成实名认证、否则无法提现 '."\r\n"
+        .'2、每个提现额度,每日可提现3次 '."\r\n"
+        .'3、提现扣除手续费1‰ '."\r\n"
+        .'4、相关额度会在1个工作日内审核发放,请注意查收',
+    'yaoqing_huodongjieshao' => '好友充值:'."\r\n"
+        .'好友充值后获得充值额对应的10%金币奖励'."\r\n"
+        .'好友收益:'."\r\n"
+        .'好友产生收益后获得其收益额对应的10%金 币奖励',
+    'yaoqing_yaoqingguize' => '1、所有用户都可以参加邀请好友活动'."\r\n"
+        .'2、通过自己分享的活动页面地址下载注册成功,即发放注册奖励,若好友充值即奖励充值 金额的10%。',
 ];