|
@@ -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();
|