QQ登录 账号密码登陆 官网首页

验证支付密码

URL地址

http://www.tpshop.com/index.php?m=Api&c=User&a=checkPayPwd

请求方式

post

 

 参数列表

参数

是否必须

说明

paypwd

必须

支付密码

示例

成功示例

{
    "status":1,
    "msg":"支付密码正确"
}
}
失败示例
{
    "status": -1,
    "msg": "支付密码错误",
    "result": ""
}