src/api/operate/storeManagement.js
@@ -27,3 +27,7 @@ export function getVideoPoint(params) { return http.get('/sccg/video_point/query', params); } export function getStoreScore(id) { return http.get('/sccg/store/storeinfo/' + id + '/storeScore') }