Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
d7a62d2884
1 changed files with 15 additions and 0 deletions
  1. 15 0
      app/api/controller/Index.php

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

@@ -415,16 +415,31 @@ class Index extends BaseApi
         $goods_brand = $goods_brand_model->getBrandList();
         return  $this->response($this->success($goods_brand['data']));
     }
+
+    /**
+     * @return false|string
+     * 底部文字跳转
+     */
     public function record(){
         $goods_brand_model = new \app\model\web\Record();
         $goods_brand = $goods_brand_model->getplatform_recordList();
         return  $this->response($this->success($goods_brand['data']));
     }
+
+    /**
+     * @return false|string
+     * 底部图片跳转
+     */
     public function jump(){
         $goods_brand_model = new \app\model\web\Jump();
         $goods_brand = $goods_brand_model->getplatform_jumpList();
         return  $this->response($this->success($goods_brand['data']));
     }
+
+    /**
+     * @return false|string
+     * 隐私协议
+     */
     public function privacy(){
         $config_model = new ConfigModel();
         $platform_privacy = $config_model->getPlatformPrivacy();