From dcf8384b4a7604e6b4e3b68f2fe76571c0d00d41 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 02 三月 2026 08:13:59 +0800
Subject: [PATCH] 1

---
 open-rcs/components/content/content-interface-word.html |  126 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 126 insertions(+), 0 deletions(-)

diff --git a/open-rcs/components/content/content-interface-word.html b/open-rcs/components/content/content-interface-word.html
index a3a0e67..32db755 100644
--- a/open-rcs/components/content/content-interface-word.html
+++ b/open-rcs/components/content/content-interface-word.html
@@ -1387,6 +1387,132 @@
                             "timestamp": 1671526800000
                         }
                     }
+                },
+                {
+                    "apiId": "api-cv-getError",
+                    "name": "杈撻�佺嚎寮傚父淇℃伅鎺ュ彛",
+                    "description": "杈撻�佺嚎寮傚父淇℃伅鎺ュ彛",
+                    "isCommon": false,
+                    "method": "POST",
+                    "url": "/station/getError",
+                    "menu": {
+                        "category": "杈撻�佺嚎寮傚父淇℃伅鎺ュ彛",
+                        "order": 6
+                    },
+                    "request": {
+                        "parameters": [
+                            {
+                                "name": "staNo",
+                                "type": "string",
+                                "required": true,
+                                "description": "绔欑偣缂栧彿",
+                                "default": "1001"
+                            }
+                        ],
+                        "example": {
+                            "staNo": "1001"
+                        }
+                    },
+                    "response": {
+                        "parameters": [
+                            {
+                                "name": "code",
+                                "type": "integer",
+                                "description": "杩斿洖缂栧彿锛�200琛ㄧず鎴愬姛锛�1~N琛ㄧず澶辫触"
+                            },
+                            {
+                                "name": "message",
+                                "type": "string",
+                                "description": "杩斿洖娑堟伅锛岃姹傛垚鍔熻〃绀烘垚鍔燂紝鍐呭涓鸿缁嗙殑閿欒鎻忚堪"
+                            },
+                            {
+                                "name": "data",
+                                "type": "object",
+                                "description": "杩斿洖鐨勬暟鎹粨鏋�"
+                            },
+                            {
+                                "name": "timestamp",
+                                "type": "integer",
+                                "description": "鏃堕棿鎴�"
+                            }
+                        ],
+                        "example": {
+                            "code": 200,
+                            "message": "璇锋眰鎴愬姛",
+                            "timestamp": 1671526800000,
+                            "data": [
+                                {
+                                    "staNo": "1001",
+                                    "plcDesc": "鏈変换鍔℃棤璐ф晠闅�",
+                                    "error": "鏈変换鍔℃棤璐ф晠闅�"
+                                },
+                                {
+                                    "staNo": "1001",
+                                    "plcDesc": "鍗犱綅瓒呮椂",
+                                    "error": "鍗犱綅瓒呮椂"
+                                }
+                            ]
+                        }
+                    }
+                },
+                {
+                    "apiId": "api-cv-getTaskNo",
+                    "name": "杈撻�佺嚎鐨勪换鍔″彿鏌ヨ鎺ュ彛",
+                    "description": "杈撻�佺嚎鐨勪换鍔″彿鏌ヨ鎺ュ彛",
+                    "isCommon": false,
+                    "method": "POST",
+                    "url": "/station/getTaskNo",
+                    "menu": {
+                        "category": "杈撻�佺嚎鐨勪换鍔″彿鏌ヨ鎺ュ彛",
+                        "order": 7
+                    },
+                    "request": {
+                        "parameters": [
+                            {
+                                "name": "staNo",
+                                "type": "string",
+                                "required": true,
+                                "description": "绔欑偣缂栧彿",
+                                "default": "1001"
+                            }
+                        ],
+                        "example": {
+                            "staNo": "1001"
+                        }
+                    },
+                    "response": {
+                        "parameters": [
+                            {
+                                "name": "code",
+                                "type": "integer",
+                                "description": "杩斿洖缂栧彿锛�200琛ㄧず鎴愬姛锛�1~N琛ㄧず澶辫触"
+                            },
+                            {
+                                "name": "message",
+                                "type": "string",
+                                "description": "杩斿洖娑堟伅锛岃姹傛垚鍔熻〃绀烘垚鍔燂紝鍐呭涓鸿缁嗙殑閿欒鎻忚堪"
+                            },
+                            {
+                                "name": "data",
+                                "type": "object",
+                                "description": "杩斿洖鐨勬暟鎹粨鏋�"
+                            },
+                            {
+                                "name": "timestamp",
+                                "type": "integer",
+                                "description": "鏃堕棿鎴�"
+                            }
+                        ],
+                        "example": {
+                            "code": 200,
+                            "message": "璇锋眰鎴愬姛",
+                            "timestamp": 1671526800000,
+                            "data": {
+                                    "taskNo": "2121swasasas"
+                                }
+
+                        }
+                    }
                 }
             ];
 

--
Gitblit v1.9.1