From f392764b0a28be7585c83768410cebcafeefc70a Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 14 Jun 2022 17:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index a647fb0e..02ac673a 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-20 17:16:35 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-14 17:37:18 + * @LastEditTime: 2022-06-14 17:40:14 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -63,8 +63,18 @@ export function getHls(params) { export function getRecord(params) { return axios.get( - 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query', - params, + 'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' + + params.serviceName + + '&orderField=' + + params.orderField + + '&orderType=' + + params.orderType + + '&pageNum=' + + params.pageNum + + '&pageSize=' + + params.pageSize + + '&serviceType=' + + params.serviceType, config2 ) }