conf.js
421 Bytes
module.exports = {
apis:[
{
route:"/service.api.yohobuy.com",
methods:['get','post'],
},
{
route:"/api.open.yohobuy.com",
methods:['get','post']
}
],
whiteList:[
{
api:'/guang/api/v1/article/getArticleNotice',
map:'http://api.douban.com/v2/book/search'
},
{
api:'app.Shopping.count',
map:'http://127.0.0.1:3000/test'
}]
}