zhgdyun/src/assets/js/api/demo.js

4 lines
126 B
JavaScript
Raw Normal View History

2022-06-08 14:51:11 +08:00
import {post} from '../http'
export const getSafeyHatSessionApi = data => post('xmgl/projectApi/getSafeyHatSession', data);