You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// <para> param3(bytes): datas // Datas by user defined. Data will be recorded into the KBE account database, you can access the datas through the script layer. If you use third-party account system, datas will be submitted to the third-party system.</para>
2782
2784
createAccount : "createAccount",
2783
2785
2784
-
// Login to server.
2785
-
// <para> param1(string): accountName</para>
2786
-
// <para> param2(string): password</para>
2787
-
// <para> param3(bytes): datas // Datas by user defined. Data will be recorded into the KBE account database, you can access the datas through the script layer. If you use third-party account system, datas will be submitted to the third-party system.</para>
2788
-
login : "login",
2789
-
2790
-
// Logout to baseapp, called when exiting the client.
// <para> param2(bytes): datas. // If you use third-party account system, the system may fill some of the third-party additional datas. </para>
2823
-
onCreateAccountResult : "onCreateAccountResult",
2831
+
// Login to server.
2832
+
// <para> param1(string): accountName</para>
2833
+
// <para> param2(string): password</para>
2834
+
// <para> param3(bytes): datas // Datas by user defined. Data will be recorded into the KBE account database, you can access the datas through the script layer. If you use third-party account system, datas will be submitted to the third-party system.</para>
2835
+
login : "login",
2836
+
2837
+
// Logout to baseapp, called when exiting the client.
KBEngine.ERROR_MSG("KBEngineApp::Client_onReqAccountResetPasswordCB: "+KBEngine.app.username+" is failed! code="+failedcode+"("+KBEngine.app.serverErrs[failedcode].name+")!");
KBEngine.ERROR_MSG("KBEngineApp::Client_onReqAccountBindEmailCB: "+KBEngine.app.username+" is failed! code="+failedcode+"("+KBEngine.app.serverErrs[failedcode].name+")!");
KBEngine.ERROR_MSG("KBEngineApp::Client_onReqAccountNewPasswordCB: "+KBEngine.app.username+" is failed! code="+failedcode+"("+KBEngine.app.serverErrs[failedcode].name+")!");
0 commit comments