拍卖行:推送
This commit is contained in:
@@ -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) { // 超时
|
||||
|
||||
Reference in New Issue
Block a user