wl
2022-11-30 440ae0f9c401a7828cd063ecdc201cc38788407f
1
2
3
4
5
6
7
8
import http from "@/http";
 
export default {
    getRegionList: (params) => {
        return http.get('/sccg/sccg_region/list', params);
    },
 
}