You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
395 B

module.exports = {
code: 200,
msg: 'ok',
data: {
ip1: '192.168.1.101',
port1: '8007',
ip2: '292.168.1.101',
port2: '4001',
ip3: '192.168.1.102',
port3: '9001',
ipBackup: '192.168.1.103', // 备用ip
portBackup: '1001', // 备用端口号
account: 'wally-yy', // 账号
password: '111111', // 密码
apn: 'dsfasfa', // apn
}
}