minigame-api-typings icon indicating copy to clipboard operation
minigame-api-typings copied to clipboard

ReconnectOption.accessInfo类型错了

Open hesongniu opened this issue 4 years ago • 0 comments

interface ReconnectOption { /** 需要重连的对局房间唯一标识 / accessInfo: number应该是accessInfo: string /* 接口调用结束的回调函数(调用成功、失败都会执行) / complete?: ReconnectCompleteCallback /* 接口调用失败的回调函数 / fail?: ReconnectFailCallback /* 接口调用成功的回调函数 */ success?: ReconnectSuccessCallback }

hesongniu avatar Mar 22 '22 03:03 hesongniu