NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 设置交易密码 >接口参数说明 ~~~[api] post:/account/setting-transaction-password *string:password#密码 *string:rePassword#确认密码 <<< success { "status": 0, "msg": "success", "timestamp": "20181221105857452" } <<< error { "status": 1013, "msg": "Insufficient password strength", "timestamp": "20181221112918250" } ~~~ >接口请求示例 ~~~ { "password": "a123456", "rePassword": "a123456" } ~~~