alipay-cloud-sdk-test
Advanced tools
Comparing version
@@ -24,3 +24,3 @@ import CloudKernel from 'mpserverless-sdk-core'; | ||
constructor(_kernel: CloudKernel); | ||
detectRiskContent(content: string): Promise<AlipaySecurityRiskContentDetectResponse>; | ||
detect(content: string): Promise<AlipaySecurityRiskContentDetectResponse>; | ||
} |
@@ -43,3 +43,3 @@ "use strict"; | ||
} | ||
async detectRiskContent(content) { | ||
async detect(content) { | ||
let params = { | ||
@@ -46,0 +46,0 @@ content: content, |
{ | ||
"name": "alipay-cloud-sdk-test", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Alipay Cloud SDK for Test", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -52,3 +52,3 @@ // This file is auto-generated, don't edit it | ||
async detectRiskContent(content: string): Promise<AlipaySecurityRiskContentDetectResponse> { | ||
async detect(content: string): Promise<AlipaySecurityRiskContentDetectResponse> { | ||
let params : {[key: string ]: any} = { | ||
@@ -55,0 +55,0 @@ content: content, |
Sorry, the diff of this file is not supported yet
137789
-0.03%