聊天:军团升级的数据库返回增加 name 字段
This commit is contained in:
@@ -764,7 +764,7 @@ export class GuildHandler {
|
||||
}
|
||||
const cost = getStructureConsume(id, curStructure.lv);
|
||||
|
||||
const result = await GuildModel.upStructure(code, id, cost, 'code fund structure lv');
|
||||
const result = await GuildModel.upStructure(code, id, cost, 'code fund structure lv name');
|
||||
if(!result) {
|
||||
return resResult(STATUS.GUILD_FUND_NOT_ENOUGH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user