zhuoyuan.wang
2024-06-19 15ebe96f28cadec6a726c5324593a40bbf56205f
1
2
3
4
5
6
7
8
9
10
import {request} from '@/plugins';
 
 
export const getCronNextRuntimeList = (data) => {
  return request({
    url: '/rootjemin/sys/getCronNextRuntimeList',
    method: 'post',
    data
  })
};