paraworld.profile.GetMCML

Description

取得指定用户的Profile的MCML

Parameters

Required Name Type Description
required appKey string PE分配给您的应用程序标识键
userID string 被获取数据的用户的ID

Example Return XML

<pe:profile uid="6ea1ce24-bdf7-4893-a053-eb5fd2a74281" xmlns:pe="http://www.paraengine.com/">
        <app1 xmlns="">HELLO WORLD</app1>
</pe:profile>

Error Codes

当发生异常时,返回结果中会包含一个“info”节点,该节点记录了异常信息。

Test Cases

case 1

case: Example Test

Input:

{

  ["varString"] = "this is a string",

  ["varInt"] = 1,

}

Result:

{

  ["varString"] = "this is a string",

  ["varInt"] = 1,

}

 Test Succeed

test result is being saved to: script/ide/UnitTest/sample_test_file.lua.result

case 2

case: Example Test 2

Input:

{

  ["varString2"] = "Another input",

  ["varInt2"] = 2,

}

Result:

{

  ["varString2"] = "Another input",

  ["varInt2"] = 2,

}

 Test Succeed
Topic revision: r15 - 2008-03-06 - CaoYF
 
  • Edit
  • Attach
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