微调
This commit is contained in:
9
frontend/src/api/system/sntp.ts
Normal file
9
frontend/src/api/system/sntp.ts
Normal 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', {})
|
||||
}
|
||||
Reference in New Issue
Block a user