heyujie
2021-06-25 81fd2fff7dba4af2749ce5288a7afde8e5cdb538
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',