paraworld.auth.SendConfirmEmail  [已作废]

Description

发送激活账号的Email,用在注册用户没有收到激活邮件时请求再次发送激活邮件。

Parameters

Required Name Type Description
required userName string 被激活账号的用户名
required password string 密码
optional language int 激活Email所使用的语言,1:简体中文;2:英文。默认值为1

Example Return XML

<msg xmlns="">
        <isSuccess type="boolean">True</isSuccess>
</msg>

Error Codes

当发生异常时,返回数据中会有一个“errorCode”节点,该节点记录了错误码。0:无异常 500:未知错误 499:提供的数据不完整 498:非法的访问 497:数据不存在或已被删除 414:账号已是激活状态不必再次激活 407:用户名或密码错误。

Test Cases

case 1

Input:

{

        ["userName"]="test1",

        ["password"] = "password",

        ["language"]=1,

}

Result:

{

       ["isSuccess"]=true,

}
Topic revision: r4 - 2008-12-06 - 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