> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/update-notes/v3.2.1.md).

# 2026/6/11 更新日誌 V3.2.1

## 更新內容 <a href="#update-content" id="update-content"></a>

1. 【優化】團隊列表 UI 佈局調整
2. 【新增】支付功能配置（接入 Kpay）
3. 【優化】工作流調試提升

***

## 更新詳情 <a href="#update-details" id="update-details"></a>

### 1. 【優化】團隊列表 UI 佈局調整 <a href="#id-1-optimize-team-list-ui-layout-adjustment" id="id-1-optimize-team-list-ui-layout-adjustment"></a>

優化了頂部團隊切換列表的 UI 佈局，讓用戶能更清晰地辨識當前登錄團隊的詳情資訊及自身在各團隊中的身份角色。

**優化重點：**

* **當前團隊詳情展示：** 在「我的團隊」下拉列表中，當前已登錄的團隊將以頂部卡片形式突出顯示，內容包含：
  * **團隊名稱與 Logo**。
  * **訂閱版本：** 清晰標註如「專業版-年」等版本資訊。
  * **團隊編號：** 方便用戶快速獲取團隊唯一識別碼。
  * **身份標籤：** 根據用戶角色顯示「我負責的」、「加入的」或「外協」等標籤。
* **列表結構優化：** 「我的團隊」列表支持搜索功能，方便擁有多個團隊的用戶快速查找並切換。

![團隊列表 UI 調整](/files/547bc3246280683c773db120c02607772a265d8a)

**適用場景：** 擁有多個 YOOV Plus 團隊身份的用戶，可以更直觀地確認當前所在團隊的服務級別與自身權限，並快速切換至其他工作環境。

***

### 2. 【新增】支付功能配置（接入 Kpay） <a href="#id-2-new-payment-function-configuration-integrate-kpay" id="id-2-new-payment-function-configuration-integrate-kpay"></a>

YOOV Plus 正式接入 Kpay 支付網關，為應用提供完整的在線支付能力。管理員可透過簡單的配置，在表單中實現報名、繳費、購物等在線交易場景，並支援退款管理與交易流水監控。

**操作說明：**

{% stepper %}
{% step %}

### 第一步：集成管理配置（Kpay 授權） <a href="#step1-integration-management-configuration-kpay-authorization" id="step1-integration-management-configuration-kpay-authorization"></a>

在「管理後台」->「集成管理」->「授權管理」中點擊「新建」，選擇「Kpay」插件，填寫相關的 API Host、Private Key、Merchant ID 等資訊完成授權配置。

![Kpay 授權配置](/files/3d47c5f97e6fa21a85b00fe37eab67d68bc79077)
{% endstep %}

{% step %}

### 第二步：應用內支付設定 <a href="#step2-in-app-payment-setting" id="step2-in-app-payment-setting"></a>

進入目標應用，在「表單設置」->「集成與支付」->「支付設定」中開啟支付功能：

* **選擇商戶：** 選擇已配置好的 Kpay 憑證。
* **配置支付資訊：** 設定支付內容（可引用表單欄位）、支付金額（支持公式計算）、貨幣代碼（如 HKD）及訂單編號規則。
* **支付入口與方式：** 可設定「提交記錄後立即支付」或「查看數據時允許支付」；支持「掃碼支付（如微信支付）」及「跳轉支付」。
* **退款與有效期：** 支援開啟「允許退款」功能，並可設定支付有效期限。

![應用支付設定 1](/files/1f29c42f0d386211d0711d46b891ac09e47eae4d)

![應用支付設定 2](/files/1ab4b3c900f45f62dd8e3b7b6d32341993869057)
{% endstep %}

{% step %}

### 第三步：用戶端支付體驗 <a href="#step3-user-side-payment-experience" id="step3-user-side-payment-experience"></a>

用戶在提交表單或查看記錄時，點擊支付按鈕，選擇支付方式後即可掃碼完成付款。

![用戶選擇支付方式](/files/ce12bd4c54d07bfbaf56de08a4ac681b5fca8138)

![掃碼支付介面](/files/fe475073af7baa695b8a69f906ad606a80d89872)

![支付成功狀態](/files/2df16b7868ab448b99da2978d09a7a0956f967cc)
{% endstep %}

{% step %}

### 第四步：退款與交易管理 <a href="#step4-refund-and-transaction-management" id="step4-refund-and-transaction-management"></a>

* **發起退款：** 若開啟了允許退款，管理員或有權限的人員可在記錄詳情頁面發起退款申請。
* **交易流水：** 在應用後台可查看完整的「交易流水」，監控每一筆訂單的支付狀態、退款狀態及支付方式。

![發起退款確認](/files/b66e4677344f6decaf6411a6e7e82d19221050bf)

![交易流水清單](/files/75bbcac224d85eb2a3b154c406dc38fffd14da01)

![退款完成狀態](/files/4d40af846841368f0bd5ad26e562a8dce88a0016)

**適用場景：** 適用於各類在線收費場景，如活動報名費收取、物業管理費繳納、企業內部的物資申購結算等。管理員可實現從前端收費到後端財務核銷的全流程自動化管理。
{% endstep %}
{% endstepper %}

***

### 3. 【優化】工作流調試提升 <a href="#id-3-optimize-workflow-debug-enhancement" id="id-3-optimize-workflow-debug-enhancement"></a>

本次更新全面升級了工作流的調試與監控能力，透過日誌聯動、異常通知及增強的調試資訊，幫助開發者大幅提升排查問題的效率。

**優化重點：**

{% stepper %}
{% step %}

### 日誌與畫布聯動 <a href="#log-and-canvas-linkage" id="log-and-canvas-linkage"></a>

在「運行日誌」頁面中，現已支援直接點擊「流程版本」連結，一鍵打開對應版本的工作流畫布。系統會自動定位至發生異常的節點，讓開發者無需手動查找即可快速進入調試環境。

![日誌與畫布聯動](/files/a0c389ac415d609b9d0d5646be6bbaaab5c5ccab)
{% endstep %}

{% step %}

### 異常通知機制 <a href="#abnormal-notification-mechanism" id="abnormal-notification-mechanism"></a>

當流程運行發生錯誤時，系統會自動觸發即時通知（系統公告/消息），提醒相關負責人員及時處理，確保自動化業務的穩定性。

![異常通知機制](/files/f57766b4e8f17046f3fb1e44212603b382d06e35)
{% endstep %}

{% step %}

### 調試資訊增強 <a href="#enhanced-debug-information" id="enhanced-debug-information"></a>

在進行「調試」操作時，調試側邊欄現已支持完整顯示「調用 API」、「插件」及「代碼塊」節點的\*\*輸入參數（入參）**與**輸出參數（出參）\*\*資訊。

* **附件支持：** 若出參包含附件類型，將明確顯示文件名稱。

![調試資訊增強](/files/83c589713356d776275bc1d9f1957b42a50f7674)
{% endstep %}

{% step %}

### 錯誤詳情展示 <a href="#error-detail-display" id="error-detail-display"></a>

在調試日誌與運行日誌中，若代碼塊執行失敗，系統將展示完整的**詳細錯誤資訊**，包括錯誤棧（Stack Trace）與具體的異常原因，方便開發者精確定位代碼邏輯錯誤。

**適用場景：** 工作流開發者在配置複雜自動化邏輯時，可透過增強的調試資訊快速驗證數據流向；系統管理員可透過異常通知機制，第一時間獲知業務流程的運行故障並快速修復。
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coreway.com/yoov-plus/update-notes/v3.2.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
