zhanghua
2022-12-29 c8a167fd980901fb9aa83064d92ce04bbb9cd87e
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')
}