blob: 4a88fa48c7e2f8525b158a68fd9d2632d140d5b3 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Mock from 'mockjs'
Mock.mock('/mock/service/distribution', 'get', {
code: 200,
message: 'success',
data: {
total: 8,
curPage: 1,
pageSize: 1,
data: [
{
applicationName: 'shop-order',
instanceNum: 15,
instanceIP: [
'192.168.32.28:8697',
'192.168.32.26:20880',
'192.168.32.24:28080',
'192.168.32.22:20880'
]
},
{
applicationName: 'shop-order',
instanceNum: 15,
instanceIP: ['192.168.32.28:8697', '192.168.32.26:20880', '192.168.32.24:28080']
},
{
applicationName: 'shop-user',
instanceNum: 12,
instanceIP: ['192.168.32.28:8697', '192.168.32.24:28080']
},
{
applicationName: 'shop-order',
instanceNum: 15,
instanceIP: [
'192.168.32.28:8697',
'192.168.32.26:20880',
'192.168.32.24:28080',
'192.168.32.22:20880'
]
},
{
applicationName: 'shop-order',
instanceNum: 15,
instanceIP: ['192.168.32.28:8697', '192.168.32.26:20880', '192.168.32.24:28080']
},
{
applicationName: 'shop-user',
instanceNum: 12,
instanceIP: ['192.168.32.28:8697', '192.168.32.24:28080']
},
{
applicationName: 'shop-order',
instanceNum: 15,
instanceIP: ['192.168.32.28:8697', '192.168.32.26:20880', '192.168.32.24:28080']
},
{
applicationName: 'shop-user',
instanceNum: 12,
instanceIP: ['192.168.32.28:8697', '192.168.32.24:28080']
},
{
applicationName: 'shop-user',
instanceNum: 12,
instanceIP: ['192.168.32.28:8697', '192.168.32.24:28080']
},
{
applicationName: 'shop-order',
instanceNum: 15,
instanceIP: ['192.168.32.28:8697', '192.168.32.26:20880', '192.168.32.24:28080']
},
{
applicationName: 'shop-user',
instanceNum: 12,
instanceIP: ['192.168.32.28:8697', '192.168.32.24:28080']
}
]
}
})