GET 路径: /api/payments/providers 认证: 无
响应
object[]
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
返回本站点启用了哪些钱包充值提供方,以便前端隐藏已禁用的渠道并选择正确的币种。
GET 路径: /api/payments/providers 认证: 无
curl https://ariacompute.cn/api/payments/providers
{
"providers": [
{ "name": "wechat", "enabled": true, "currency": "CNY", "region": "cn" },
{ "name": "alipay", "enabled": true, "currency": "CNY", "region": "cn" }
]
}
GET /api/billing/settings 返回类似信息,以及钱包相关的 UI 配置。Was this page helpful?