zhanghua
2024-01-21 e1aa0ecffbabd618c71e4ad94370fb8dffe6ee1c
src/api/operate/storeManagement.js
@@ -22,4 +22,12 @@
export function getStoreInfoById(id) {
    return http.get('/sccg/store/storeinfo/' + id);
}
export function getVideoPoint(params) {
    return http.get('/sccg/video_point/query', params);
}
export function getStoreScore(id) {
    return http.get('/sccg/store/storeinfo/' + id + '/storeScore')
}