paraworld.map.AddMapMark

Description

新增一个MapMark

Parameters

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

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