查询套餐购买询价
**简要描述:**
- 本接口用于查询套餐购买询价。接口请求地址
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|package_no|是|string|套餐编号|
|system_no|是|string|操作系统编号
|duration|是|string|购买时长。单位:
- s: 小时 例:2s(2小时)
- d: 天 例:1d(1天)
- w: 周 例:1w(1周)
- m: 月 例:1m(1个月)
取值范围:
- 腾讯云:1m,2m,3m,4m,5m,6m,7m,8m,9m,12m,24m,36m
- 阿里云:1m,2m,3m,4m,5m,6m,7m,8m,9m,12m,24m,36m
- 青果云:请参考查询可用区关联价格信息
- 华为云:1m,2m,3m,4m,5m,6m,7m,8m,9m,12m,24m,36m
- 前海云:1m,2m,3m,4m,5m,6m,7m,8m,9m,12m,24m,36m
- 电信云:1m,2m,3m,4m,5m,6m,7m,8m,9m,12m,24m,36m
- 云电脑:请参考查询可用区关联价格信息
- 其他(类别为固定云、拨号VPS):请参考查询可用区关联规格信息|
**输入示例**
https://qg.net/api/cloud-business/packageOrderPrice&package_no=1&system_no=1&duration=1m
**返回示例**
JSON格式
```
{
"RequestId":'423369C7-AD6F-3GT6-NMJ7-E2RG5N6HG7D3',
"Code": 0,
"Message" : "返回内容"
"Data": {
"OriginalPrice": "60",
"TotalPrice": "50"
}
}
```
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|RequestId |string |请求编号 |
|Code |integer |状态码 |
|Message |string |返回内容 |
|OriginalPrice |float |原价 |
|TotalPrice |float |应付价格 |
**错误码:**
|错误码|说明|
|:----- |:-----
|- |- |
**备注**
- 更多返回错误代码请看公共API栏目下的[公共错误代码][001]文档描述
[001]: https://www.qg.net/doc/251.html "公共错误代码"
查询线路列表
**简要描述:**
- 本接口用于查询线路列表
**输入参数:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
| productId | 是 | integer | 品牌编号 |
**输入示例:**
- https://qg.net/api/physical-product/lineList?productId=value
**返回参数:**
| 参数名 | 类型 | 说明 |
|:----- |:-----|----- |
| RequestId | string | 请求编号 |
| Code | integer | 返回编号 |
| Message | string | 返回内容 |
| Data[].id | string | - |
| Data[].name | string | 线路名 |
| Data[].code | string | 线路代号 |
| Data[].description | string | 线路描述 |
| Data[].address | string | 寄送地址 |
| Data[].introurl | string | 简介URL |
| Data[].sortid | string | 排序 |
| Data[].buystatus | string | 购买状态 |
| Data[].renewstatus | string | 续费状态 |
| Data[].upgradestatus | string | 升级状态 |
| Data[].defensestatus | string | 防御状态 |
| Data[].brandid | string | 品牌ID |
| Data[].enabled | string | 可用性 |
| Data[].createdat | string | 创建时间 |
| Data[].updatedat | string | 更新时间 |
| Data[].deletedat | string | 删除时间 |
| Data[].bindspecs | string | 绑定的规格ID |
**返回示例:**
JSON格式
```
{
"RequestId": "7E6F1508-B9FB-C3E5-21B2-95E7535E7D47",
"Code" : "200"
"Message":"xxxxxxx"
"Data": [
{
"id": 14,
"superid": 0,
"name": "\u5c71\u4e1c\u67a3\u5e84\u7ebf\u8def",
"code": "sdzz",
"autoid": 6,
"description": "\u5c71\u4e1c\u67a3\u5e84",
"address": "\u5929\u5bab\u5929\u548c\u53f7",
"introurl": null,
"sortid": 0,
"buystatus": 1,
"renewstatus": 1,
"upgradestatus": 1,
"defensestatus": 1,
"brandid": 115,
"enabled": 6,
"createdat": "2021-07-01 17:00:45",
"updatedat": "2021-08-13 23:30:55",
"deletedat": null,
"bondSpecs": [
11,
12,
15,
16,
17
]
}
]
}
```
**错误码:**
|错误码|说明|
|:----- |:-----|:-----|
| - | - |
**备注**
- 更多返回错误代码请看首页的错误代码描述
Windwos7设置多用户同时连接远程桌面
1.打开“运行”,输入gpedit.msc,打开本地组策略编辑器

2.按计算机配置→管理模板→Windows组件→远程桌面服务→远程桌面会话主机→连接,进入到如图所示界面

3.双击“限制连接的数量”

4.点选“已启用”,在“允许的RD最大连接数”设置为999999,然后点击“确定”

5.双击“将远程桌面服务用户限制到单独的远程桌面服务会话”

6.点选“已禁用”,然后点击“确定”即可

7.安装UniversalTermsrvPatch补丁破解远程功能限制
将UniversalTermsrvPatch补丁复制到机器中,右键“以管理员身份运行”

开启UniversalTermsrvPatch后,点击“破解”

提示Patch Success(成功),确认重启机器即可。
