zhouwx
2026-01-21 f11670c36ece6beff61013ec98ff798a3fe0d6ba
api/index.js
@@ -6,4 +6,12 @@
      method: 'POST',
      data
   })
}
export function getLastApp(data) {
  return service({
      url: '/app/version/last',
      method: 'POST',
      data
   })
}