GET api/User/IniUInfo?code={code}&platformId={platformId}&iv={iv}&enctypeteddata={enctypeteddata}
“IniUInfo”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
code | “code”的文档。 |
Define this parameter in the request URI. |
platformId | “platformId”的文档。 |
Define this parameter in the request URI. |
iv | “iv”的文档。 |
Define this parameter in the request URI. |
enctypeteddata | “enctypeteddata”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Name": "sample string 2", "Mobile": "sample string 3", "Pwd": "sample string 4", "CreateTime": "2025-06-25T18:06:35.0822092+08:00", "RoleId": "sample string 6", "RoleName": "sample string 7", "OpenId": "sample string 8", "ErrMsg": "sample string 9", "SessionKey": "sample string 10", "Token": "sample string 11" }
application/xml, text/xml
Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models"> <CreateTime>2025-06-25T18:06:35.0822092+08:00</CreateTime> <ErrMsg>sample string 9</ErrMsg> <Id>sample string 1</Id> <Mobile>sample string 3</Mobile> <Name>sample string 2</Name> <OpenId>sample string 8</OpenId> <Pwd>sample string 4</Pwd> <RoleId>sample string 6</RoleId> <RoleName>sample string 7</RoleName> <SessionKey>sample string 10</SessionKey> <Token>sample string 11</Token> </UserModel>