This commit is contained in:
laodaming
2023-11-02 16:00:49 +08:00
parent 5721bb31c8
commit 3cd976976a
5 changed files with 16 additions and 16 deletions

View File

@@ -68,4 +68,6 @@ type ToUnityIdStruct struct {
RequestId string `json:"request_id"`
RenderBeginTime int64 `json:"render_begin_time"`
TemplateTag string `json:"template_tag"`
UserId int64 `json:"user_id"`
GuestId int64 `json:"guest_id"`
}