heyujie
2022-06-23 1d2f2ede70ba67d8328fe3536fbb75ffcf5f9a34
src/api/app.ts
@@ -25,10 +25,10 @@
}
//获取商城所有应用(已激活)
export const findAllApp = () => request({
  url: '/data/api-v/app/findAllApp',
  method: 'get'
});
// export const findAllApp = () => request({
//   url: '/data/api-v/app/findAllApp',
//   method: 'get'
// });
export const getAppDetail = (query:any) => request({
  url: '/data/api-v/app/detail',