paraworld.users.setInfo

Description

登录用户更改自己的个人信息

Parameters

Required Name TypeSorted ascending Description
optional format int 要求返回数据的格式(0:XML 1:JSON),默认值为0
required sessionKey string 用户凭证。
optional Gender string 性别
optional BirthDate string 生日
optional FirstName string  
optional LastName string  
optional Photo string 用户图像URL
optional Nickname string 昵称

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:

{

        ["BirthDate"]="2000-1-1",

        ["sessionKey"]="6ea1ce24-bdf7-4893-a053-eb5fd2a74281",

}

Result:

{

       ["isSuccess"]=true,

}
Topic revision: r3 - 2008-12-22 - 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