wl
2022-11-24 e1cd9b58eafba52b91e7492c4aa4f3f015b541ec
src/api/operate/storeManagement.js
@@ -22,4 +22,8 @@
export function getStoreInfoById(id) {
    return http.get('/sccg/store/storeinfo/' + id);
}
export function getVideoPoint(params) {
    return http.get('/sccg/video_point/query', params);
}