paraworld.map.UpdateWorld
Description
修改指定的World。只有该World的所有者和Paraworld的管理者有权限执行此功能。
Parameters
Required |
Name |
Type |
Description |
required |
sessionKey |
string |
用户凭证。 |
worldID |
int |
被修改的World的ID |
optional |
name |
string |
指定新的名称 |
desc |
string |
指定新的描述 |
version |
string |
引擎版本 |
spaceServer |
string |
空间服务器 |
jabberGSL |
string |
用“;”分隔的Jabber精简游戏服务器地址 |
gsl |
string |
精简游戏服务器地址 |
gameServer |
string |
游戏服务器IP或URL |
ageGroup |
int |
ESRP |
price |
int |
价格 |
preview |
string |
世界截图的URL |
type |
int |
类别,默认值为0,表示没有设置类别 |
location |
string |
地理位置 |
format |
int |
返回的数据格式(0:XML 1:JSON),默认值为0 |
Example Return XML
<msg xmlns="">
<isSuccess type="boolean">True</isSuccess>
</msg>
Example Return JSON
{"isSuccess":"true"}
Error Codes
当发生异常时,返回数据中会有一个“errorCode”节点,该节点记录了错误码。0:无异常 500:未知错误 499:提供的数据不完整 498:非法的访问 497:数据不存在或已被删除 496:未登录
Test Cases
case 1
Input:
{
["desc"]="new desc",
["name"]="new name",
["worldID"]="3",
["sessionKey"]="6ea1ce24-bdf7-4893-a053-eb5fd2a74281",
}
Result:
{
["isSuccess"]=true,
}
Topic revision: r5 - 2008-12-10
- CaoYF