paraword.auth.Logout

Description

用户登出

Parameters

Required Name Type Description
required sessionKey string 需要进行登出的用户的Session Key
optional format int 要求返回数据的格式(0:XML 1:JSON),默认值为0

Example Return XML

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

Example Return JSON

{"isSuccess":"true"}

Error Codes

当发生异常时,返回数据中会有一个“info”节点,该节点记录了异常信息。

Test Cases

case 1

case: paraworld.auth.Logout

Input:

{

  ["sessionKey"] = "A1862D13-A844-4801-B28D-EC9C4C657E8c",

}

Result:

Plug-in loaded: NPLWebServiceClient.dll

{

["isSuccess"] = true,

}

Topic revision: r6 - 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