12345678910111213141516171819202122232425 |
- module.exports = [{
- name: '开发',
- ip: 'http://192.168.1.103:10066'
- },
- {
- name: '测试',
- ip: 'http://testapi.xklr.net:8601'
- },
- {
- name: '正式',
- ip: 'http://apiv3.xklr.net'
- },
- {
- name: '兰溪',
- ip: 'https://lxh5api.xklr.net'
- },
- {
- name: '龙游',
- ip: 'http://220.191.237.238:10066'
- },
- {
- name: '附海',
- ip: 'http://192.26.1.242:10066'
- }
- ];
|