paraworld.map.GetMapMarkByID

Description

依据ID取得一个MapMark

Parameters

Required Name TypeSorted ascending Description
required markID int 标记

Example Return XML

<msg xmlns="">
        <markID type="int">1</markID>
        <markType type="int">1</markType>
        <markTitle type="int">This is a test mark</markTitle>
       <markStyle type="int">1</markStyle>
        <startTime type="datetime">2008-3-21</startTime>
        <endTime type="datetime">2008-12-31</endTime>
        <x type="number">0</x>
        <y type="number">0</y>
        <cityName type="string">ShenZhen</y>
        <rank type="int">1</rank>
        <logo type="string"></logo>
        <signature type="string"></signature>
        <desc type="string"></desc>
        <ageGroup type="int">1</ageGroup>
        <worldID type="int">10</worldID>
        <isApproved type="boolean">true</isApproved>
        <version type="string"></version>
        <clickCnt type="string">8</clickCnt>
        <ownerUserID type="string">fae5feb1-9d4f-4a78-843a-1710992d4e70</ownerUserID>
        <url type="string">8</url>
</msg>

Error Codes

查看完整的Error Code

Test Cases

case 1

Input:

{

        ["markID"]=1,

}

Result:

{

       markID = 1,
       markType = 1,
       markTitle = "This is a test mark",
       markStyle = 1,
       startTime = "2008-2-21",
       endTime = "2008-12-31",
       x = 0,
       y = 0,
       cityName = "",
       rank = 1,
       logo = "",
       signature = "",
       desc = "",
       ageGroup = 1,
       worldID = 8,
       isApproved = true,
       version = "",
       clickCnt = 123,
       ownerUserID = "fae5feb1-9d4f-4a78-843a-1710992d4e70",
       url
}
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