修改消息 token
open_token_editUpdate PushPlus message token details by providing the token ID, new name, and optional expiration date.
Instructions
POST /open/token/edit - 修改消息 token。 请求: id(编号,必填), name(令牌名称,必填), expireTime(过期时间,可选,默认2999-12-31)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: 如「修改成功」。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 消息 token 编号 | |
| name | Yes | 令牌名称 | |
| expireTime | No | 过期时间;默认 '2999-12-31' |