jingshuiji/api/city.js
2025-06-06 15:07:26 +08:00

4 lines
77 B
JavaScript

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