拍卖行:推送

This commit is contained in:
luying
2021-11-23 18:17:50 +08:00
parent f69ac140fb
commit d70076de96
11 changed files with 75 additions and 13 deletions
+1
View File
@@ -85,6 +85,7 @@ export async function checkGuildName(guildCode: string, serverId: number, name:
}
}
if(notice != undefined) {
if(notice == '') notice = ' ';
let body = new CheckGuild37Params(guildCode, serverId, 2, notice);
let result = await request37Post(SDK_37_ADDR.CHECK_UNION, body, SDK_37_CONST.CHAT_KEY);
if(result == STATUS.REQUEST_TIME_OUT.code) { // 超时