alipay-cloud-sdk-test
Advanced tools
Comparing version
@@ -40,3 +40,3 @@ import * as $CloudKernel from 'alipay-cloud-sdk-kernel'; | ||
detectContent(content: string): Promise<AlipaySecurityRiskContentDetectResponse>; | ||
createQrcode(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse>; | ||
createQrcodeUrl(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse>; | ||
} |
@@ -78,3 +78,3 @@ "use strict"; | ||
} | ||
async createQrcode(urlParam, queryParam, describe) { | ||
async createQrcodeUrl(urlParam, queryParam, describe) { | ||
let params = { | ||
@@ -81,0 +81,0 @@ url_param: urlParam, |
{ | ||
"name": "alipay-cloud-sdk-test", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Alipay Cloud SDK for Test", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
@@ -89,3 +89,3 @@ // This file is auto-generated, don't edit it | ||
async createQrcode(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse> { | ||
async createQrcodeUrl(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse> { | ||
let params : {[key: string ]: any} = { | ||
@@ -92,0 +92,0 @@ url_param: urlParam, |
Sorry, the diff of this file is not supported yet
16822
0.05%