客户密码更改(password_mod) 在线调试

交易密码修改

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/secu/v1/password_mod

是否需要业务登录

HTTP请求方式

GET,POST

支持格式

JSON

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
password String 50 密码
password_type String 1 密码类别

【限制字典子项:2-交易密码】

数据字典(338)

new_password String 50 新密码

返回参数

参数名 类型 最大长度 默认值 中文名 描述
error_no String 错误代码
error_info String 20 错误提示

正确返回示例

{
    "data": [
        {
            "error_no": "0", 
            "error_info": ""
        }
    ]
}
    


.

提交工单

提交成功

确定