文档
测试

挑战等级

POST
http://leave3.com/skipping/api/StuHomePage/getChallengeDegree

请求头

参数名
类型
描述
必填
Authorization
NDF3MVQxbEFMM3JrU0dCeFNBVDdTM2dpWjhRQ2MyOXRWbTB2Vm51NTlIT3BNMVd1Z0Vnckw4Y0hmM3dkVjJsOC0xPXdYNi01TTJ6dWkzZ2ljOThIZTF3WmtwRk1YNDcwTTZpLVVHSERtSnRabg%3D%3D
必填

请求参数

参数名
类型
描述
必填
activity_id
活动id
必填

响应参数

参数名
类型
描述
必填
degrees
等级列表
必填
id
等级id
必填
title
等级名称
必填
status
是否达到等级 1是 2否
必填
next_degree
下一等级
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "degrees": [ { "id": 1200, "degree_id": 1200, "project_id": 1217, "num": 100, "grade": "33", "grade_name": "三年级", "unit": "个", "create_by_uuid": "b4b25a137a9b79b65b6cdf1b570518e8", "create_by_name": "18626309049", "create_date": "2025-03-11 17:15:53", "school_year_id": null, "school_year_title": null, "company_uuid": "wwd4468956aacb1438", "company_name": null, "title": "成就奖", "status": 1 }, { "id": 1199, "degree_id": 1199, "project_id": 1217, "num": 150, "grade": "33", "grade_name": "三年级", "unit": "个", "create_by_uuid": "b4b25a137a9b79b65b6cdf1b570518e8", "create_by_name": "18626309049", "create_date": "2025-03-11 17:15:42", "school_year_id": null, "school_year_title": null, "company_uuid": "wwd4468956aacb1438", "company_name": null, "title": "风云奖", "status": 1 }, { "id": 1198, "degree_id": 1198, "project_id": 1217, "num": 200, "grade": "33", "grade_name": "三年级", "unit": "个", "create_by_uuid": "b4b25a137a9b79b65b6cdf1b570518e8", "create_by_name": "18626309049", "create_date": "2025-03-11 17:15:30", "school_year_id": null, "school_year_title": null, "company_uuid": "wwd4468956aacb1438", "company_name": null, "title": "奋力奖", "status": 1 }, { "id": 1197, "degree_id": 1197, "project_id": 1217, "num": 300, "grade": "33", "grade_name": "三年级", "unit": "次", "create_by_uuid": "8ae8b8d0213e1f1e0a84bcf326e2d4c0", "create_by_name": "18795871328", "create_date": "2025-03-11 13:38:22", "school_year_id": null, "school_year_title": null, "company_uuid": "wwd4468956aacb1438", "company_name": null, "title": "活力奖", "status": 1 } ], "next_degree": { "id": 1197, "project_id": 1217, "title": "活力奖", "create_by_uuid": "8ae8b8d0213e1f1e0a84bcf326e2d4c0", "create_by_name": "18795871328", "create_date": "2025-03-11 09:51:12", "school_year_id": 34, "school_year_title": "2024-2025学年", "company_uuid": "wwd4468956aacb1438", "company_name": null } } }