This commit is contained in:
2024-10-16 20:46:46 +08:00
parent fdfdbb5ff6
commit 185b8aef90
14 changed files with 546 additions and 306 deletions

View File

@@ -6,6 +6,8 @@ option go_package = "./sentinel";
message PageListRequest {
int64 page = 2;
int64 page_size = 3;
int64 is_visible = 4;
string product_name = 5;
}
message UserProuctPageListRequest {
int64 user_id = 1;