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
go-zero微服务实战系列(五、缓存代码怎么写)里面的 ProductListRequest 结构为什么会有 ProductId
message ProductListRequest { int32 category_id = 1; int64 cursor = 2; int32 ps = 3; int64 product_id = 4; }
请问这个 ProductId 的作用是什么?
The text was updated successfully, but these errors were encountered:
防止cursor重复,去重用
Sorry, something went wrong.
No branches or pull requests
go-zero微服务实战系列(五、缓存代码怎么写)里面的 ProductListRequest 结构为什么会有 ProductId
请问这个 ProductId 的作用是什么?
The text was updated successfully, but these errors were encountered: