POST api/LiZhi/lizhiInfo
Request Information
URI Parameters
None.
Body Parameters
lizhiInfoPost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"tel": "sample string 2",
"token": "sample string 3",
"uid": 1
}
application/xml, text/xml
Sample:
<lizhiInfoPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <tel xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 2</tel> <token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 3</token> <uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid> <id>1</id> </lizhiInfoPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
lizhiInfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| id | integer |
None. |
|
| groupname | string |
None. |
|
| cause | string |
None. |
|
| lizhiDt | date |
None. |
|
| shenpiId | integer |
None. |
|
| shenpiUserName | string |
None. |
|
| remarks | string |
None. |
|
| creator | integer |
None. |
|
| creatDt | date |
None. |
|
| creatorName | string |
None. |
|
| gongzuofu |
0:未还;1:已还。 |
integer |
None. |
| gongzuopai | integer |
None. |
|
| dianpushiwu | integer |
None. |
|
| gongzi |
0:未领,1:已领 |
integer |
None. |
| changeRemarks | string |
None. |
|
| status | integer |
None. |
|
| weidu | integer |
None. |
|
| pandian | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"id": 3,
"groupname": "sample string 4",
"cause": "sample string 5",
"lizhiDt": "2026-01-11T21:27:48.310335+08:00",
"shenpiId": 7,
"shenpiUserName": "sample string 8",
"remarks": "sample string 9",
"creator": 10,
"creatDt": "2026-01-11T21:27:48.310335+08:00",
"creatorName": "sample string 12",
"gongzuofu": 13,
"gongzuopai": 14,
"dianpushiwu": 15,
"gongzi": 16,
"changeRemarks": "sample string 17",
"status": 1,
"weidu": 18,
"pandian": 19
}
application/xml, text/xml
Sample:
<lizhiInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <cause>sample string 5</cause> <changeRemarks>sample string 17</changeRemarks> <creatDt>2026-01-11T21:27:48.310335+08:00</creatDt> <creator>10</creator> <creatorName>sample string 12</creatorName> <dianpushiwu>15</dianpushiwu> <gongzi>16</gongzi> <gongzuofu>13</gongzuofu> <gongzuopai>14</gongzuopai> <groupname>sample string 4</groupname> <id>3</id> <lizhiDt>2026-01-11T21:27:48.310335+08:00</lizhiDt> <pandian>19</pandian> <remarks>sample string 9</remarks> <shenpiId>7</shenpiId> <shenpiUserName>sample string 8</shenpiUserName> <status>1</status> <weidu>18</weidu> <code>1</code> <msg>sample string 2</msg> </lizhiInfoResult>