emis-app/common/api/url.js

11 lines
251 B
JavaScript
Raw Normal View History

2024-02-21 11:52:20 +00:00
// TODO 区分环境
export const host = 'http://47.102.220.189:58089/api/bizsvr'
2023-12-18 16:30:33 +00:00
export default {
2024-02-21 11:52:20 +00:00
loginByApp: `/loginByApp`,
2024-03-04 05:36:23 +00:00
getInfoByApp: `/getInfoByApp`,
getEmisCountry: `/emis/emisCountry/list`,
getEmisRegion: `/emis/emisRegion/list`,
2023-12-18 16:30:33 +00:00
}