GET OpenAI/GetKeyWordList

关键词列表

请求信息

URI 参数

None.

Body 参数

空.

响应信息

资源描述

关键词列表

ApiJsonBaseOfListOfObject
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

Collection of Object

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfArrayOfanyTypeuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfArrayOfanyTypeuHEDJ7Dj>