From 8f86d0a825962a17634cb5a4fcdab1ceecea1a5a Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 21 五月 2021 14:27:48 +0800 Subject: [PATCH] 事件声音列表获取字段由data.list改为data --- src/api/app.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/app.ts b/src/api/app.ts index d9f378d..2d31069 100644 --- a/src/api/app.ts +++ b/src/api/app.ts @@ -31,6 +31,12 @@ method: 'get' }); +export const getAppDetail = (query:any) => request({ + url: '/data/api-v/app/detail', + method: 'get', + params: query +}); + //瀹夎搴旂敤 export const installApp = (query:any) => request({ url: '/data/api-v/sdk/sdkDownload', -- Gitblit v1.8.0