yumoqing 0266f9fb65 fix(wechat): handle API errors instead of silently returning null h5_url
- Check HTTP status code, raise exception on non-200
- Raise exception if h5_url missing from response
- Fix description field to use .get() instead of direct key access
- Remove unreachable return None

Previously WeChat API errors (param errors, amount issues, etc.)
would return None, causing the frontend to show:
  https://token.opencomputing.cn/null
Now errors are properly raised and shown to the user.
2026-07-15 17:04:21 +08:00
2025-12-12 13:54:26 +08:00
2025-12-12 13:54:26 +08:00
2025-12-12 14:30:33 +08:00

统一支付

支持微信支付宝paypal支持

支付重要信息

支付重要信息都通过环境变量设置

微信支付

支付宝

paypal

Description
No description provided
Readme 756 KiB
Languages
Python 99.9%
Shell 0.1%