We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1)、/api/storage/record/query 接口设计原理有没有详细一点的文档说明 2)、同一个请求里面并发处理,可能会多次调用一个后端接口会出现概率性的请求不到mock数据
【遇到的问题】 部分使用接口请求mock数据显示无mock数据 使用postman模拟接口请求 1、第一次请求能正常返回数据 2、再次请求就返回空了。此时清理掉redis再请求就能正确返回
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Description
1)、/api/storage/record/query 接口设计原理有没有详细一点的文档说明
2)、同一个请求里面并发处理,可能会多次调用一个后端接口会出现概率性的请求不到mock数据
【遇到的问题】
部分使用接口请求mock数据显示无mock数据
使用postman模拟接口请求
1、第一次请求能正常返回数据
2、再次请求就返回空了。此时清理掉redis再请求就能正确返回
Solution
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
The text was updated successfully, but these errors were encountered: