云客服-更新问题答案(updateQuestionAnswer):请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
2 |
Authorization |
string |
True |
鉴权字段,内容格式为: Bearer +tokenByAKSK接口的返回值中AccessToken(Bearer后有空格) |
3 |
x-app-key |
string |
True |
appKey字段,用户标识,请联系运营人员获取appKey |
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
questionAnswerId |
String |
True |
问题答案ID |
2 |
answerText |
String |
False |
答案内容 |
3 |
voiceScore |
DECIMAL (11,2) |
False |
语音得分 |
4 |
operScore |
DECIMAL (11,2) |
False |
操作得分 |
5 |
costTime |
int |
False |
问题耗时,单位:秒。 |