POST api/MyInfo/SaveUserInfo

Request Information

URI Parameters

None.

Body Parameters

T_User
NameDescriptionTypeAdditional information
Id

integer

None.

UserName

string

None.

UserPwd

string

None.

FullName

string

None.

Mobile

string

None.

Email

string

None.

Sex

integer

None.

Status

UserStatus

None.

AddTime

date

None.

OrgType

OrgType

None.

RoleId

integer

None.

RoleName

string

None.

isRealNameAuth

integer

None.

isExpertAuth

integer

None.

isCompanyAuth

integer

None.

isParkAuth

integer

None.

isOrgAuth

integer

None.

isIndustryAuth

integer

None.

isIndustry2Auth

integer

None.

isThirdOrgAuth

integer

None.

isInvestOrgAuth

integer

None.

isGovAuth

integer

None.

isGov2Auth

integer

None.

account

decimal number

None.

isCashDeposit

integer

None.

bzj

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserName": "sample string 2",
  "UserPwd": "sample string 3",
  "FullName": "sample string 4",
  "Mobile": "sample string 5",
  "Email": "sample string 6",
  "Sex": 7,
  "Status": 0,
  "AddTime": "2025-12-29T23:55:13.8794772+08:00",
  "OrgType": 1,
  "RoleId": 9,
  "RoleName": "sample string 10",
  "isRealNameAuth": 11,
  "isExpertAuth": 12,
  "isCompanyAuth": 13,
  "isParkAuth": 14,
  "isOrgAuth": 15,
  "isIndustryAuth": 16,
  "isIndustry2Auth": 17,
  "isThirdOrgAuth": 18,
  "isInvestOrgAuth": 19,
  "isGovAuth": 20,
  "isGov2Auth": 21,
  "account": 22.0,
  "isCashDeposit": 23,
  "bzj": 24
}

application/xml, text/xml

Sample:
<T_User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models">
  <AddTime>2025-12-29T23:55:13.8794772+08:00</AddTime>
  <Email>sample string 6</Email>
  <FullName>sample string 4</FullName>
  <Id>1</Id>
  <Mobile>sample string 5</Mobile>
  <OrgType>SystemUser</OrgType>
  <RoleId>9</RoleId>
  <RoleName>sample string 10</RoleName>
  <Sex>7</Sex>
  <Status>Disable</Status>
  <UserName>sample string 2</UserName>
  <UserPwd>sample string 3</UserPwd>
  <account>22</account>
  <bzj>24</bzj>
  <isCashDeposit>23</isCashDeposit>
  <isCompanyAuth>13</isCompanyAuth>
  <isExpertAuth>12</isExpertAuth>
  <isGov2Auth>21</isGov2Auth>
  <isGovAuth>20</isGovAuth>
  <isIndustry2Auth>17</isIndustry2Auth>
  <isIndustryAuth>16</isIndustryAuth>
  <isInvestOrgAuth>19</isInvestOrgAuth>
  <isOrgAuth>15</isOrgAuth>
  <isParkAuth>14</isParkAuth>
  <isRealNameAuth>11</isRealNameAuth>
  <isThirdOrgAuth>18</isThirdOrgAuth>
</T_User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

count

integer

None.

data

Object

None.

otherdata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "count": 1,
  "data": {},
  "otherdata": {}
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other">
  <code>1</code>
  <count>1</count>
  <data />
  <msg>sample string 2</msg>
  <otherdata />
</ApiResult>