校验会员密码
校验会员的支付密码
请求地址
/api/v2/user/check_password
公共请求参数
请求参数
| 参数 | 必填 | 类型 | 说明 |
|---|---|---|---|
| user_no | 是 | string | 会员号 |
| password | 是 | string | 密码(md5) |
响应参数
| 名称 | 类型 | 说明 |
|---|
请求示例
:::: tabs
::: tab biz_content
{
"user_no": "xxx",
"password": "xxxxxxxxx"
}
:::
::: tab 原始数据
{
}
:::
::::
响应示例
:::: tabs
::: tab result
{
"code": 0,
"data": true,
"msg": "success",
"succeed": true
}
::: ::: tab 原始数据
{
"result": "{\"code\":0,\"msg\":\"success\",\"succeed\":true,\"data\":true}",
"sign": "2fa1adc65a5669cea85c51426e89a8fa"
}
::: ::::