fix: shop_players 关系表主键与模型对齐
This commit is contained in:
+4
-2
@@ -108,14 +108,16 @@ message UpdateShopPlayersResp {
|
||||
}
|
||||
|
||||
message DelShopPlayersReq {
|
||||
int64 id = 1; //id
|
||||
int64 shopId = 1; //shopId
|
||||
int64 playerId = 2; //playerId
|
||||
}
|
||||
|
||||
message DelShopPlayersResp {
|
||||
}
|
||||
|
||||
message GetShopPlayersByIdReq {
|
||||
int64 id = 1; //id
|
||||
int64 shopId = 1; //shopId
|
||||
int64 playerId = 2; //playerId
|
||||
}
|
||||
|
||||
message GetShopPlayersByIdResp {
|
||||
|
||||
Reference in New Issue
Block a user