ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 获取可升级的级别列表 ~~~[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": [] } ~~~