Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nexalayer.net/llms.txt

Use this file to discover all available pages before exploring further.

释放订单

不再需要静态代理订单时,可以使用取消接口释放资源。

接口

curl -X POST "https://api.wanyuagent.com/api/open/app/static/order/STA202605260001abc123/cancel" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "reason": "No longer needed"
  }'
STA202605260001abc123 替换为真实 order_no

注意事项

  • 释放行为取决于产品和订单状态。
  • 已释放的实例不能继续使用。
  • 释放后请再次查询订单列表确认最终状态。
  • 是否退款或如何处理剩余时长,以产品配置策略为准。