获取用户 token
open_user_tokenRetrieve the current user's PushPlus token to authenticate API requests and send notifications without manual token configuration.
Instructions
GET /open/user/token - 获取当前用户 token。 请求参数: 无。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: 字符串,直接为当前用户 token。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||