This commit is contained in:
caozehui
2026-06-02 09:25:17 +08:00
parent bdc45b8890
commit 8c7b164166
3 changed files with 335 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import http from '@/api'
export const startSntpService = () => {
return http.post('/sntp/start', {})
}
export const stopSntpService = () => {
return http.post('/sntp/stop', {})
}