当前位置:   article > 正文

400 404 304 405 500接口报错_接口报500 304 401都是什么意思

接口报500 304 401都是什么意思

通常情况下:

100:继续
200:成功
400:错误请求
401:未授权
403:服务器拒绝请求,禁止
404:服务器找不到请求的网页
405:禁止请求中指定的方法
408:请求超时
414:请求的网址URL过长,服务器无法处理
500:服务器内部错误
505:服务器不支持请求中所用的http协议版本

下面是我遇到的,及详细解释: 

1.

404 接口地址错误

2.

400 请求参数错误

3.

304 没问题 换了半天,还是一样的写法又对了

可能是地址的问题,在uniapp请求后发生该问题,并报错:Please enable JavaScript to continue.

地址这样写错了:

that.$get('/repair-center/bizRepairHistory/list' + '?id=' + this.orderInfo.id).then(res => {
  

改成这样就对了 

that.$get(RequestConstant.listHistory + '?id=' + this.orderInfo.id).then(res => {
  
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号