tencentcloud-sdk-nodejs-ocr 4.1.258 → 4.1.259
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
|
@@ -726,8 +726,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
726
726
|
*/
|
|
727
727
|
VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
|
|
728
728
|
/**
|
|
729
|
-
*
|
|
730
|
-
|
|
729
|
+
* 提供比对核验企业名称、统一社会信用代码、法人姓名(可选)一致性的服务,助力快速核验企业资质。
|
|
730
|
+
注意:
|
|
731
|
+
存在个别特殊情况下核验结果不准确,请选用前知悉;
|
|
732
|
+
按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
|
|
731
733
|
*/
|
|
732
734
|
VerifyBizLicenseEnterprise3(req: VerifyBizLicenseEnterprise3Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise3Response) => void): Promise<VerifyBizLicenseEnterprise3Response>;
|
|
733
735
|
/**
|
|
@@ -894,8 +894,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
894
894
|
return this.request("VerifyOfdVatInvoiceOCR", req, cb);
|
|
895
895
|
}
|
|
896
896
|
/**
|
|
897
|
-
*
|
|
898
|
-
|
|
897
|
+
* 提供比对核验企业名称、统一社会信用代码、法人姓名(可选)一致性的服务,助力快速核验企业资质。
|
|
898
|
+
注意:
|
|
899
|
+
存在个别特殊情况下核验结果不准确,请选用前知悉;
|
|
900
|
+
按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
|
|
899
901
|
*/
|
|
900
902
|
async VerifyBizLicenseEnterprise3(req, cb) {
|
|
901
903
|
return this.request("VerifyBizLicenseEnterprise3", req, cb);
|