获取参与的最近已开奖期数

3· 获取参与的最近已开奖期数
请求方式: GET
URL:https://{path}/user/getLatestLotteryQishu
入参:
Type: RequestParam
{
"userId": String 用户ID 必填
}
出参:
{
"code": "000000",
"message": "SUCCESS",
"time": "2021-12-17T03:19:55.485+0000",
"body": 2022010615 //期数,未参加过任何期数则返回null
}
}