zhanghua
2023-02-21 8ad7fe19f6cef00a5578c07b0570b8a0af9a8dcb
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')
}