heyujie
2021-06-18 4512b13d87784f3f7cf1db2e9127a0de7c37e8a2
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',