POST api/HTGL/AddOrChangeGjcwh
新增或修改关键词维护信息
Request Information
URI Parameters
None.
Body Parameters
Qxtj_Gjcwh| Name | Description | Type | Additional information |
|---|---|---|---|
| QJSN |
情境SN,跳转关键词时需要,不跳出情境时不改变 |
string |
None. |
| SN |
关键词流水号,传空表示新增 |
string |
None. |
| TZSCBSN |
跳转筛查表SN |
string |
None. |
| LB |
类别,1表示引导词,2关键词,3结束语 |
string |
None. |
| DYBQM |
对应标签名 |
string |
None. |
| NR |
内容 |
string |
None. |
| NR_URL |
内容url,人工上传的文件 |
string |
None. |
| NR_URL1 |
内容url,后台生成的男声文件 |
string |
None. |
| NR_URL2 |
内容url,后台生成的女声文件 |
string |
None. |
| JSSM |
解释说明 |
string |
None. |
| JSSM_URL |
解释说明url,人工上传的文件 |
string |
None. |
| JSSM_URL1 |
解释说明url,后台生成的男声文件 |
string |
None. |
| JSSM_URL2 |
解释说明url后台生成的女声文件 |
string |
None. |
| YYBB |
语音播报,0表示无,1表示语音合成,2表示人工录音 |
integer |
None. |
| TP_URL |
图片url |
string |
None. |
| BKSR |
不可输入,0表示未选,1表示已选 |
integer |
None. |
| XX |
选项类型,1单选,2多选 |
integer |
None. |
| XXXS |
选项显示,1表示每行1列,2表示每行2列,4表示每行4列 |
integer |
None. |
| SORT |
排序码 |
decimal number |
None. |
| ZT |
状态,1表示启用,0表示关闭 |
integer |
None. |
| xx_list |
选项信息列表 |
Collection of Qxtj_Gjcwh_xx |
None. |
| tzgz_list |
跳转规则列表 |
Collection of Qxtj_Gjcwh_tzgz |
None. |
Request Formats
application/json, text/json
Sample:
{
"QJSN": "sample string 1",
"SN": "sample string 2",
"TZSCBSN": "sample string 3",
"LB": "sample string 4",
"DYBQM": "sample string 5",
"NR": "sample string 6",
"NR_URL": "sample string 7",
"NR_URL1": "sample string 8",
"NR_URL2": "sample string 9",
"JSSM": "sample string 10",
"JSSM_URL": "sample string 11",
"JSSM_URL1": "sample string 12",
"JSSM_URL2": "sample string 13",
"YYBB": 1,
"TP_URL": "sample string 14",
"BKSR": 1,
"XX": 1,
"XXXS": 1,
"SORT": 1.0,
"ZT": 1,
"xx_list": [
{
"XXID": "sample string 1",
"XXMC": "sample string 2",
"XXFZ": 1.0,
"TZURL": "sample string 3",
"GJCSN": "sample string 4",
"SORT": 1.0,
"ZFPB": 1,
"XXTP_URL": "sample string 5",
"SJPB": 1,
"LB": "sample string 6"
},
{
"XXID": "sample string 1",
"XXMC": "sample string 2",
"XXFZ": 1.0,
"TZURL": "sample string 3",
"GJCSN": "sample string 4",
"SORT": 1.0,
"ZFPB": 1,
"XXTP_URL": "sample string 5",
"SJPB": 1,
"LB": "sample string 6"
}
],
"tzgz_list": [
{
"TJID": "sample string 1",
"GJCSN": "sample string 2",
"SORT": 1.0,
"ZFPB": 1,
"TZLJ": "sample string 3",
"TJM": "sample string 4",
"TZGJCSN": "sample string 5",
"TZSCBSN": "sample string 6",
"tjxx_list": [
{
"SN": "sample string 1",
"TJID": "sample string 2",
"GJCSN": "sample string 3",
"DALB": "sample string 4",
"TMZLJ": "sample string 5",
"ZFPB": 1,
"SORT": 1.0
},
{
"SN": "sample string 1",
"TJID": "sample string 2",
"GJCSN": "sample string 3",
"DALB": "sample string 4",
"TMZLJ": "sample string 5",
"ZFPB": 1,
"SORT": 1.0
}
]
},
{
"TJID": "sample string 1",
"GJCSN": "sample string 2",
"SORT": 1.0,
"ZFPB": 1,
"TZLJ": "sample string 3",
"TJM": "sample string 4",
"TZGJCSN": "sample string 5",
"TZSCBSN": "sample string 6",
"tjxx_list": [
{
"SN": "sample string 1",
"TJID": "sample string 2",
"GJCSN": "sample string 3",
"DALB": "sample string 4",
"TMZLJ": "sample string 5",
"ZFPB": 1,
"SORT": 1.0
},
{
"SN": "sample string 1",
"TJID": "sample string 2",
"GJCSN": "sample string 3",
"DALB": "sample string 4",
"TMZLJ": "sample string 5",
"ZFPB": 1,
"SORT": 1.0
}
]
}
]
}
application/xml, text/xml
Sample:
<Qxtj_v.Qxtj_Gjcwh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
<BKSR>1</BKSR>
<DYBQM>sample string 5</DYBQM>
<JSSM>sample string 10</JSSM>
<JSSM_URL>sample string 11</JSSM_URL>
<JSSM_URL1>sample string 12</JSSM_URL1>
<JSSM_URL2>sample string 13</JSSM_URL2>
<LB>sample string 4</LB>
<NR>sample string 6</NR>
<NR_URL>sample string 7</NR_URL>
<NR_URL1>sample string 8</NR_URL1>
<NR_URL2>sample string 9</NR_URL2>
<QJSN>sample string 1</QJSN>
<SN>sample string 2</SN>
<SORT>1</SORT>
<TP_URL>sample string 14</TP_URL>
<TZSCBSN>sample string 3</TZSCBSN>
<XX>1</XX>
<XXXS>1</XXXS>
<YYBB>1</YYBB>
<ZT>1</ZT>
<tzgz_list>
<Qxtj_v.Qxtj_Gjcwh_tzgz>
<GJCSN>sample string 2</GJCSN>
<SORT>1</SORT>
<TJID>sample string 1</TJID>
<TJM>sample string 4</TJM>
<TZGJCSN>sample string 5</TZGJCSN>
<TZLJ>sample string 3</TZLJ>
<TZSCBSN>sample string 6</TZSCBSN>
<ZFPB>1</ZFPB>
<tjxx_list>
<Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
<DALB>sample string 4</DALB>
<GJCSN>sample string 3</GJCSN>
<SN>sample string 1</SN>
<SORT>1</SORT>
<TJID>sample string 2</TJID>
<TMZLJ>sample string 5</TMZLJ>
<ZFPB>1</ZFPB>
</Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
<Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
<DALB>sample string 4</DALB>
<GJCSN>sample string 3</GJCSN>
<SN>sample string 1</SN>
<SORT>1</SORT>
<TJID>sample string 2</TJID>
<TMZLJ>sample string 5</TMZLJ>
<ZFPB>1</ZFPB>
</Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
</tjxx_list>
</Qxtj_v.Qxtj_Gjcwh_tzgz>
<Qxtj_v.Qxtj_Gjcwh_tzgz>
<GJCSN>sample string 2</GJCSN>
<SORT>1</SORT>
<TJID>sample string 1</TJID>
<TJM>sample string 4</TJM>
<TZGJCSN>sample string 5</TZGJCSN>
<TZLJ>sample string 3</TZLJ>
<TZSCBSN>sample string 6</TZSCBSN>
<ZFPB>1</ZFPB>
<tjxx_list>
<Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
<DALB>sample string 4</DALB>
<GJCSN>sample string 3</GJCSN>
<SN>sample string 1</SN>
<SORT>1</SORT>
<TJID>sample string 2</TJID>
<TMZLJ>sample string 5</TMZLJ>
<ZFPB>1</ZFPB>
</Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
<Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
<DALB>sample string 4</DALB>
<GJCSN>sample string 3</GJCSN>
<SN>sample string 1</SN>
<SORT>1</SORT>
<TJID>sample string 2</TJID>
<TMZLJ>sample string 5</TMZLJ>
<ZFPB>1</ZFPB>
</Qxtj_v.Qxtj_Gjcwh_tzgz_tjxx>
</tjxx_list>
</Qxtj_v.Qxtj_Gjcwh_tzgz>
</tzgz_list>
<xx_list>
<Qxtj_v.Qxtj_Gjcwh_xx>
<GJCSN>sample string 4</GJCSN>
<LB>sample string 6</LB>
<SJPB>1</SJPB>
<SORT>1</SORT>
<TZURL>sample string 3</TZURL>
<XXFZ>1</XXFZ>
<XXID>sample string 1</XXID>
<XXMC>sample string 2</XXMC>
<XXTP_URL>sample string 5</XXTP_URL>
<ZFPB>1</ZFPB>
</Qxtj_v.Qxtj_Gjcwh_xx>
<Qxtj_v.Qxtj_Gjcwh_xx>
<GJCSN>sample string 4</GJCSN>
<LB>sample string 6</LB>
<SJPB>1</SJPB>
<SORT>1</SORT>
<TZURL>sample string 3</TZURL>
<XXFZ>1</XXFZ>
<XXID>sample string 1</XXID>
<XXMC>sample string 2</XXMC>
<XXTP_URL>sample string 5</XXTP_URL>
<ZFPB>1</ZFPB>
</Qxtj_v.Qxtj_Gjcwh_xx>
</xx_list>
</Qxtj_v.Qxtj_Gjcwh>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OutPut| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultStatus |
输出状态 |
string |
None. |
| Msg |
输出信息提示 |
string |
None. |
| ResultData |
输出的数据列表 |
Collection of Object |
None. |
| RecordSn |
记录流水号 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultStatus": "sample string 1",
"Msg": "sample string 2",
"ResultData": [
{},
{}
],
"RecordSn": "sample string 3"
}
application/xml, text/xml
Sample:
<Qxtj_v.OutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
<Msg>sample string 2</Msg>
<RecordSn>sample string 3</RecordSn>
<ResultData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</ResultData>
<ResultStatus>sample string 1</ResultStatus>
</Qxtj_v.OutPut>