Skip to content

Commit 57547fe

Browse files
committed
up
1 parent ea063fe commit 57547fe

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

Assets/Scripts/UI.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public void onCreateAccountResult(UInt16 retcode, byte[] datas)
283283
{
284284
if(retcode != 0)
285285
{
286-
err("createAccount is error(注册账号错误)! errcode(错误码)=" + KBEngineApp.app.serverErr(retcode));
286+
err("createAccount is error(注册账号错误)! err=" + retcode);
287287
return;
288288
}
289289

@@ -307,7 +307,7 @@ public void onConnectStatus(bool success)
307307

308308
public void onLoginFailed(UInt16 failedcode)
309309
{
310-
err("login is failed(登陆失败), errcode(错误码)=" + failedcode);
310+
err("login is failed(登陆失败), err=" + KBEngineApp.app.serverErr(failedcode));
311311
}
312312

313313
public void onVersionNotMatch(string verInfo, string serVerInfo)
@@ -317,7 +317,7 @@ public void onVersionNotMatch(string verInfo, string serVerInfo)
317317

318318
public void onLoginGatewayFailed(UInt16 failedcode)
319319
{
320-
err("loginGateway is failed(登陆网关失败), errcode(错误码)=" + failedcode);
320+
err("loginGateway is failed(登陆网关失败), err=" + KBEngineApp.app.serverErr(failedcode));
321321
}
322322

323323
public void login_baseapp()
@@ -357,7 +357,7 @@ public void onCreateAvatarResult(Byte retcode, object info, Dictionary<UInt64, D
357357
{
358358
if(retcode != 0)
359359
{
360-
err("Error creating avatar, errcode(错误码)=" + retcode);
360+
err("Error creating avatar, errcode=" + retcode);
361361
return;
362362
}
363363

0 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Library/assetDatabase3

0 Bytes
Binary file not shown.
-40 Bytes
Binary file not shown.
-36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)