zhanghua
2025-07-16 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3
src/api/operate/storeManagement.js
@@ -26,4 +26,8 @@
export function getVideoPoint(params) {
    return http.get('/sccg/video_point/query', params);
}
export function getStoreScore(id) {
    return http.get('/sccg/store/storeinfo/' + id + '/storeScore')
}