## 验证交易密码
>接口参数说明
~~~[api]
post:/account/verify-transaction-password
*string:password#密码
<<<
success
{
"status": 0,
"msg": "success",
"timestamp": "20181221105857452"
}
<<<
error
{
"status": 1014,
"msg": "Inconsistent password",
"timestamp": "20181221112918250"
}
~~~
>接口请求示例
~~~
{
"password": "a123456",
}
~~~