From 86093c99bea31c424c6e7cd8d924ede5c4b65555 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 22 Apr 2025 14:21:13 +0800 Subject: [PATCH] vault backup: 2025-04-22 14:21:13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: Haina/Weekly/2025/2025-W11.md Haina/Weekly/2025/2025-W16.md Haina/项目/SCRM/YCloud.md --- Haina/Weekly/2025/2025-W11.md | 2 +- Haina/Weekly/2025/2025-W16.md | 4 ++-- Haina/项目/SCRM/YCloud.md | 24 ++++++++++++++++++++++-- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Haina/Weekly/2025/2025-W11.md b/Haina/Weekly/2025/2025-W11.md index b1743c2..36301a7 100644 --- a/Haina/Weekly/2025/2025-W11.md +++ b/Haina/Weekly/2025/2025-W11.md @@ -28,7 +28,7 @@ tags: - 优化成本, 提供利润 - 与PayPal谈判费率的空间 7. [x] PayPal 费率变更, 超最低提醒: `fgy@hainatravel.com` `xtt@hainatravel.com` #俸国英 ✅ 2025-04-02 -8. [/] 海外反馈表: 页面支持多语种 🔼 🛫 2025-04-07 +8. [x] 海外反馈表: 页面支持多语种 🔼 🛫 2025-04-07 ✅ 2025-04-22 9. ["] 连连支付: 入驻审核; 10. [x] 连连支付: 开通测试账号 ✅ 2025-03-11 diff --git a/Haina/Weekly/2025/2025-W16.md b/Haina/Weekly/2025/2025-W16.md index 4fc6444..d331b9f 100644 --- a/Haina/Weekly/2025/2025-W16.md +++ b/Haina/Weekly/2025/2025-W16.md @@ -29,10 +29,10 @@ tags: ### HT统计 -1. [ ] 三峡, 酒店统计 ⏫ +1. [x] 三峡, 酒店统计 ⏫ ✅ 2025-04-22 2. [ ] [CT商旅数据统计](Haina/项目/HT数据分析/CT商旅数据统计.md) ⏫ 3. [ ] HT统计: 销售平台统计: 违规/提升明细 -4. [ ] HT统计: 老客户: 增加对比 #宋芳馨 +4. ["] HT统计: 老客户: 增加对比 #宋芳馨 ### - diff --git a/Haina/项目/SCRM/YCloud.md b/Haina/项目/SCRM/YCloud.md index e2cdcbf..489da02 100644 --- a/Haina/项目/SCRM/YCloud.md +++ b/Haina/项目/SCRM/YCloud.md @@ -1,12 +1,11 @@ --- Created: 2024-10-17 Thu -Updated: 2024-10-17 10:43 Thu +Updated: 2025-04-22 14:01 Tue --- **API Key** 8092e1017ae8066a05779e0533968393 - [错误码解析](https://docs.ycloud.com/reference/whatsapp-errors#error-codes-returned-by-the-ycloud-api) #### Webhook推送时间间隔 @@ -17,5 +16,26 @@ Updated: 2024-10-17 10:43 Thu 4. +30min + 10s 5. +60min +### 错误 + +#### Template + +``` + "errorCode": "BAD_REQUEST", + "errorMessage": "(#100) Param template['components'][2]['type'] must be one of {BODY, BUTTON, CALL_PERMISSION_REQUEST, CAROUSEL, HEADER, LIMITED_TIME_OFFER, ORDER_STATUS} - got \"FOOTER\".", + "whatsappApiError": { + "message": "(#100) Param template['components'][2]['type'] must be one of {BODY, BUTTON, CALL_PERMISSION_REQUEST, CAROUSEL, HEADER, LIMITED_TIME_OFFER, ORDER_STATUS} - got \"FOOTER\".", +``` + +``` + "errorMessage": "(#100) Param template['components'][2]['type'] must be one of {BODY, BUTTON, CALL_PERMISSION_REQUEST, CAROUSEL, HEADER, LIMITED_TIME_OFFER, ORDER_STATUS} - got \"BUTTONS\".", + "whatsappApiError": { + "message": "(#100) Param template['components'][2]['type'] must be one of {BODY, BUTTON, CALL_PERMISSION_REQUEST, CAROUSEL, HEADER, LIMITED_TIME_OFFER, ORDER_STATUS} - got \"BUTTONS\".", +``` +``` + "errorMessage": "(#100) Param template['components'][3]['type'] must be one of {BODY, BUTTON, CALL_PERMISSION_REQUEST, CAROUSEL, HEADER, LIMITED_TIME_OFFER, ORDER_STATUS} - got \"FOOTER\".", + "whatsappApiError": { + "message": "(#100) Param template['components'][3]['type'] must be one of {BODY, BUTTON, CALL_PERMISSION_REQUEST, CAROUSEL, HEADER, LIMITED_TIME_OFFER, ORDER_STATUS} - got \"FOOTER\".", +```