说明 / 示例
## 是否设置了支付密码
### 请求地址
``` url
/api/action/
```
### 请求参数
| 参数名称 | 默认值 | 说明 |
| -------- | ----------- | ---------------------- |
| _handle | UserPayPasswordPage | |
| _method | IsPayPassword | |
| uid | | id |
|token | | cookie|
### 请求响应
``` json
{
"code":1,
"msg":null,
"data":null
}
```