GET Plat/GetCustomerDigitalInfo?id={id}
请求信息
URI 参数
| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| id | integer |
Required |
Body 参数
空.
响应信息
资源描述
ApiJsonBaseOfCustomerDigitalResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| State | integer |
None. |
|
| BizData | CustomerDigitalResponse |
None. |
响应格式
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"State": 3,
"BizData": {
"Id": 1,
"IdStr": "1",
"ManufacturersId": "196bf080-b0b3-45d6-b615-57f035ff49c4",
"ManufacturerName": "sample string 3",
"CustomerId": "75a9435d-3d83-4a7f-b504-bdbe974f5713",
"CustomerName": "sample string 5",
"Account": "sample string 6",
"Phone": "sample string 7",
"Name": "sample string 8",
"CreateTime": "2026-03-22T04:26:21.3112679+08:00",
"CreateTimeStr": "2026-03-22 04:26:21",
"State": 10,
"IdCard": "sample string 11",
"RealName": "sample string 12",
"FileUrl": "sample string 13",
"LogList": [
{
"Category": 1,
"Message": "sample string 2",
"Creater": "sample string 3",
"CreateTime": "2026-03-22T04:26:21.3112679+08:00",
"CreateTimeStr": "2026-03-22 04:26:21"
},
{
"Category": 1,
"Message": "sample string 2",
"Creater": "sample string 3",
"CreateTime": "2026-03-22T04:26:21.3112679+08:00",
"CreateTimeStr": "2026-03-22 04:26:21"
}
]
}
}
application/xml, text/xml
Sample:
<ApiJsonBaseOfCustomerDigitalResponsen_PUTc8Nr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
<BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
<d2p1:Account>sample string 6</d2p1:Account>
<d2p1:CreateTime>2026-03-22T04:26:21.3112679+08:00</d2p1:CreateTime>
<d2p1:CustomerId>75a9435d-3d83-4a7f-b504-bdbe974f5713</d2p1:CustomerId>
<d2p1:CustomerName>sample string 5</d2p1:CustomerName>
<d2p1:FileUrl>sample string 13</d2p1:FileUrl>
<d2p1:Id>1</d2p1:Id>
<d2p1:IdCard>sample string 11</d2p1:IdCard>
<d2p1:LogList>
<d2p1:CustomerDigitalLog>
<d2p1:Category>1</d2p1:Category>
<d2p1:CreateTime>2026-03-22T04:26:21.3112679+08:00</d2p1:CreateTime>
<d2p1:Creater>sample string 3</d2p1:Creater>
<d2p1:Message>sample string 2</d2p1:Message>
</d2p1:CustomerDigitalLog>
<d2p1:CustomerDigitalLog>
<d2p1:Category>1</d2p1:Category>
<d2p1:CreateTime>2026-03-22T04:26:21.3112679+08:00</d2p1:CreateTime>
<d2p1:Creater>sample string 3</d2p1:Creater>
<d2p1:Message>sample string 2</d2p1:Message>
</d2p1:CustomerDigitalLog>
</d2p1:LogList>
<d2p1:ManufacturerName>sample string 3</d2p1:ManufacturerName>
<d2p1:ManufacturersId>196bf080-b0b3-45d6-b615-57f035ff49c4</d2p1:ManufacturersId>
<d2p1:Name>sample string 8</d2p1:Name>
<d2p1:Phone>sample string 7</d2p1:Phone>
<d2p1:RealName>sample string 12</d2p1:RealName>
<d2p1:State>10</d2p1:State>
</BizData>
<Message>sample string 2</Message>
<Result>true</Result>
<State>3</State>
</ApiJsonBaseOfCustomerDigitalResponsen_PUTc8Nr>