POST api/Credit/SaveUserStatistics
Request Information
URI Parameters
None.
Body Parameters
Credit_UserStatistics| Name | Description | Type | Additional information |
|---|---|---|---|
| UserStatisticsId | string |
None. |
|
| Title | string |
None. |
|
| Content | string |
None. |
|
| UserId | string |
None. |
|
| Mobile | string |
None. |
|
| MessageType | integer |
None. |
|
| PageUrl | string |
None. |
|
| PageTime | integer |
None. |
|
| LoginIp | string |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserStatisticsId": "sample string 1",
"Title": "sample string 2",
"Content": "sample string 3",
"UserId": "sample string 4",
"Mobile": "sample string 5",
"MessageType": 1,
"PageUrl": "sample string 6",
"PageTime": 7,
"LoginIp": "sample string 8",
"CreateTime": "2025-12-17T11:17:59.6289975+08:00"
}
application/xml, text/xml
Sample:
<Credit_UserStatistics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.Entity"> <Content>sample string 3</Content> <CreateTime>2025-12-17T11:17:59.6289975+08:00</CreateTime> <LoginIp>sample string 8</LoginIp> <MessageType>1</MessageType> <Mobile>sample string 5</Mobile> <PageTime>7</PageTime> <PageUrl>sample string 6</PageUrl> <Title>sample string 2</Title> <UserId>sample string 4</UserId> <UserStatisticsId>sample string 1</UserStatisticsId> </Credit_UserStatistics>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| errMsg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"errMsg": "sample string 3",
"data": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase"> <code>1</code> <data /> <errMsg>sample string 3</errMsg> <msg>sample string 2</msg> </ApiResult>