tencentcloud-sdk-yinsuda 3.0.575 → 3.0.577

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220527/models.rb +21 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0530e8393954abf591d85324a07446793153d4f
4
- data.tar.gz: 7b84f321e95da24b88c7a8122145203a2579c1a6
3
+ metadata.gz: 18e0bde7760d316a4df0489d094e6d5e30359bde
4
+ data.tar.gz: 8bc1a0e786b4adbe2603a58f0df629b9e22b9cb9
5
5
  SHA512:
6
- metadata.gz: 84fa9d6682a0d6c62553f816d9f5a613c2146782b356c9ea219b0e8fa4d01a0c2912dbcabed339c654b42cc71170c9158ef8b190bc2b5eee2dc3dc96cc8c615b
7
- data.tar.gz: 3a72175e0da59ca294fcdd68f6d2c1b3133b7490334215b76b19eec49835005bff9b398bac290d712dfe7469181dcf6372a28c11cc77c1cfc03384d13adbf554
6
+ metadata.gz: 000ce18be4c71bcbb50d804de2342c83e6ff9e94a06e7e9d539353ffd7596fc6f28a55d90eb36bed8c04a23368353b56a0ab25cdc13e827f263fbb9e6e814978
7
+ data.tar.gz: e031d1dcfc36c5a755131a6552f2fdadbde909835f4d16a201d31585478c7bd6ded8c8596bd511f85839efec61d926ff09b2718bc43973213e4a6cc900d73bb6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.575
1
+ 3.0.577
@@ -108,14 +108,20 @@ module TencentCloud
108
108
  # @param PlayScene: 播放场景。默认为Chat
109
109
  # <li>Live:直播</li><li>Chat:语聊</li>
110
110
  # @type PlayScene: String
111
+ # @param GuestUserId: 玩家用户标识
112
+ # @type GuestUserId: String
113
+ # @param RoomId: 房间Id
114
+ # @type RoomId: String
111
115
 
112
- attr_accessor :AppName, :UserId, :MusicIds, :PlayScene
116
+ attr_accessor :AppName, :UserId, :MusicIds, :PlayScene, :GuestUserId, :RoomId
113
117
 
114
- def initialize(appname=nil, userid=nil, musicids=nil, playscene=nil)
118
+ def initialize(appname=nil, userid=nil, musicids=nil, playscene=nil, guestuserid=nil, roomid=nil)
115
119
  @AppName = appname
116
120
  @UserId = userid
117
121
  @MusicIds = musicids
118
122
  @PlayScene = playscene
123
+ @GuestUserId = guestuserid
124
+ @RoomId = roomid
119
125
  end
120
126
 
121
127
  def deserialize(params)
@@ -123,6 +129,8 @@ module TencentCloud
123
129
  @UserId = params['UserId']
124
130
  @MusicIds = params['MusicIds']
125
131
  @PlayScene = params['PlayScene']
132
+ @GuestUserId = params['GuestUserId']
133
+ @RoomId = params['RoomId']
126
134
  end
127
135
  end
128
136
 
@@ -1401,15 +1409,22 @@ module TencentCloud
1401
1409
  # <li>186</li>
1402
1410
  # <li>372</li>
1403
1411
  # @type VipDays: Integer
1412
+ # @param GiveType: 充值分类。取值有:room_card-包月房卡; 其他-保留。
1413
+ # @type GiveType: String
1414
+ # @param PlayScene: 播放场景。默认为Live
1415
+ # <li>Live:直播</li><li>Chat:语聊</li>
1416
+ # @type PlayScene: String
1404
1417
 
1405
- attr_accessor :AppName, :UserId, :TradeSerialNo, :RoomId, :VipDays
1418
+ attr_accessor :AppName, :UserId, :TradeSerialNo, :RoomId, :VipDays, :GiveType, :PlayScene
1406
1419
 
1407
- def initialize(appname=nil, userid=nil, tradeserialno=nil, roomid=nil, vipdays=nil)
1420
+ def initialize(appname=nil, userid=nil, tradeserialno=nil, roomid=nil, vipdays=nil, givetype=nil, playscene=nil)
1408
1421
  @AppName = appname
1409
1422
  @UserId = userid
1410
1423
  @TradeSerialNo = tradeserialno
1411
1424
  @RoomId = roomid
1412
1425
  @VipDays = vipdays
1426
+ @GiveType = givetype
1427
+ @PlayScene = playscene
1413
1428
  end
1414
1429
 
1415
1430
  def deserialize(params)
@@ -1418,6 +1433,8 @@ module TencentCloud
1418
1433
  @TradeSerialNo = params['TradeSerialNo']
1419
1434
  @RoomId = params['RoomId']
1420
1435
  @VipDays = params['VipDays']
1436
+ @GiveType = params['GiveType']
1437
+ @PlayScene = params['PlayScene']
1421
1438
  end
1422
1439
  end
1423
1440
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-yinsuda
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.575
4
+ version: 3.0.577
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-23 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common