去悦校
diff --git "a/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\224\265\346\216\247\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md" "b/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\224\265\346\216\247\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md"
index 60f66da..6634aa4 100644
--- "a/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\224\265\346\216\247\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md"
+++ "b/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\224\265\346\216\247\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md"
@@ -11,14 +11,14 @@
 
 
 ## 背景
-悦校/一卡通系统与电控系统的对接需要经过电控前置服务。此文档为一卡通系统与电控前置的对接规范,用户可根据实际情况实现前置与电控系统的业务对接。
+一卡通系统与电控系统的对接需要经过电控前置服务。此文档为一卡通系统与电控前置的对接规范,用户可根据实际情况实现前置与电控系统的业务对接。
 
 
 ## 约定 ##
 
 1.	传输编码统一为utf-8
 2. **retcode** 等于"0"(字符串)表示成功,其他表示失败,失败具体信息查看 **msg**
-3. 宿舍房间在悦校/一卡通中规定了五级,校区(area)/区域(district)/楼栋(build)/楼层(floor)/房间(room)。级别不符合的请修改适应此规则。
+3. 宿舍房间在一卡通中规定了五级,校区(area)/区域(district)/楼栋(build)/楼层(floor)/房间(room)。级别不符合的请修改适应此规则。
 
 
 ## 接口定义
diff --git "a/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\263\273\347\273\237\345\272\224\347\224\250\346\216\245\345\217\243\346\226\207\346\241\243.md" "b/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\263\273\347\273\237\345\272\224\347\224\250\346\216\245\345\217\243\346\226\207\346\241\243.md"
index 2725ce7..e6e236e 100644
--- "a/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\263\273\347\273\237\345\272\224\347\224\250\346\216\245\345\217\243\346\226\207\346\241\243.md"
+++ "b/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\263\273\347\273\237\345\272\224\347\224\250\346\216\245\345\217\243\346\226\207\346\241\243.md"
@@ -1474,6 +1474,7 @@
 | --- | --- | --- |
 | idno | String | 证件号 |
 | transname | String |'补办' 或 'NETCARDRENEW' 二选一。('NETCARDRENEW'表费用从账户里扣,会判断余额是否足够)|
+| version | String | 'v5'(固定),不参与签名 |
 | app_id | String | 应用ID |
 | term_id| String | 设备终端号或物理ID |
 | timestamp | String | 时间戳 ‘yyyyMMddHHmmss’ |
@@ -1547,6 +1548,7 @@
 | transname | String | ’补办‘ 或 ’NETCARDRENEW‘ |
 | fundtype | String | 基金类型 1-现金;2-支票;3-经费本;6-费用从账户扣 |
 |feeamt| Integer | 补办费用 (金额:分)|
+| version | String | 'v5'(固定),不参与签名 |
 | app_id | String | 应用ID |
 | term_id| String | 设备终端号或物理ID |
 | timestamp | String | 时间戳 ‘yyyyMMddHHmmss’ |
@@ -1633,6 +1635,7 @@
 | isok | Boolean | 写卡成功标志 |
 | cardno | String | 新卡卡号 |
 | amount | Integer | 充值金额 (金额:分)|
+| version | String | 'v5'(固定),不参与签名 |
 | app_id | String | 应用ID |
 | term_id| String | 设备终端号或物理ID |
 | timestamp | String | 时间戳 ‘yyyyMMddHHmmss’ |
diff --git "a/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\275\221\350\264\271\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md" "b/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\275\221\350\264\271\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md"
index 48e1952..a1c1dd6 100644
--- "a/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\275\221\350\264\271\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md"
+++ "b/source/_posts/\344\270\200\345\215\241\351\200\232v5\347\275\221\350\264\271\345\257\271\346\216\245\345\211\215\347\275\256\346\216\245\345\217\243\346\226\207\346\241\243.md"
@@ -11,7 +11,7 @@
 
 
 ## 背景
-悦校/一卡通系统与网费系统的对接需要经过网费前置服务。此文档为一卡通系统与网费前置的对接规范,用户可根据实际情况实现前置与网费系统的业务对接。
+一卡通系统与网费系统的对接需要经过网费前置服务。此文档为一卡通系统与网费前置的对接规范,用户可根据实际情况实现前置与网费系统的业务对接。
 
 
 ## 约定 ##