建議的小程序版本的axios函數(shù),之所以說簡易,因為只是用了常用的請求方法外,然后添加了攔截器而已。 wxhttp命名為wxhttp 具體的請求用法如axios wxhttp#request(config) wxhttp#get(url[,config]) wxhttp#delete(url[,config]) wxhttp#head(url[,config]) wxhttp#options(url[,config]) wxhttp#post(url[,data[,config]]) wxhttp#put(url[,data[,config]]) wxhttp#patch(url[,data[,config]]) 攔截方法:
wxhttp.interceptors.request.use(handleRequest(config),handleError(err)) 注意:handleRequest需要返回處理后的config
wxhttp.interceptors.response.use(handresponse(res)) 注意:handleResponse需要返回處理后的res 例子:
因為使用了promise風格,所以可以使用Promise.all方法來進行并發(fā)請求。 |
工作日 8:30-12:00 14:30-18:00
周六及部分節(jié)假日提供值班服務(wù)