paraworld.map.AddMapMark

Description

新增一个MapMark

Parameters

Required Name Type Description
required sessionKey string 用户凭证。
markType int 标记类型
markStyle int 标记样式
markTitle string 标记标题
startTime datetime 起始日期
endTime datetime 结束日期
x double 位置的X坐标
y double 位置的Y坐标
rank int 级别
ageGroup int 适应人群
optional cityName string 所属城市的名称
logo string LOGO
signature string 修改签名
desc string 描述
version string 版本

Example Return XML

<msg xmlns="">
        <isSucceed type="boolean">True</isSucceed>
        <info type="string" />
</msg>

Error Codes

查看完整的Error Code

Test Cases

case 1

Input:

{

        sessionKey = "fae5feb1-9d4f-4a78-843a-1710992d4e70",
        markType = 1,
        markStyle = 1,
        markTitle = "This is a NPL Test AAA",
        startTime = "2008-1-1",
        x = 0,
        y = 0,
        rank = 1,
        ageGroup = 1

}

Result:

{

       ["isSucceed"]=true,

       ["info"]="",

}
Topic revision: r1 - 2008-09-08 - CaoYF
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback