tencentcloud-sdk-nodejs-es 4.1.20 → 4.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -377,7 +377,7 @@ export interface WebSearchRequest {
|
|
|
377
377
|
*/
|
|
378
378
|
BlackSites?: Array<string>;
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* 秒级时间戳,搜索网页的开始时间,默认不限制开始时间。
|
|
381
381
|
*/
|
|
382
382
|
StartTime?: number;
|
|
383
383
|
/**
|
|
@@ -395,12 +395,10 @@ export interface WebSearchRequest {
|
|
|
395
395
|
export interface WebPage {
|
|
396
396
|
/**
|
|
397
397
|
* 标题
|
|
398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
399
398
|
*/
|
|
400
399
|
Title?: string;
|
|
401
400
|
/**
|
|
402
401
|
* url
|
|
403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
404
402
|
*/
|
|
405
403
|
Url?: string;
|
|
406
404
|
/**
|