简要描述
请求URL
{{https://www.pingxingyun.com/console/api}}/poc/hostAppli/search
请求方式
请求Query参数
参数名 |
示例值 |
必选 |
类型 |
说明 |
timestamp |
8641724046238887 |
是 |
string |
当前时间戳,单位:毫秒 |
Key |
9FqNcCxA |
是 |
string |
在开发者平台后台,账号—安全设置—秘钥管理查看Key&Secret:用于二次开发的接入凭证 【使用规则】 |
signature |
AD3B11BC135C39A7CA0058D8826ED74492F65142 |
是 |
string |
在开发者平台后台,账号—安全设置—秘钥管理查看Key&Secret:用于二次开发的接入凭证 【使用规则】 |
appliName |
t |
否 |
string |
应用名称,模糊查询 |
appliId |
|
否 |
string |
应用ID |
page |
1 |
否 |
string |
当前第几页,默认1 |
pageSize |
15 |
否 |
string |
每页多少条数据,默认15 |
成功返回示例
{
"code": 1000,
"message": "Success",
"result": {
"records": [
{
"appliId": "959483949338329088",
"appliName": "test",
"userId": "879770861261815808",
"productId": "876868012177620992",
"orderId": "959483949606764544",
"chargeType": 2,
"appliType": 2,
"appliPath": "20220401150521797",
"zipFile": "959468521232793600.zip",
"fileSize": "2218391",
"exeFilePath": "dfdf/1.exe",
"exeFilePathList": "dfdf/1.exe",
"param": "",
"hasExtraParam": 1,
"initWinSize": 0,
"initCursorMode": 0,
"fullScreenMode": 0,
"screenBgColor": "",
"startProcType": 0,
"useGamepad": 0,
"mobileForceLandscape": 1,
"mobileVirtualJoystick": 1,
"mouseZoomDirection": 1,
"playerListToggle": 1,
"limitMaxFps": 1,
"touchOperateMode": "mouse",
"syncRegions": "50",
"syncCoefficient": 5,
"dcs": 1,
"playMode": 1,
"sdkAuth": 1,
"status": 1,
"createUser": "879770861261815808",
"createDate": "1648800399936",
"updateUser": "879770861261815808",
"updateDate": "1648800399936",
"deleteFlag": 0,
"syncingFlag": false
}
],
"total": "1",
"size": "15",
"current": "1",
"orders": [],
"searchCount": true,
"pages": "1"
}
}
成功返回示例的参数说明
参数名 |
类型 |
说明 |
code |
string |
code |
message |
string |
消息 |
result |
object |
结果 |
records |
array |
结果集 |
records.appliId |
string |
应用ID |
records.appliName |
string |
应用名称 |
records.userId |
string |
所属用户ID |
records.productId |
string |
产品ID |
records.orderId |
string |
订单ID |
records.chargeType |
string |
支付类型:1:包年包月,2:按量 |
records.appliType |
string |
2:共享模式 |
records.appliPath |
string |
应用存储文件夹 |
records.zipFile |
string |
应用zip路径 |
records.fileSize |
string |
应用大小,单位:B。 |
records.exeFilePath |
string |
执行文件路径 |
records.exeFilePathList |
string |
可选执行文件路径列表 |
records.param |
string |
命令行参数 |
records.hasExtraParam |
string |
是否传递taskId,0:否,1:是 |
records.initWinSize |
string |
初始化窗口方式, 0:按照原始窗口大小显示 2:尽量填充容器(保存宽高比) 3:完全填充容器(裁剪) 4:完全填充容器(拉伸) 默认为0: 按照原始窗口大小显示 |
records.initCursorMode |
string |
鼠标模式,0:非锁定模式。1:锁定模式 |
records.fullScreenMode |
string |
全屏模式(效果等同F11键),默认是0;0:手动触发,按下F11键盘或者是左下角的全屏按钮。1:首次点击屏幕使用的时候触发 2:每次点击屏幕的时候触发。 |
records.screenBgColor |
string |
web客户端的背景色,默认为空,即无背景色 |
records.startProcType |
string |
独占模式下启动模式,大部分为标准模式:0,少部分为兼容模式:1 |
records.useGamepad |
string |
该应用是否使用手柄,默认为0;0:不使用,1:使用 |
records.mobileForceLandscape |
string |
手机端时是否强制横屏,默认为1;0:否,1:是 |
records.mobileVirtualJoystick |
string |
手机端是否初始显示虚拟摇杆,默认为1;0:否,1:是 |
records.mouseZoomDirection |
string |
触屏放大手势与滚轮映射,默认为1;0:滚轮下滚,1:滚轮上滚 |
records.playerListToggle |
string |
互动模式是否显示玩家列表,默认为1;0:否,1:是 |
records.limitMaxFps |
string |
是否限制应用帧率,默认为1;0:否,1:是 |
records.touchOperateMode |
string |
移动端的触摸指令模式,mouse:鼠标,touch:触摸,touch时,客户端的触摸指令直接以windows的原生触摸指令发送给渲染服务器 |
records.syncRegions |
string |
应用所同步区域,根据1.5获取用户可选区域,设置多可用区的话,使用竖线拼接regionId,specifiedRegionList中的regionId必须传入。使用“ |
records.syncCoefficient |
string |
同步系数 |
records.dcs |
string |
是否开启数据通道,0:否,1:是 |
records.playMode |
string |
是否开启互动模式,0:否,1:是 |
records.sdkAuth |
string |
无 |
records.status |
string |
状态,0:失效,1:有效 |
records.createUser |
string |
无 |
records.createDate |
string |
无 |
records.updateUser |
string |
无 |
records.updateDate |
string |
无 |
records.deleteFlag |
string |
无 |
records.syncingFlag |
string |
无 |
total |
string |
无 |
size |
string |
无 |
current |
string |
无 |
orders |
array |
无 |
searchCount |
string |
无 |
pages |
string |
无 |