File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -14659,17 +14659,23 @@ export class ScanCodeBindRequestUserInfo extends $tea.Model {
1465914659export 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
You can’t perform that action at this time.
0 commit comments