zhanghua
2023-02-16 a8532e35b1a39de9bbcc5f2a648fe02c72d9c2b0
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')
}