Skip to content

Commit f8c217a

Browse files
committed
Add ScanCodeBind api.
1 parent 3a846ca commit f8c217a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

aligenie-ssp_1_0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/aligeniessp_1_0",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

aligenie-ssp_1_0/src/client.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14659,17 +14659,23 @@ export class ScanCodeBindRequestUserInfo extends $tea.Model {
1465914659
export class ScanCodeBindResponseBodyResult extends $tea.Model {
1466014660
bizGroup?: string;
1466114661
bizType?: string;
14662+
deviceOpenId?: string;
14663+
userOpenId?: string;
1466214664
static names(): { [key: string]: string } {
1466314665
return {
14664-
bizGroup: 'bizGroup',
14665-
bizType: 'bizType',
14666+
bizGroup: 'BizGroup',
14667+
bizType: 'BizType',
14668+
deviceOpenId: 'DeviceOpenId',
14669+
userOpenId: 'UserOpenId',
1466614670
};
1466714671
}
1466814672

1466914673
static types(): { [key: string]: any } {
1467014674
return {
1467114675
bizGroup: 'string',
1467214676
bizType: 'string',
14677+
deviceOpenId: 'string',
14678+
userOpenId: 'string',
1467314679
};
1467414680
}
1467514681

0 commit comments

Comments
 (0)