tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -76
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
- tccli/services/ai3d/v20250513/api.json +239 -0
- tccli/services/ai3d/v20250513/examples.json +21 -0
- tccli/services/aiart/v20221229/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +11 -0
- tccli/services/batch/v20170312/api.json +44 -0
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdwdoris/v20211228/api.json +145 -7
- tccli/services/cfg/v20210820/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +272 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/csip/csip_client.py +833 -144
- tccli/services/csip/v20221121/api.json +3304 -1436
- tccli/services/csip/v20221121/examples.json +104 -0
- tccli/services/cvm/v20170312/api.json +64 -1
- tccli/services/cwp/v20180228/api.json +9 -0
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/emr/v20190103/api.json +217 -2
- tccli/services/es/v20250101/api.json +22 -0
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +38 -0
- tccli/services/igtm/igtm_client.py +159 -0
- tccli/services/igtm/v20231024/api.json +577 -0
- tccli/services/igtm/v20231024/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +3 -3
- tccli/services/lcic/lcic_client.py +53 -0
- tccli/services/lcic/v20220817/api.json +53 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/v20180801/api.json +203 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +248 -2
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +10 -0
- tccli/services/nlp/nlp_client.py +4 -322
- tccli/services/nlp/v20190408/api.json +0 -459
- tccli/services/nlp/v20190408/examples.json +0 -48
- tccli/services/ocr/v20181119/api.json +97 -11
- tccli/services/omics/v20221128/api.json +38 -0
- tccli/services/redis/v20180412/api.json +6 -6
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +100 -5
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +19 -0
- tccli/services/teo/teo_client.py +281 -16
- tccli/services/teo/v20220901/api.json +611 -6
- tccli/services/teo/v20220901/examples.json +48 -2
- tccli/services/tione/v20211111/api.json +16 -0
- tccli/services/tke/tke_client.py +57 -4
- tccli/services/tke/v20180525/api.json +24 -24
- tccli/services/tke/v20220501/api.json +52 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vod/v20180717/examples.json +9 -9
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/vrs/v20200824/api.json +1 -1
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
- tccli/services/cis/__init__.py +0 -4
- tccli/services/cis/cis_client.py +0 -525
- tccli/services/cis/v20180408/api.json +0 -737
- tccli/services/cis/v20180408/examples.json +0 -93
- tccli/services/dataintegration/__init__.py +0 -4
- tccli/services/dataintegration/dataintegration_client.py +0 -207
- tccli/services/dataintegration/v20220613/api.json +0 -87
- tccli/services/dataintegration/v20220613/examples.json +0 -13
- tccli/services/dtf/__init__.py +0 -4
- tccli/services/dtf/dtf_client.py +0 -207
- tccli/services/dtf/v20200506/api.json +0 -274
- tccli/services/dtf/v20200506/examples.json +0 -13
- tccli/services/gpm/__init__.py +0 -4
- tccli/services/gpm/gpm_client.py +0 -1108
- tccli/services/gpm/v20200820/api.json +0 -1959
- tccli/services/gpm/v20200820/examples.json +0 -149
- tccli/services/gse/__init__.py +0 -4
- tccli/services/gse/gse_client.py +0 -4076
- tccli/services/gse/v20191112/api.json +0 -7095
- tccli/services/gse/v20191112/examples.json +0 -615
- tccli/services/iecp/__init__.py +0 -4
- tccli/services/iecp/iecp_client.py +0 -4500
- tccli/services/iecp/v20210914/api.json +0 -9770
- tccli/services/iecp/v20210914/examples.json +0 -691
- tccli/services/iir/__init__.py +0 -4
- tccli/services/iir/iir_client.py +0 -207
- tccli/services/iir/v20200417/api.json +0 -204
- tccli/services/iir/v20200417/examples.json +0 -13
- tccli/services/iottid/__init__.py +0 -4
- tccli/services/iottid/iottid_client.py +0 -631
- tccli/services/iottid/v20190411/api.json +0 -553
- tccli/services/iottid/v20190411/examples.json +0 -95
- tccli/services/mgobe/__init__.py +0 -4
- tccli/services/mgobe/mgobe_client.py +0 -530
- tccli/services/mgobe/v20190929/api.json +0 -52
- tccli/services/mgobe/v20190929/examples.json +0 -13
- tccli/services/mgobe/v20201014/api.json +0 -671
- tccli/services/mgobe/v20201014/examples.json +0 -61
- tccli/services/mvj/__init__.py +0 -4
- tccli/services/mvj/mvj_client.py +0 -207
- tccli/services/mvj/v20190926/api.json +0 -123
- tccli/services/mvj/v20190926/examples.json +0 -19
- tccli/services/pds/__init__.py +0 -4
- tccli/services/pds/pds_client.py +0 -260
- tccli/services/pds/v20210701/api.json +0 -193
- tccli/services/pds/v20210701/examples.json +0 -21
- tccli/services/smpn/__init__.py +0 -4
- tccli/services/smpn/v20190822/api.json +0 -191
- tccli/services/smpn/v20190822/examples.json +0 -21
- tccli/services/solar/__init__.py +0 -4
- tccli/services/solar/solar_client.py +0 -1055
- tccli/services/solar/v20181011/api.json +0 -1760
- tccli/services/solar/v20181011/examples.json +0 -125
- tccli/services/tan/__init__.py +0 -4
- tccli/services/tan/tan_client.py +0 -207
- tccli/services/tan/v20220420/api.json +0 -65
- tccli/services/tan/v20220420/examples.json +0 -19
- tccli/services/tav/__init__.py +0 -4
- tccli/services/tav/tav_client.py +0 -366
- tccli/services/tav/v20190118/api.json +0 -262
- tccli/services/tav/v20190118/examples.json +0 -37
- tccli/services/tbm/__init__.py +0 -4
- tccli/services/tbm/tbm_client.py +0 -631
- tccli/services/tbm/v20180129/api.json +0 -1037
- tccli/services/tbm/v20180129/examples.json +0 -77
- tccli/services/tcex/__init__.py +0 -4
- tccli/services/tcex/tcex_client.py +0 -260
- tccli/services/tcex/v20200727/api.json +0 -158
- tccli/services/tcex/v20200727/examples.json +0 -21
- tccli/services/tci/__init__.py +0 -4
- tccli/services/tci/tci_client.py +0 -2327
- tccli/services/tci/v20190318/api.json +0 -4958
- tccli/services/tci/v20190318/examples.json +0 -333
- tccli/services/tic/__init__.py +0 -4
- tccli/services/tic/tic_client.py +0 -843
- tccli/services/tic/v20201117/api.json +0 -1067
- tccli/services/tic/v20201117/examples.json +0 -121
- tccli/services/ticm/__init__.py +0 -4
- tccli/services/ticm/ticm_client.py +0 -313
- tccli/services/ticm/v20181127/api.json +0 -1391
- tccli/services/ticm/v20181127/examples.json +0 -53
- tccli/services/tics/__init__.py +0 -4
- tccli/services/tics/tics_client.py +0 -366
- tccli/services/tics/v20181115/api.json +0 -694
- tccli/services/tics/v20181115/examples.json +0 -37
- tccli/services/tiems/__init__.py +0 -4
- tccli/services/tiems/tiems_client.py +0 -1479
- tccli/services/tiems/v20190416/api.json +0 -3144
- tccli/services/tiems/v20190416/examples.json +0 -217
- tccli/services/trdp/__init__.py +0 -4
- tccli/services/trdp/trdp_client.py +0 -207
- tccli/services/trdp/v20220726/api.json +0 -843
- tccli/services/trdp/v20220726/examples.json +0 -13
- tccli/services/ump/__init__.py +0 -4
- tccli/services/ump/ump_client.py +0 -1055
- tccli/services/ump/v20200918/api.json +0 -2168
- tccli/services/ump/v20200918/examples.json +0 -141
- tccli/services/youmall/__init__.py +0 -4
- tccli/services/youmall/v20180228/api.json +0 -3572
- tccli/services/youmall/v20180228/examples.json +0 -313
- tccli/services/youmall/youmall_client.py +0 -1797
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,671 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"actions": {
|
3
|
-
"ChangeRoomPlayerProfile": {
|
4
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n修改房间玩家自定义属性",
|
5
|
-
"input": "ChangeRoomPlayerProfileRequest",
|
6
|
-
"name": "修改房间玩家自定义属性",
|
7
|
-
"output": "ChangeRoomPlayerProfileResponse",
|
8
|
-
"status": "deprecated"
|
9
|
-
},
|
10
|
-
"ChangeRoomPlayerStatus": {
|
11
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n修改玩家自定义状态",
|
12
|
-
"input": "ChangeRoomPlayerStatusRequest",
|
13
|
-
"name": "修改玩家自定义状态",
|
14
|
-
"output": "ChangeRoomPlayerStatusResponse",
|
15
|
-
"status": "deprecated"
|
16
|
-
},
|
17
|
-
"DescribePlayer": {
|
18
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n该接口用于查询玩家信息。支持两种用法,当OpenId不传的时候,PlayerId必传,传入PlayerId可以查询当前PlayerId的玩家信息,当OpenId传入的时候,PlayerId可不传,按照OpenId查询玩家信息。",
|
19
|
-
"input": "DescribePlayerRequest",
|
20
|
-
"name": "查询玩家信息",
|
21
|
-
"output": "DescribePlayerResponse",
|
22
|
-
"status": "deprecated"
|
23
|
-
},
|
24
|
-
"DescribeRoom": {
|
25
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n该接口用于查询房间信息。支持两种用法,当房间Id不传的时候,玩家Id必传,传入玩家Id可以查询当前玩家所在的房间信息,当房间Id传入的时候,玩家Id可不传,按照房间Id查询房间信息。",
|
26
|
-
"input": "DescribeRoomRequest",
|
27
|
-
"name": "查询房间信息",
|
28
|
-
"output": "DescribeRoomResponse",
|
29
|
-
"status": "deprecated"
|
30
|
-
},
|
31
|
-
"DismissRoom": {
|
32
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n通过game_id、room_id解散房间",
|
33
|
-
"input": "DismissRoomRequest",
|
34
|
-
"name": "解散房间",
|
35
|
-
"output": "DismissRoomResponse",
|
36
|
-
"status": "deprecated"
|
37
|
-
},
|
38
|
-
"ModifyRoom": {
|
39
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n修改房间",
|
40
|
-
"input": "ModifyRoomRequest",
|
41
|
-
"name": "修改房间",
|
42
|
-
"output": "ModifyRoomResponse",
|
43
|
-
"status": "deprecated"
|
44
|
-
},
|
45
|
-
"RemoveRoomPlayer": {
|
46
|
-
"document": "此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持\n\n踢出房间玩家",
|
47
|
-
"input": "RemoveRoomPlayerRequest",
|
48
|
-
"name": "踢出房间玩家",
|
49
|
-
"output": "RemoveRoomPlayerResponse",
|
50
|
-
"status": "deprecated"
|
51
|
-
}
|
52
|
-
},
|
53
|
-
"metadata": {
|
54
|
-
"apiVersion": "2020-10-14",
|
55
|
-
"api_brief": "介绍如何使用API对联机对战引擎各对象进行操作,包括房间、玩家、匹配等。",
|
56
|
-
"serviceNameCN": "游戏联机对战引擎",
|
57
|
-
"serviceShortName": "mgobe"
|
58
|
-
},
|
59
|
-
"objects": {
|
60
|
-
"ChangeRoomPlayerProfileRequest": {
|
61
|
-
"document": "ChangeRoomPlayerProfile请求参数结构体",
|
62
|
-
"members": [
|
63
|
-
{
|
64
|
-
"document": "游戏资源Id。",
|
65
|
-
"member": "string",
|
66
|
-
"name": "GameId",
|
67
|
-
"required": true,
|
68
|
-
"type": "string"
|
69
|
-
},
|
70
|
-
{
|
71
|
-
"document": "发起修改的玩家Id。",
|
72
|
-
"member": "string",
|
73
|
-
"name": "PlayerId",
|
74
|
-
"required": true,
|
75
|
-
"type": "string"
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"document": "需要修改的玩家自定义属性。",
|
79
|
-
"member": "string",
|
80
|
-
"name": "CustomProfile",
|
81
|
-
"required": true,
|
82
|
-
"type": "string"
|
83
|
-
}
|
84
|
-
],
|
85
|
-
"type": "object"
|
86
|
-
},
|
87
|
-
"ChangeRoomPlayerProfileResponse": {
|
88
|
-
"document": "ChangeRoomPlayerProfile返回参数结构体",
|
89
|
-
"members": [
|
90
|
-
{
|
91
|
-
"document": "房间信息。",
|
92
|
-
"member": "Room",
|
93
|
-
"name": "Room",
|
94
|
-
"type": "object",
|
95
|
-
"value_allowed_null": false
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
99
|
-
"member": "string",
|
100
|
-
"name": "RequestId",
|
101
|
-
"type": "string"
|
102
|
-
}
|
103
|
-
],
|
104
|
-
"type": "object"
|
105
|
-
},
|
106
|
-
"ChangeRoomPlayerStatusRequest": {
|
107
|
-
"document": "ChangeRoomPlayerStatus请求参数结构体",
|
108
|
-
"members": [
|
109
|
-
{
|
110
|
-
"document": "游戏资源Id。",
|
111
|
-
"member": "string",
|
112
|
-
"name": "GameId",
|
113
|
-
"required": true,
|
114
|
-
"type": "string"
|
115
|
-
},
|
116
|
-
{
|
117
|
-
"document": "玩家自定义状态。",
|
118
|
-
"member": "uint64",
|
119
|
-
"name": "CustomStatus",
|
120
|
-
"required": true,
|
121
|
-
"type": "int"
|
122
|
-
},
|
123
|
-
{
|
124
|
-
"document": "玩家id。",
|
125
|
-
"member": "string",
|
126
|
-
"name": "PlayerId",
|
127
|
-
"required": true,
|
128
|
-
"type": "string"
|
129
|
-
}
|
130
|
-
],
|
131
|
-
"type": "object"
|
132
|
-
},
|
133
|
-
"ChangeRoomPlayerStatusResponse": {
|
134
|
-
"document": "ChangeRoomPlayerStatus返回参数结构体",
|
135
|
-
"members": [
|
136
|
-
{
|
137
|
-
"document": "房间信息",
|
138
|
-
"member": "Room",
|
139
|
-
"name": "Room",
|
140
|
-
"type": "object",
|
141
|
-
"value_allowed_null": false
|
142
|
-
},
|
143
|
-
{
|
144
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
145
|
-
"member": "string",
|
146
|
-
"name": "RequestId",
|
147
|
-
"type": "string"
|
148
|
-
}
|
149
|
-
],
|
150
|
-
"type": "object"
|
151
|
-
},
|
152
|
-
"DescribePlayerRequest": {
|
153
|
-
"document": "DescribePlayer请求参数结构体",
|
154
|
-
"members": [
|
155
|
-
{
|
156
|
-
"document": "游戏资源Id。",
|
157
|
-
"example": "obg-fr4vwil4",
|
158
|
-
"member": "string",
|
159
|
-
"name": "GameId",
|
160
|
-
"required": true,
|
161
|
-
"type": "string"
|
162
|
-
},
|
163
|
-
{
|
164
|
-
"document": "玩家OpenId。",
|
165
|
-
"example": "xxxxxx",
|
166
|
-
"member": "string",
|
167
|
-
"name": "OpenId",
|
168
|
-
"required": false,
|
169
|
-
"type": "string"
|
170
|
-
},
|
171
|
-
{
|
172
|
-
"document": "玩家PlayerId,由后台分配,当OpenId不传的时候,PlayerId必传,传入PlayerId可以查询当前PlayerId的玩家信息,当OpenId传入的时候,PlayerId可不传,按照OpenId查询玩家信息。",
|
173
|
-
"example": "joe123455das",
|
174
|
-
"member": "string",
|
175
|
-
"name": "PlayerId",
|
176
|
-
"required": false,
|
177
|
-
"type": "string"
|
178
|
-
}
|
179
|
-
],
|
180
|
-
"type": "object"
|
181
|
-
},
|
182
|
-
"DescribePlayerResponse": {
|
183
|
-
"document": "DescribePlayer返回参数结构体",
|
184
|
-
"members": [
|
185
|
-
{
|
186
|
-
"document": "玩家信息。",
|
187
|
-
"example": "无",
|
188
|
-
"member": "Player",
|
189
|
-
"name": "Player",
|
190
|
-
"required": true,
|
191
|
-
"type": "object",
|
192
|
-
"value_allowed_null": false
|
193
|
-
},
|
194
|
-
{
|
195
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
196
|
-
"member": "string",
|
197
|
-
"name": "RequestId",
|
198
|
-
"type": "string"
|
199
|
-
}
|
200
|
-
],
|
201
|
-
"type": "object"
|
202
|
-
},
|
203
|
-
"DescribeRoomRequest": {
|
204
|
-
"document": "DescribeRoom请求参数结构体",
|
205
|
-
"members": [
|
206
|
-
{
|
207
|
-
"document": "游戏资源Id。",
|
208
|
-
"example": "obg-fr4vwil4",
|
209
|
-
"member": "string",
|
210
|
-
"name": "GameId",
|
211
|
-
"required": true,
|
212
|
-
"type": "string"
|
213
|
-
},
|
214
|
-
{
|
215
|
-
"document": "玩家Id。当房间Id不传的时候,玩家Id必传,传入玩家Id可以查询当前玩家所在的房间信息,当房间Id传入的时候,优先按照房间Id查询房间信息。",
|
216
|
-
"example": "joe123455das",
|
217
|
-
"member": "string",
|
218
|
-
"name": "PlayerId",
|
219
|
-
"required": false,
|
220
|
-
"type": "string"
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"document": "房间Id。",
|
224
|
-
"example": "xxsdsdasdas",
|
225
|
-
"member": "string",
|
226
|
-
"name": "RoomId",
|
227
|
-
"required": false,
|
228
|
-
"type": "string"
|
229
|
-
}
|
230
|
-
],
|
231
|
-
"type": "object"
|
232
|
-
},
|
233
|
-
"DescribeRoomResponse": {
|
234
|
-
"document": "DescribeRoom返回参数结构体",
|
235
|
-
"members": [
|
236
|
-
{
|
237
|
-
"document": "房间信息。",
|
238
|
-
"example": "无",
|
239
|
-
"member": "Room",
|
240
|
-
"name": "Room",
|
241
|
-
"required": true,
|
242
|
-
"type": "object",
|
243
|
-
"value_allowed_null": false
|
244
|
-
},
|
245
|
-
{
|
246
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
247
|
-
"member": "string",
|
248
|
-
"name": "RequestId",
|
249
|
-
"type": "string"
|
250
|
-
}
|
251
|
-
],
|
252
|
-
"type": "object"
|
253
|
-
},
|
254
|
-
"DismissRoomRequest": {
|
255
|
-
"document": "DismissRoom请求参数结构体",
|
256
|
-
"members": [
|
257
|
-
{
|
258
|
-
"document": "表示游戏资源唯一 ID, 由后台自动分配, 无法修改。",
|
259
|
-
"member": "string",
|
260
|
-
"name": "GameId",
|
261
|
-
"required": true,
|
262
|
-
"type": "string"
|
263
|
-
},
|
264
|
-
{
|
265
|
-
"document": "表示游戏房间唯一ID。",
|
266
|
-
"member": "string",
|
267
|
-
"name": "RoomId",
|
268
|
-
"required": true,
|
269
|
-
"type": "string"
|
270
|
-
}
|
271
|
-
],
|
272
|
-
"type": "object"
|
273
|
-
},
|
274
|
-
"DismissRoomResponse": {
|
275
|
-
"document": "DismissRoom返回参数结构体",
|
276
|
-
"members": [
|
277
|
-
{
|
278
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
279
|
-
"member": "string",
|
280
|
-
"name": "RequestId",
|
281
|
-
"type": "string"
|
282
|
-
}
|
283
|
-
],
|
284
|
-
"type": "object"
|
285
|
-
},
|
286
|
-
"ModifyRoomRequest": {
|
287
|
-
"document": "ModifyRoom请求参数结构体",
|
288
|
-
"members": [
|
289
|
-
{
|
290
|
-
"document": "游戏资源Id。",
|
291
|
-
"member": "string",
|
292
|
-
"name": "GameId",
|
293
|
-
"required": true,
|
294
|
-
"type": "string"
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"document": "房间ID。",
|
298
|
-
"member": "string",
|
299
|
-
"name": "RoomId",
|
300
|
-
"required": true,
|
301
|
-
"type": "string"
|
302
|
-
},
|
303
|
-
{
|
304
|
-
"document": "发起者的PlayerId。",
|
305
|
-
"member": "string",
|
306
|
-
"name": "PlayerId",
|
307
|
-
"required": true,
|
308
|
-
"type": "string"
|
309
|
-
},
|
310
|
-
{
|
311
|
-
"document": "需要修改的房间选项,0表示房间名称,1表示房主,2表示是否允许观战,3表示是否支持邀请码/密码,4表示是否私有,5表示是否自定义房间属性,6表示是否禁止加人。",
|
312
|
-
"member": "int64",
|
313
|
-
"name": "ChangeRoomOptionList",
|
314
|
-
"required": true,
|
315
|
-
"type": "list"
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"document": "房间名称。",
|
319
|
-
"member": "string",
|
320
|
-
"name": "RoomName",
|
321
|
-
"required": false,
|
322
|
-
"type": "string"
|
323
|
-
},
|
324
|
-
{
|
325
|
-
"document": "变更房主。",
|
326
|
-
"member": "string",
|
327
|
-
"name": "Owner",
|
328
|
-
"required": false,
|
329
|
-
"type": "string"
|
330
|
-
},
|
331
|
-
{
|
332
|
-
"document": "是否支持观战。",
|
333
|
-
"member": "bool",
|
334
|
-
"name": "IsViewed",
|
335
|
-
"required": false,
|
336
|
-
"type": "bool"
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"document": "是否支持邀请码/密码。",
|
340
|
-
"member": "bool",
|
341
|
-
"name": "IsInvited",
|
342
|
-
"required": false,
|
343
|
-
"type": "bool"
|
344
|
-
},
|
345
|
-
{
|
346
|
-
"document": "是否私有。",
|
347
|
-
"member": "bool",
|
348
|
-
"name": "IsPrivate",
|
349
|
-
"required": false,
|
350
|
-
"type": "bool"
|
351
|
-
},
|
352
|
-
{
|
353
|
-
"document": "自定义房间属性。",
|
354
|
-
"member": "string",
|
355
|
-
"name": "CustomProperties",
|
356
|
-
"required": false,
|
357
|
-
"type": "string"
|
358
|
-
},
|
359
|
-
{
|
360
|
-
"document": "房间是否禁止加人。",
|
361
|
-
"member": "bool",
|
362
|
-
"name": "IsForbidJoin",
|
363
|
-
"required": false,
|
364
|
-
"type": "bool"
|
365
|
-
}
|
366
|
-
],
|
367
|
-
"type": "object"
|
368
|
-
},
|
369
|
-
"ModifyRoomResponse": {
|
370
|
-
"document": "ModifyRoom返回参数结构体",
|
371
|
-
"members": [
|
372
|
-
{
|
373
|
-
"document": "房间信息",
|
374
|
-
"member": "Room",
|
375
|
-
"name": "Room",
|
376
|
-
"type": "object",
|
377
|
-
"value_allowed_null": false
|
378
|
-
},
|
379
|
-
{
|
380
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
381
|
-
"member": "string",
|
382
|
-
"name": "RequestId",
|
383
|
-
"type": "string"
|
384
|
-
}
|
385
|
-
],
|
386
|
-
"type": "object"
|
387
|
-
},
|
388
|
-
"Player": {
|
389
|
-
"document": "玩家信息详情",
|
390
|
-
"members": [
|
391
|
-
{
|
392
|
-
"document": "玩家 OpenId。最长不超过64个字符。",
|
393
|
-
"member": "string",
|
394
|
-
"name": "OpenId",
|
395
|
-
"required": true,
|
396
|
-
"type": "string",
|
397
|
-
"value_allowed_null": false
|
398
|
-
},
|
399
|
-
{
|
400
|
-
"document": "玩家昵称。最长不超过32个字符。",
|
401
|
-
"member": "string",
|
402
|
-
"name": "Name",
|
403
|
-
"required": true,
|
404
|
-
"type": "string",
|
405
|
-
"value_allowed_null": false
|
406
|
-
},
|
407
|
-
{
|
408
|
-
"document": "队伍 ID。最长不超过16个字符。",
|
409
|
-
"member": "string",
|
410
|
-
"name": "TeamId",
|
411
|
-
"required": true,
|
412
|
-
"type": "string",
|
413
|
-
"value_allowed_null": false
|
414
|
-
},
|
415
|
-
{
|
416
|
-
"document": "是否为机器人。",
|
417
|
-
"member": "bool",
|
418
|
-
"name": "IsRobot",
|
419
|
-
"required": true,
|
420
|
-
"type": "bool",
|
421
|
-
"value_allowed_null": false
|
422
|
-
},
|
423
|
-
{
|
424
|
-
"document": "玩家 PlayerId。出参使用,由后端返回。",
|
425
|
-
"member": "string",
|
426
|
-
"name": "PlayerId",
|
427
|
-
"required": false,
|
428
|
-
"type": "string",
|
429
|
-
"value_allowed_null": false
|
430
|
-
},
|
431
|
-
{
|
432
|
-
"document": "自定义玩家状态。非负数,最大不超过4294967295。默认为0。",
|
433
|
-
"member": "uint64",
|
434
|
-
"name": "CustomPlayerStatus",
|
435
|
-
"required": false,
|
436
|
-
"type": "int",
|
437
|
-
"value_allowed_null": false
|
438
|
-
},
|
439
|
-
{
|
440
|
-
"document": "自定义玩家属性。最长不超过256个字符。默认为空字符串。",
|
441
|
-
"member": "string",
|
442
|
-
"name": "CustomProfile",
|
443
|
-
"required": false,
|
444
|
-
"type": "string",
|
445
|
-
"value_allowed_null": false
|
446
|
-
}
|
447
|
-
],
|
448
|
-
"usage": "both"
|
449
|
-
},
|
450
|
-
"RemoveRoomPlayerRequest": {
|
451
|
-
"document": "RemoveRoomPlayer请求参数结构体",
|
452
|
-
"members": [
|
453
|
-
{
|
454
|
-
"document": "游戏资源Id。",
|
455
|
-
"member": "string",
|
456
|
-
"name": "GameId",
|
457
|
-
"required": true,
|
458
|
-
"type": "string"
|
459
|
-
},
|
460
|
-
{
|
461
|
-
"document": "被踢出房间的玩家Id。",
|
462
|
-
"member": "string",
|
463
|
-
"name": "RemovePlayerId",
|
464
|
-
"required": true,
|
465
|
-
"type": "string"
|
466
|
-
}
|
467
|
-
],
|
468
|
-
"type": "object"
|
469
|
-
},
|
470
|
-
"RemoveRoomPlayerResponse": {
|
471
|
-
"document": "RemoveRoomPlayer返回参数结构体",
|
472
|
-
"members": [
|
473
|
-
{
|
474
|
-
"document": "房间信息",
|
475
|
-
"member": "Room",
|
476
|
-
"name": "Room",
|
477
|
-
"type": "object",
|
478
|
-
"value_allowed_null": false
|
479
|
-
},
|
480
|
-
{
|
481
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
482
|
-
"member": "string",
|
483
|
-
"name": "RequestId",
|
484
|
-
"type": "string"
|
485
|
-
}
|
486
|
-
],
|
487
|
-
"type": "object"
|
488
|
-
},
|
489
|
-
"Room": {
|
490
|
-
"document": "房间信息详情。",
|
491
|
-
"members": [
|
492
|
-
{
|
493
|
-
"document": "表示房间名称。最长不超过32个字符。",
|
494
|
-
"member": "string",
|
495
|
-
"name": "Name",
|
496
|
-
"required": true,
|
497
|
-
"type": "string",
|
498
|
-
"value_allowed_null": false
|
499
|
-
},
|
500
|
-
{
|
501
|
-
"document": "表示房间最大玩家数量。最大不超过100人。",
|
502
|
-
"member": "int64",
|
503
|
-
"name": "MaxPlayers",
|
504
|
-
"required": true,
|
505
|
-
"type": "int",
|
506
|
-
"value_allowed_null": false
|
507
|
-
},
|
508
|
-
{
|
509
|
-
"document": "表示房主OpenId。最长不超过16个字符。",
|
510
|
-
"member": "string",
|
511
|
-
"name": "OwnerOpenId",
|
512
|
-
"required": true,
|
513
|
-
"type": "string",
|
514
|
-
"value_allowed_null": false
|
515
|
-
},
|
516
|
-
{
|
517
|
-
"document": "表示是否私有,私有指的是不允许其他玩家通过匹配加入房间。",
|
518
|
-
"member": "bool",
|
519
|
-
"name": "IsPrivate",
|
520
|
-
"required": true,
|
521
|
-
"type": "bool",
|
522
|
-
"value_allowed_null": false
|
523
|
-
},
|
524
|
-
{
|
525
|
-
"document": "表示玩家详情列表。",
|
526
|
-
"member": "Player",
|
527
|
-
"name": "Players",
|
528
|
-
"required": true,
|
529
|
-
"type": "list",
|
530
|
-
"value_allowed_null": false
|
531
|
-
},
|
532
|
-
{
|
533
|
-
"document": "表示团队属性列表。",
|
534
|
-
"member": "Team",
|
535
|
-
"name": "Teams",
|
536
|
-
"required": true,
|
537
|
-
"type": "list",
|
538
|
-
"value_allowed_null": false
|
539
|
-
},
|
540
|
-
{
|
541
|
-
"document": "表示房间 ID。出参用,由后端返回。",
|
542
|
-
"member": "string",
|
543
|
-
"name": "Id",
|
544
|
-
"required": false,
|
545
|
-
"type": "string",
|
546
|
-
"value_allowed_null": false
|
547
|
-
},
|
548
|
-
{
|
549
|
-
"document": "表示房间类型。最长不超过32个字符。",
|
550
|
-
"member": "string",
|
551
|
-
"name": "Type",
|
552
|
-
"required": false,
|
553
|
-
"type": "string",
|
554
|
-
"value_allowed_null": false
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"document": "表示创建方式:0.单人主动发起创建房间请求;1.多人在线匹配请求分配房间;2. 直接创建满员房间。调用云API的创房请求默认为3,目前通过云API调用只支持第3种方式。",
|
558
|
-
"member": "int64",
|
559
|
-
"name": "CreateType",
|
560
|
-
"required": false,
|
561
|
-
"type": "int",
|
562
|
-
"value_allowed_null": false
|
563
|
-
},
|
564
|
-
{
|
565
|
-
"document": "表示自定义房间属性,不传为空字符串。最长不超过1024个字符。",
|
566
|
-
"member": "string",
|
567
|
-
"name": "CustomProperties",
|
568
|
-
"required": false,
|
569
|
-
"type": "string",
|
570
|
-
"value_allowed_null": false
|
571
|
-
},
|
572
|
-
{
|
573
|
-
"document": "表示房间帧同步状态。0表示未开始帧同步,1表示已开始帧同步,用于出参。",
|
574
|
-
"member": "int64",
|
575
|
-
"name": "FrameSyncState",
|
576
|
-
"required": false,
|
577
|
-
"type": "int",
|
578
|
-
"value_allowed_null": false
|
579
|
-
},
|
580
|
-
{
|
581
|
-
"document": "表示帧率。由控制台设置,用于出参。",
|
582
|
-
"member": "int64",
|
583
|
-
"name": "FrameRate",
|
584
|
-
"required": false,
|
585
|
-
"type": "int",
|
586
|
-
"value_allowed_null": false
|
587
|
-
},
|
588
|
-
{
|
589
|
-
"document": "表示路由ID。用于出参。",
|
590
|
-
"member": "string",
|
591
|
-
"name": "RouteId",
|
592
|
-
"required": false,
|
593
|
-
"type": "string",
|
594
|
-
"value_allowed_null": false
|
595
|
-
},
|
596
|
-
{
|
597
|
-
"document": "表示房间创建的时间戳(单位:秒)。",
|
598
|
-
"member": "int64",
|
599
|
-
"name": "CreateTime",
|
600
|
-
"required": false,
|
601
|
-
"type": "int",
|
602
|
-
"value_allowed_null": false
|
603
|
-
},
|
604
|
-
{
|
605
|
-
"document": "表示开始帧同步时的时间戳(单位:秒),未开始帧同步时返回为0。",
|
606
|
-
"member": "int64",
|
607
|
-
"name": "StartGameTime",
|
608
|
-
"required": false,
|
609
|
-
"type": "int",
|
610
|
-
"value_allowed_null": false
|
611
|
-
},
|
612
|
-
{
|
613
|
-
"document": "表示是否禁止加入房间。出参使用,默认为False,通过SDK的ChangeRoom接口可以修改。",
|
614
|
-
"member": "bool",
|
615
|
-
"name": "IsForbidJoin",
|
616
|
-
"required": false,
|
617
|
-
"type": "bool",
|
618
|
-
"value_allowed_null": false
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"document": "表示房主PlayerId。",
|
622
|
-
"member": "string",
|
623
|
-
"name": "Owner",
|
624
|
-
"required": false,
|
625
|
-
"type": "string",
|
626
|
-
"value_allowed_null": false
|
627
|
-
}
|
628
|
-
],
|
629
|
-
"usage": "both"
|
630
|
-
},
|
631
|
-
"Team": {
|
632
|
-
"document": "团队属性",
|
633
|
-
"members": [
|
634
|
-
{
|
635
|
-
"document": "队伍ID。最长不超过16个字符。",
|
636
|
-
"member": "string",
|
637
|
-
"name": "Id",
|
638
|
-
"required": true,
|
639
|
-
"type": "string",
|
640
|
-
"value_allowed_null": false
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"document": "队伍名称。最长不超过32个字符。",
|
644
|
-
"member": "string",
|
645
|
-
"name": "Name",
|
646
|
-
"required": true,
|
647
|
-
"type": "string",
|
648
|
-
"value_allowed_null": false
|
649
|
-
},
|
650
|
-
{
|
651
|
-
"document": "队伍最小人数。最大不超过100人。",
|
652
|
-
"member": "int64",
|
653
|
-
"name": "MinPlayers",
|
654
|
-
"required": true,
|
655
|
-
"type": "int",
|
656
|
-
"value_allowed_null": false
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"document": "队伍最大人数。最大不超过100人。",
|
660
|
-
"member": "int64",
|
661
|
-
"name": "MaxPlayers",
|
662
|
-
"required": true,
|
663
|
-
"type": "int",
|
664
|
-
"value_allowed_null": false
|
665
|
-
}
|
666
|
-
],
|
667
|
-
"usage": "both"
|
668
|
-
}
|
669
|
-
},
|
670
|
-
"version": "1.0"
|
671
|
-
}
|