多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 获取用户余额明细 +++ get:/user/getUserGoldRecord *userId#用户编号 *goldType # 明细类型 1:可提现明细;2:待收明细 *index#页码 *count#页面数量 <<< success { "code": "00000", "data": { "userInfo": { "userId": 20, "directRecommendId": 22, "mobile": "13666812169", "userName": "轩轩店铺", "userImg": null, "paymentPassword": "", "gold": 271.86, "totalGold": 527.86, "recommendedReward": 256, "cashWithdrawal": 256, "collectingGold": 3.57, "shopId": 73, "shopType": "2", "authorizationFlag": "0", "loginIdentifier": "1551694556", "messageReadTime": "2019-03-05 15:55:07", "qrcodeUrl": "/project/applet_app/uploadImage/normal/2019/02/20190212092827242386.png", "createTime": "2019-01-29 20:55:12", "updateTime": "2019-03-04 18:15:56", "delFlg": "0", "recommendCode": "ecd17cb" }, "userGoldRecordList": [ { "recordId": 174, "userId": 20, "type": "1", "orderSn": "20190301170143864573", "income": 3.57, "createTime": "2019-03-04 10:39", "goldStauts": null, "lowerReason": null, "offlineUserId": 0, "offlineUserName": null, "goodsId": "", "goodsName": "", "freezeFlag": "0" }, { "recordId": 168, "userId": 20, "type": "1", "orderSn": "20190301150603567192", "income": 16.83, "createTime": "2019-03-01 15:42", "goldStauts": null, "lowerReason": null, "offlineUserId": 0, "offlineUserName": null, "goodsId": "", "goodsName": "", "freezeFlag": "0" }, { "recordId": 166, "userId": 20, "type": "1", "orderSn": "20190301144259564872", "income": 125.73, "createTime": "2019-03-01 14:54", "goldStauts": null, "lowerReason": null, "offlineUserId": 0, "offlineUserName": null, "goodsId": "", "goodsName": "", "freezeFlag": "0" }, { "recordId": 162, "userId": 20, "type": "1", "orderSn": "20190301110028813259", "income": 91.44, "createTime": "2019-03-01 11:45", "goldStauts": null, "lowerReason": null, "offlineUserId": 0, "offlineUserName": null, "goodsId": "", "goodsName": null, "freezeFlag": "0" }, { "recordId": 157, "userId": 20, "type": "1", "orderSn": "20190228164338293471", "income": 34.29, "createTime": "2019-03-01 10:12", "goldStauts": null, "lowerReason": null, "offlineUserId": 0, "offlineUserName": null, "goodsId": "", "goodsName": null, "freezeFlag": "0" }, { "recordId": 156, "userId": 20, "type": "-1", "orderSn": "20190301094953049930023", "income": 256, "createTime": "2019-03-01 09:49", "goldStauts": "1", "lowerReason": null, "offlineUserId": 0, "offlineUserName": null, "goodsId": "", "goodsName": "", "freezeFlag": "0" }, { "recordId": 144, "userId": 20, "type": "2", "orderSn": "201902261058184989840931", "income": 128, "createTime": "2019-02-26 10:58", "goldStauts": null, "lowerReason": null, "offlineUserId": 45, "offlineUserName": "真好我饿了", "goodsId": "", "goodsName": "", "freezeFlag": "0" }, { "recordId": 143, "userId": 20, "type": "2", "orderSn": "132", "income": 128, "createTime": "2019-02-26 10:26", "goldStauts": null, "lowerReason": null, "offlineUserId": 45, "offlineUserName": "真好我饿了", "goodsId": "", "goodsName": "", "freezeFlag": "0" } ] }, "onceToken": "", "info": "获取用户明细成功" } +++ ## 用户信息:userInfo |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |userId|用户编号| | | 2 |directRecommendId|上级推荐人|| | 3 |mobile|用户手机号|| | 4 |userName|用户名|| | 5 |userImg|用户头像|| | 7 |gold|可提现金额|| | 8 |totalGold|总金额|| | 9 |recommendedReward|推荐奖励|| | 10 |cashWithdrawal|已提现金额|| | 11 |shopId|店铺编号|| | 12 |shopType|店铺类型:0:未开店;1:普通店铺;2高级店铺|| | 13 |loginIdentifier|登录识别码|| | 14 |messageReadTime|消息最后读取时间|| | 15 |createTime|创建时间|| | 16 |updateTime|更新时间|| | 17 |delFlg|删除flag 1删除|| | 18 |minipId|PC后台小程序id|| | 19 |headImageUrl|店铺头像|| | 20 |serviceTel|客服电话|| | 21 |shareFlg|分享赚flag:0:开启;1:关闭|| | 22 |shareRate|分享赚比率|| | 23 |realnameStatus|实名验证状态(0:未验证,1:实名验证成功,2:实名验证中,3:实名验证失败)|| | 24 |payPasswordFlg|支付密码设置flag:0:已设置1未设置|| | 25 |expireTime|过期时间|| ## 用户提现明细:userGoldRecordList |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |recordId|用户编号| | | 2 |userId|手机号|| | 3 |type|类型|-1:提现减少(-);其他+| | 4 |orderSn|订单编号相关订单编号|| | 5 |income|变动余额金额|| | 6 |preIncome|变动前余额金额|| | 7 |curIncome|变动后余额金额|| | 8 |createTime|创建时间|| | 9 |updateTime|更新时间|| | 10 |delFlg|删除flag|0:未删除;1:已删除| | 11 |goldStauts|提现状态|1:申请中;2:提现中;3:提现成功;4:提现失败;| | 12 |lowerReason|失败原因|| | 13 |incomeFlg|0支出1收入||