ZZJ
2021-12-13 bc630b555653be1cb6eff37ab2da18cd31e8ef81
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',