luobisheng
2022-11-22 9027351c68d5dabf70120f5c1304abebddc3afca
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);
}