From 9466f8f5d714c8f72dbaff6ac3898b4d43c7c715 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 22 二月 2022 15:28:55 +0800 Subject: [PATCH] delete pickerOptions --- 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