From 28a5104bedfc79232e79b744427352472ee1e433 Mon Sep 17 00:00:00 2001 From: zhangjunkunn Date: Wed, 28 Sep 2022 10:29:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E6=88=90=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=8A=E6=8A=A5=E6=8E=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Design/ReportStartupStat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design/ReportStartupStat.md b/Design/ReportStartupStat.md index 6aa72c2..fdb1712 100644 --- a/Design/ReportStartupStat.md +++ b/Design/ReportStartupStat.md @@ -44,7 +44,7 @@ extJsonStr为阶段额外信息,可填"" 当游戏完成所有加载阶段,进入核心玩法时(如进入新手引导或大厅)调用 ``` C# - WX.ReportGameStart(int costTime, string extJsonStr) + WX.ReportGameStart() ``` **4. 上报当前自定义阶段错误信息** ``` C# -- GitLab