POST api/Mobile/GetFeedBackList?mac={mac}&guid={guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mac | string |
Required |
|
| guid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResponseOfListOftooth_FeedBack| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| Response | Collection of tooth_FeedBack |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"Response": [
{
"id": 1,
"guid": "sample string 2",
"mac": "sample string 3",
"feedBack": "sample string 4",
"updateTime": "2025-12-16T09:19:16.3039088+08:00"
},
{
"id": 1,
"guid": "sample string 2",
"mac": "sample string 3",
"feedBack": "sample string 4",
"updateTime": "2025-12-16T09:19:16.3039088+08:00"
}
]
}