zhanghua
2022-11-25 f3b8ee4f39640bf2799d81ad0107a6a1e1e1421d
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);
}