POST api/CheckWorkDaily/LoadSubCodeNew
Request Information
URI Parameters
None.
Body Parameters
CheckItemListRequest2| Name | Description | Type | Additional information |
|---|---|---|---|
| DataType | integer |
None. |
|
| Code | string |
None. |
|
| PlaceCode | string |
None. |
|
| userID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DataType": 1,
"Code": "sample string 1",
"PlaceCode": "sample string 2",
"userID": 3
}
application/xml, text/xml
Sample:
<CheckItemListRequest2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels"> <userID>3</userID> <Code>sample string 1</Code> <DataType>1</DataType> <PlaceCode>sample string 2</PlaceCode> </CheckItemListRequest2>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LoadSubCodeNewDto| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of LoadSubCodeResponse |
None. |
|
| msg |
消息 |
string |
None. |
| result |
是否成功 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"code": "sample string 1",
"title": "sample string 2",
"check_pic": "sample string 3",
"check_video": "sample string 4",
"check_remark": "sample string 5",
"id": 6,
"start": "2025-10-30T00:44:46.0365847+08:00",
"end": "2025-10-30T00:44:46.0365847+08:00",
"flag": 9,
"time_start": "sample string 10",
"time_end": "sample string 11",
"item_standard": "sample string 12",
"is_pic": 1,
"item_type": 1,
"demo_img": "sample string 13"
},
{
"code": "sample string 1",
"title": "sample string 2",
"check_pic": "sample string 3",
"check_video": "sample string 4",
"check_remark": "sample string 5",
"id": 6,
"start": "2025-10-30T00:44:46.0365847+08:00",
"end": "2025-10-30T00:44:46.0365847+08:00",
"flag": 9,
"time_start": "sample string 10",
"time_end": "sample string 11",
"item_standard": "sample string 12",
"is_pic": 1,
"item_type": 1,
"demo_img": "sample string 13"
}
],
"msg": "sample string 1",
"result": true
}
application/xml, text/xml
Sample:
<LoadSubCodeNewDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels">
<msg xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi">sample string 1</msg>
<result xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi">true</result>
<list>
<LoadSubCodeResponse>
<check_pic>sample string 3</check_pic>
<check_remark>sample string 5</check_remark>
<check_video>sample string 4</check_video>
<code>sample string 1</code>
<demo_img>sample string 13</demo_img>
<end>2025-10-30T00:44:46.0365847+08:00</end>
<flag>9</flag>
<id>6</id>
<is_pic>1</is_pic>
<item_standard>sample string 12</item_standard>
<item_type>1</item_type>
<start>2025-10-30T00:44:46.0365847+08:00</start>
<time_end>sample string 11</time_end>
<time_start>sample string 10</time_start>
<title>sample string 2</title>
</LoadSubCodeResponse>
<LoadSubCodeResponse>
<check_pic>sample string 3</check_pic>
<check_remark>sample string 5</check_remark>
<check_video>sample string 4</check_video>
<code>sample string 1</code>
<demo_img>sample string 13</demo_img>
<end>2025-10-30T00:44:46.0365847+08:00</end>
<flag>9</flag>
<id>6</id>
<is_pic>1</is_pic>
<item_standard>sample string 12</item_standard>
<item_type>1</item_type>
<start>2025-10-30T00:44:46.0365847+08:00</start>
<time_end>sample string 11</time_end>
<time_start>sample string 10</time_start>
<title>sample string 2</title>
</LoadSubCodeResponse>
</list>
</LoadSubCodeNewDto>