From 277d6652893fcc10fb6827b62ef16fe2910a525c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期五, 15 十二月 2023 16:58:25 +0800
Subject: [PATCH] 强制更新功能

---
 api/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/api/index.js b/api/index.js
index d7b4f9e..e428aac 100644
--- a/api/index.js
+++ b/api/index.js
@@ -6,4 +6,12 @@
 		method: 'POST',
 		data
 	})
+}
+
+export function getLastApp(data) {
+  return service({
+		url: '/app/version/last',
+		method: 'POST',
+		data
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.2