多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 个人账户信息获取 +++ get:/user/account/get.do *string:userId=1#用户ID <<< success { "code": "00000", "info": "信息获取成功。", "data": { "balance": 97900, "createTime": "", "delFlg": "0", "id": "1", "updateTime": "2016-12-01 09:46:18.0", "useableBalance": 97900, "withdrawBalance": 97900, "userId": "1" } } <<< error +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 | balance | 可用余额 | -- | | 2 | useableBalance | 用户余额 | -- | | 3 | userId | 用户id | -- | | 4 | withdrawBalance | 可提现用户余额 | -- |