摇一摇首页

1· 摇一摇首页
请求方式: GET
URL:https://{path}/shake/getInfo?userId=9
入参:
Type: RequestParam
{
"userId": String 用户ID 必填
}
出参:
{
"code": "000000",
"message": "SUCCESS",
"time": "2021-12-17T03:19:55.485+0000",
"body": {
"money": 80.45,
"withdrawalUser": ["明仔","月半苏城"], //提现人昵称,成功提现金额固定为100
"shakeAgainTimes": 2 //再摇几次现金到账
}
}