1
This commit is contained in:
parent
2ee50c6d3d
commit
5aba988da6
@ -182,3 +182,5 @@ const (
|
|||||||
RECOMMEND_TYPE_BATTLE = 1
|
RECOMMEND_TYPE_BATTLE = 1
|
||||||
RECOMMEND_TYPE_RECENT_GAME = 2
|
RECOMMEND_TYPE_RECENT_GAME = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const GUILD_RENAME_CARD_ITEM_ID = 90003
|
||||||
|
@ -750,6 +750,8 @@ func (this *guildMgr) AsyncUpdateGuild(accountId string, sessionId string, kv ma
|
|||||||
"a": "useItem",
|
"a": "useItem",
|
||||||
"account_id": accountId,
|
"account_id": accountId,
|
||||||
"session_id": sessionId,
|
"session_id": sessionId,
|
||||||
|
"item_id": q5.ToString(constant.GUILD_RENAME_CARD_ITEM_ID),
|
||||||
|
"item_num": q5.ToString(1),
|
||||||
}
|
}
|
||||||
url := fmt.Sprintf("%s/webapp/index.php", mt.Table.Config.GetById(0).GetGameapiUrl())
|
url := fmt.Sprintf("%s/webapp/index.php", mt.Table.Config.GetById(0).GetGameapiUrl())
|
||||||
rspObj := new(common.LoginRsp)
|
rspObj := new(common.LoginRsp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user