{ "id": "X00036", "keywords": "Windows;Docker" }参数说明:
参数 | 类型 | 必须 | 说明 |
---|---|---|---|
token | string | 是 | 调用接口凭证 |
id | string | 是 | 文件id |
keywords | string | 是 | 文件关键词,多个关键词中间用英文分号分割,可以为空 |
{ "errcode": 0, "errmsg": "", "keywords": "Windows;Docker" }返回参数说明:
参数 | 类型 | 说明 |
---|---|---|
errcode | int32 | 出错返回码,为0表示成功,非0表示调用失败 |
errmsg | string | 返回码提示语 |