多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 基本信息 **Path:** /api/user/level/grade **Method:** GET **接口描述:** ### 请求参数 ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ list | object \[\] | 非必须 | | 任务列表 | item 类型: object | | ├─ name | string | 非必须 | | 会员名称 | | | ├─ discount | number | 非必须 | | 享受折扣 | | | ├─ image | string | 非必须 | | 会员卡背景 | | | ├─ icon | string | 非必须 | | 会员等级 | | | ├─ explain | string | 非必须 | | 会员任务等级说明 | | | ├─ id | integer | 非必须 | | 任务等级编号 | | | ├─ grade | number | 非必须 | | 会员等级 | | | ├─ is\_clear | boolean | 非必须 | | 会员状态||true=关闭,false=开启 | | | ├─ task | object | 非必须 | | | | | ├─ list | object \[\] | 非必须 | | 任务列表 | item 类型: object | | ├─ name | string | 非必须 | | 任务名称 | | | ├─ real\_name | string | 非必须 | | 配置原名 | | | ├─ task\_type | string | 非必须 | | 任务类型 | | | ├─ illustrate | string | 非必须 | | 任务说明 | | | ├─ number | number | 非必须 | | 限定数 | | | ├─ id | integer | 非必须 | | 任务编号 | | | ├─ reach\_count | number | 非必须 | | 完成的任务数量 | | | ├─ task | object \[\] | 非必须 | | 任务列表 | item 类型: object | | ├─ name | string | 非必须 | | 任务名称 | | | ├─ real\_name | string | 非必须 | | 配置原名 | | | ├─ task\_type | string | 非必须 | | 任务类型 | | | ├─ illustrate | string | 非必须 | | 任务说明 | | | ├─ number | number | 非必须 | | 限定数 | | | ├─ id | integer | 非必须 | | 任务编号 | | | ├─ new\_number | string | 非必须 | | 新限定数 | | | ├─ speed | string | 非必须 | | 任务完成率 | | | ├─ finish | string | 非必须 | | 条件是否满足|1=满足,0=未满足 | | | ├─ task\_type\_title | string | 非必须 | | 未满足提示 | |