GET api/HTGL/GetXxByXsd_ZF?a={a}&b={b}&json={json}
转发
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| a | string |
Required |
|
| b | string |
Required |
|
| json | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Qxtj_dj_ppd_s| Name | Description | Type | Additional information |
|---|---|---|---|
| a | string |
None. |
|
| b | string |
None. |
|
| msg | string |
None. |
|
| code | integer |
None. |
|
| score |
匹配度 |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"a": "sample string 1",
"b": "sample string 2",
"msg": "sample string 3",
"code": 4,
"score": 5.0
}
application/xml, text/xml
Sample:
<Qxtj_v.Qxtj_dj_ppd_s xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen"> <a>sample string 1</a> <b>sample string 2</b> <code>4</code> <msg>sample string 3</msg> <score>5</score> </Qxtj_v.Qxtj_dj_ppd_s>