获取签到信息

请求URL:

  • /getUserSignInList

请求方式:

  • GET

参数:

参数名 必选 类型 说明

返回示例

{
    "code": 200,
    "msg": "SUCCESS",
    "data": {
        "isGetToday": 0,
        "list": [
            {
                "amount": 10,
                "isGet": 0,
                "day": 1
            },
            {
                "amount": 10,
                "isGet": 0,
                "day": 2
            },
            {
                "amount": 10,
                "isGet": 0,
                "day": 3
            },
            {
                "amount": 11,
                "isGet": 0,
                "day": 4
            },
            {
                "amount": 11,
                "isGet": 0,
                "day": 5
            },
            {
                "amount": 11,
                "isGet": 0,
                "day": 6
            },
            {
                "amount": 25,
                "isGet": 0,
                "day": 7
            }
        ]
    }
}

返回参数说明

参数名 类型 说明
code int 状态码
msg string 提示信息
data struct 数据
-isGetToday uint8 今日是否已签到:1-是;0-否
-list []struct 签到配置列表
--amount uint 签到获取金币数
--isGet uint8 是否已签到
--day uint 签到天数
2021 © Live all right reserved,powered by Gitbook该文件修订时间: 2025-06-09 14:11:26

results matching ""

    No results matching ""