# 使令牌失效 使现有支付令牌失效,防止其继续用于打开支付UI。它可用于避免单实例商品在并行会话中发生重复支付。调用成功后,所有使用该支付令牌打开的其他用户会话都会过期。 注:此API调用具有幂等性,可多次调用。 Endpoint: POST /projects/{project_id}/token/{token}/expire Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。 - `token` (string, required) 用于打开支付UI的令牌。 ## Response 200 fields (application/json): - `status` (string) Enum: "expired" - `token` (string) ## Response 400 fields ## Response 403 fields ## Response 404 fields