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()
|
UpdateMatchRequest request = new()
|
||||||
{
|
{
|
||||||
|
Uid = uid,
|
||||||
MatchId = matchId,
|
MatchId = matchId,
|
||||||
StartTime = newStart,
|
StartTime = newStart,
|
||||||
BetDeadline = newDeadline
|
BetDeadline = newDeadline
|
||||||
@ -653,6 +654,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
|||||||
|
|
||||||
UpdateMatchRequest request = new()
|
UpdateMatchRequest request = new()
|
||||||
{
|
{
|
||||||
|
Uid = uid,
|
||||||
MatchId = matchId,
|
MatchId = matchId,
|
||||||
StartTime = newStart,
|
StartTime = newStart,
|
||||||
BetDeadline = newDeadline
|
BetDeadline = newDeadline
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user