根据用户属性更新当前用户的公会。领取奖励链中在上一个公会未领取的所有奖励。如果用户之前在某个公会中,但现在不在,则其公会身份将被撤销。如果用户更改了公会,则公会将被更改。
成功更新了用户的公会。
认证未通过或错误。
{- "reward": [
- {
- "bundle_type": "standard",
- "description": "Super box with items",
- "name": "Super box",
- "quantity": 1,
- "sku": "com.xsolla.box_1",
- "type": "bundle"
}, - {
- "description": "Mega potion",
- "name": "Mega potion",
- "quantity": 1,
- "sku": "com.xsolla.potion_1",
- "type": "virtual_good"
}
]
}