|
@@ -2688,49 +2688,23 @@
|
|
|
},
|
|
|
"hc_PtlHcEmit_ReqHcEmit": {
|
|
|
"type": "object",
|
|
|
- "properties": {},
|
|
|
- "description": "请求接口"
|
|
|
- },
|
|
|
- "hc_PtlHcEmit_ResHcEmit": {
|
|
|
- "type": "object",
|
|
|
- "properties": {},
|
|
|
- "description": "返回信息"
|
|
|
- },
|
|
|
- "hc_PtlHcInfo_ReqHcInfo": {
|
|
|
- "type": "object",
|
|
|
- "properties": {},
|
|
|
- "description": "获取合成信息"
|
|
|
- },
|
|
|
- "hc_PtlHcInfo_ResHcInfo": {
|
|
|
- "type": "object",
|
|
|
"properties": {
|
|
|
- "chapterId": {
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "tili": {
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "lastTime": {
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "list": {
|
|
|
- "$ref": "#/components/schemas/hc_PtlHcInfo_HcInfoList"
|
|
|
+ "gzid": {
|
|
|
+ "type": "string"
|
|
|
}
|
|
|
},
|
|
|
"required": [
|
|
|
- "chapterId",
|
|
|
- "tili",
|
|
|
- "lastTime",
|
|
|
- "list"
|
|
|
+ "gzid"
|
|
|
],
|
|
|
- "description": "返回合成信息"
|
|
|
+ "description": "请求接口 点击发射器"
|
|
|
},
|
|
|
- "hc_PtlHcInfo_HcInfoList": {
|
|
|
+ "hc_PtlHcEmit_ResHcEmit": {
|
|
|
"type": "object",
|
|
|
"properties": {},
|
|
|
"additionalProperties": {
|
|
|
"$ref": "#/components/schemas/hc_PtlHcInfo_HcInfoGeziInfo"
|
|
|
- }
|
|
|
+ },
|
|
|
+ "description": "返回信息"
|
|
|
},
|
|
|
"hc_PtlHcInfo_HcInfoGeziInfo": {
|
|
|
"type": "object",
|
|
@@ -2768,6 +2742,42 @@
|
|
|
1
|
|
|
]
|
|
|
},
|
|
|
+ "hc_PtlHcInfo_ReqHcInfo": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {},
|
|
|
+ "description": "获取合成信息"
|
|
|
+ },
|
|
|
+ "hc_PtlHcInfo_ResHcInfo": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "chapterId": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "tili": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "lastTime": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "list": {
|
|
|
+ "$ref": "#/components/schemas/hc_PtlHcInfo_HcInfoList"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": [
|
|
|
+ "chapterId",
|
|
|
+ "tili",
|
|
|
+ "lastTime",
|
|
|
+ "list"
|
|
|
+ ],
|
|
|
+ "description": "返回合成信息"
|
|
|
+ },
|
|
|
+ "hc_PtlHcInfo_HcInfoList": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {},
|
|
|
+ "additionalProperties": {
|
|
|
+ "$ref": "#/components/schemas/hc_PtlHcInfo_HcInfoGeziInfo"
|
|
|
+ }
|
|
|
+ },
|
|
|
"hc_PtlHcMerge_ReqHcMerge": {
|
|
|
"type": "object",
|
|
|
"properties": {
|