这里写问题描述
http://localhost:9527/proxy-default/theme/page/lists?current=1&size=10&name=
http://localhost:9527/proxy-default/theme/page/lists?current=2&size=10&name=
http://localhost:9527/proxy-default/theme/page/lists?current=3&size=10&name=
不停请求以上接口,比如我请求的是current=1,第一次后台输出input('current')是1,我再连续不停在current=1或者current=2请求,后台得到的结果有时候是上一次的请求值?如果我慢些点就不会有这个问题,所以请问是不是缓存了?可否解决?
webman2.1.4版本
这个应该是浏览器的机制问题,可以使用Postman测试试试
我是前后端分离请求接口的
这么离谱吗?没碰到过
你用nginx代理,看下nginx日志,确认下是webman问题还是业务代码问题
我用input获取就没事了