feat:将魂碎片出售

This commit is contained in:
zhangxk
2023-07-19 14:48:26 +08:00
committed by luying
parent c7bd174dce
commit 523eaad05e
6 changed files with 251 additions and 50 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export class Client {
expect(msg.data.roleId).to.be.a('string');
expect(msg.data.channelName).to.be.a('string');
});
this._client.request('connector.entryHandler.enter', { serverId: this.serverId, token }, (enterRes) => {
this._client.request('connector.entryHandler.enter', { serverId: this.serverId, token, version:"0.1.1.211229" }, (enterRes) => {
// 消息回调
checkSuccessResponse(enterRes);
this._client.request('connector.entryHandler.debugGetRole', { magicWord: DEBUG_MAGIC_WORD }, (enterRes) => {