api.js封装请求
2021-06-15 17:06
标签:bsp class col code param nbsp 参数 pre url 1. 传入对象格式如 api.js封装请求 标签:bsp class col code param nbsp 参数 pre url 原文地址:https://www.cnblogs.com/natsu07/p/10362940.html{
a:{
getData:{
url: ‘xx/xx/xx‘,
method: ‘get‘,
require:[‘id‘, ‘name‘], // 简单检查 必传参数确实则不发请求
changeParamsProp:{ // 防止后端更改参数名
id: ‘userId‘
},
changeDataProp:{
},
cacheKey:‘xxx‘ // 检查localStorage如果有这个key就不发请求
}
},
b:{
}
}