奉眠
fcfd6a9e1c
fix(weixin_oc): allow CDN uploads to use upload_full_url when provided (#7066)
* fix(weixin_oc): 处理微信开放平台CDN上传URL的新格式
适配微信开放平台`getuploadurl`接口返回的新格式,该接口现在可能返回`upload_full_url`字段。
优先使用`upload_full_url`作为上传地址,以保持上传功能正常。
* fix(weixin_oc): 改进CDN上传URL缺失时的错误信息
- 在适配器中,将通用错误信息具体化为“CDN上传URL缺失”
- 在客户端中,移除冗余的参数处理逻辑,使参数验证更清晰
* fix(weixin_oc): 调整CDN上传参数顺序并移除冗余检查
移除对weixin_oc_adapter中upload_param和upload_full_url同时为空的检查,因为逻辑上已由底层方法保证。
调整upload_to_cdn方法的参数顺序以匹配其内部实现,确保正确传递。
2026-03-28 14:45:58 +08:00
..
2026-03-22 17:21:22 +08:00
2026-03-01 20:46:35 +09:00
2026-03-26 09:32:19 +08:00
2026-03-26 00:03:23 +08:00
2026-03-21 01:30:53 +08:00
2026-03-22 00:43:30 +08:00
2026-02-26 09:59:37 +08:00
2026-03-14 18:18:14 +08:00
2026-03-27 15:54:41 +08:00
2026-03-28 14:45:58 +08:00
2026-03-27 11:24:06 +08:00
2026-03-25 21:51:44 +08:00
2026-03-21 01:30:53 +08:00
2026-03-12 23:57:45 +08:00
2026-03-23 09:33:37 +08:00
2026-03-11 14:21:55 +09:00
2026-02-09 00:22:24 +08:00
2026-03-21 17:08:25 +08:00
2026-03-21 01:30:53 +08:00
2026-03-22 13:36:18 +08:00
2026-03-22 17:12:28 +08:00
2026-02-09 00:22:24 +08:00
2026-03-01 16:10:35 +09:00
2026-03-01 00:23:47 +08:00
2026-03-01 00:23:47 +08:00
2026-02-09 00:22:24 +08:00
2026-02-09 00:22:24 +08:00
2026-03-03 12:58:59 +08:00
2026-02-28 13:34:12 +09:00
2026-03-17 15:42:15 +08:00
2026-02-09 00:22:24 +08:00
2026-02-28 13:34:12 +09:00
2026-03-17 15:42:15 +08:00
2026-03-16 12:34:21 +08:00
2026-03-03 12:58:59 +08:00
2026-02-09 00:22:24 +08:00