感谢您的反馈!
接收用户在提供的交互游戏答案文字,返回可用于预览的缩略图的URL等信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| keywords | String [] | 必须 |
|
用户选择答案的映射文字列表 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| sub_code | String | 0 | 若为"0"代表请求成功;否则为非"0" |
| sub_msg | String | 超时 | 若error_code为"0",则为空字符串;否则为出错原因 |
| data | ThumbnailCreateResponse | 结果 | |
|
{"keywords":[""]}
{
"sub_code":"0",
"sub_msg":"超时",
"data":{
"id":"picture-uuid",
"category":"抽象派",
"description":"你的艺术基因...",
"thumbnail_url":"https:\/\/xxx\/xxx.jpg",
"picture_url":"https:\/\/xxx\/yyy.jpg"
}
}
{"sub_msg":"Illegal request","sub_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|