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