Merge branch 'new-CounterFire' of http://git.kingsome.cn/huangjinming/CounterFireGames into new-CounterFire

This commit is contained in:
yuyongdong 2024-07-03 14:52:20 +08:00
commit 4d1877bdb2

View File

@ -126,6 +126,9 @@ export class BlockChain {
const res = await this.wallet.getAccessToken();
token = res.token
}
if (!token) {
return ''
}
return token+suffix
}