Replies: 1 comment
-
/api/storage/record/query接口服务端实现逻辑可以参考arex-storage项目, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1)、/api/storage/record/query 接口设计原理有没有详细一点的文档说明
2)、同一个请求里面并发处理,可能会多次调用一个后端接口会出现概率性的请求不到mock数据
【遇到的问题】
部分使用接口请求mock数据显示无mock数据
使用postman模拟接口请求
1、第一次请求能正常返回数据
2、再次请求就返回空了。此时清理掉redis再请求就能正确返回
Beta Was this translation helpful? Give feedback.
All reactions