ZZJ
2021-11-09 3db7e74be3bf1c4c239def25b51ba58acf5e2598
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',