src/api/operate/storeManagement.js @@ -23,3 +23,7 @@ export function getStoreInfoById(id) { return http.get('/sccg/store/storeinfo/' + id); } export function getVideoPoint(params) { return http.get('/sccg/video_point/query', params); }