## 获取提现账户 +++ get:/user/account/getWdAccount *userId=3#用户Id *loginIdentifier=1487915863939#登陆凭证 <<< success { "onceToken": "", "data": { "withdrawAccount": [ { "withdrawId": 48, "accountNo": "6228480320117888521", "name": "曾祥敏", "type": "1", "status": "0" } ] }, "code": "00000", "info": "信息获取成功" } <<< error { onceToken: null, data: null, code: "10003", info: "userId不能为空" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | |1|withdrawId|账号Id|| |2|accountNo|账号|| |3|name|姓名|| |4|type|账号类型|1:支付宝 2:微信| |5|status|状态|0:普通1:默认|