paraworld.map.AddMapMark

Description

新增一个MapMark

Parameters

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

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