jingshuiji/api/city.js
2025-04-22 14:39:59 +08:00

4 lines
74 B
JavaScript

export const city = {
getCitys: '/citys/c/list', //获取城市
}