/**
* @Author: songqi
* @Date: 2016-09-21
* @Email: songqi@benmu-health.com
* @Last modified by: songqi
* @Last modified time: 2017-02-20
*/
module.exports = [{
delay: 2000,
response: {
resCode: 102,
msg: "请求成功",
data: {
userInfo:{
name: 'zero'
}
}
}
}];