POST api/Equipment/GetDic
“GetDic”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
info | “info”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "org_id": "sample string 1", "eq_guid": "sample string 2", "user_id": "sample string 3", "eqType": "sample string 4", "eq_model": "sample string 5", "eqStatus": "sample string 6", "keyword": "sample string 7", "pageIndex": "sample string 8", "pageSize": "sample string 9", "tag": "sample string 10", "desc": "sample string 11" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Head": { "Code": 1, "Msg": "sample string 2" }, "Body": { "Data": "sample string 1" } }