🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 获取可升级的级别列表 ~~~[api] post:http://thinkagentlarge.data.cuci.cc/agent/api.v1.promote/getAllowLevel.html *unionid=oGsrks_ByPI_LoQcutU_Efgh9VFo#绑定微信unionid deviceid=1234567890#授权设备ID <<< 操作成功 { "code": 1, "msg": "成功获取等级", "data": [ { "id": 1, "level": 1, "star": 3, "title": "董事三星" }, { "id": 3, "level": 1, "star": 2, "title": "董事二星" }, { "id": 4, "level": 1, "star": 1, "title": "董事一星" }, { "id": 24, "level": 2, "star": 1, "title": "联创" } ] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~