mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-06-04 19:42:13 +00:00
uid
This commit is contained in:
parent
eae1963646
commit
799e2cce73
@ -602,6 +602,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
||||
|
||||
UpdateMatchRequest request = new()
|
||||
{
|
||||
Uid = uid,
|
||||
MatchId = matchId,
|
||||
StartTime = newStart,
|
||||
BetDeadline = newDeadline
|
||||
@ -653,6 +654,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
||||
|
||||
UpdateMatchRequest request = new()
|
||||
{
|
||||
Uid = uid,
|
||||
MatchId = matchId,
|
||||
StartTime = newStart,
|
||||
BetDeadline = newDeadline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user