- 用户模块
- 综合功能模块
- 选项接口
- 专业模块
- 高校模块(新)
- 心理试卷模块
- 用 户做题模块
- 心理试卷题目列表模块
- 测试建议专业
- 文件模块
- 微信接口
- 用户志愿表
- MajorCareerController
- 微信支付接口
- 用户与测试关系表
- 分享邀请相关
- 所有gpt统一接口
- 文章模块
- ChatApiController
- 专业分数表
- 志愿卡相关
- WxMiniProgramController
- 127.0.0.1/websocket/coze/
- 52plan/websocket/coze/
- 52plan/websocket/lucky
- 52plan/websocket/autoplan/
getAdvise
POST
/web/miniprogram
请求参数
Authorization
在 header 添加参数
token
示例:
token: ********************
Body 参数application/json
list
array[object (Object)]
可选
province
string
可选
rank
integer
可选
score
integer
可选
score1
integer
可选
score2
integer
可选
score3
integer
可选
score4
integer
可选
score5
integer
可选
score6
integer
可选
sgInfo
string
可选
targetProvince
string
可选
interest
string
可选
subject
string
可选
schoolList
array[object (WebSchoolScoreLite) {6}]
可选
year
string
高考年份
name
string
大学名称
provinceName
string
省份
spname
string
专业名称
min
string
最低分
minSection
string
最低位次
示例
{
"list": [
{
"question": "你对市场营销和商业策略有兴趣吗?",
"answer": 0
},
{
"question": "你对拆解和组装机械或电子产品有兴趣吗?",
"answer": 4
},
{
"question": "你有领导团队完成项目或任务的欲望吗?",
"answer": 0
},
{
"question": "你愿意学习使用各种工具和设备来完成实际任务吗?",
"answer": 1
},
{
"question": "你对探索自然现象和解决科学难题有热情吗?",
"answer": 0
},
{
"question": "你愿意组织和参与社交活动,增进人际关系吗?",
"answer": 1
},
{
"question": "你是否注重生活中的美感和艺术氛围?",
"answer": 0
},
{
"question": "你喜欢在竞争环境中展现自己的能力吗?",
"answer": 4
},
{
"question": "你喜欢整理文件、数据,使其井井有条吗?",
"answer": 3
},
{
"question": "你对遵循规则和流程完成工作感到舒适吗?",
"answer": 0
},
{
"question": "你是否擅长处理繁琐的行政事务?",
"answer": 0
},
{
"question": "你喜欢绘画、音乐、舞蹈等艺术活动吗?",
"answer": 1
},
{
"question": "你喜欢阅读科学书籍和研究报告吗?",
"answer": 3
},
{
"question": "你喜欢参加志愿者活动,帮助有需要的人吗?",
"answer": 1
},
{
"question": "你善于倾听他人的问题并给予建议吗?",
"answer": 3
},
{
"question": "你有创作诗歌、小说、绘画等艺术作品的冲动吗?",
"answer": 2
},
{
"question": "你是否经常思考抽象的理论和概念?",
"answer": 0
},
{
"question": "你喜欢在户外进行体力劳动,如园艺、建筑工作等吗?",
"answer": 2
}
],
"rank": 10586,
"type": "普通类",
"sgInfo": "物化生",
"province": "北京",
"subject": "综合",
"targetProvince": "北京",
"score": "600",
"score1": "100",
"score4": "100",
"score5": "100",
"score2": "100",
"score3": "100",
"score6": "100"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://www.52plan.cn:9092/prod/web/miniprogram' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"list": [
{
"question": "你对市场营销和商业策略有兴趣吗?",
"answer": 0
},
{
"question": "你对拆解和组装机械或电子产品有兴趣吗?",
"answer": 4
},
{
"question": "你有领导团队完成项目或任务的欲望吗?",
"answer": 0
},
{
"question": "你愿意学习使用各种工具和设备来完成实际任务吗?",
"answer": 1
},
{
"question": "你对探索自然现象和解决科学难题有热情吗?",
"answer": 0
},
{
"question": "你愿意组织和参与社交活动,增进人际关系吗?",
"answer": 1
},
{
"question": "你是否注重生活中的美感和艺术氛围?",
"answer": 0
},
{
"question": "你喜欢在竞争环境中展现自己的能力吗?",
"answer": 4
},
{
"question": "你喜欢整理文件、数据,使其井井有条吗?",
"answer": 3
},
{
"question": "你对遵循规则和流程完成工作感到舒适吗?",
"answer": 0
},
{
"question": "你是否擅长处理繁琐的行政事务?",
"answer": 0
},
{
"question": "你喜欢绘画、音乐、舞蹈等艺术活动吗?",
"answer": 1
},
{
"question": "你喜欢阅读科学书籍和研究报告吗?",
"answer": 3
},
{
"question": "你喜欢参加志愿者活动,帮助有需要的人吗?",
"answer": 1
},
{
"question": "你善于倾听他人的问题并给予建议吗?",
"answer": 3
},
{
"question": "你有创作诗歌、小说、绘画等艺术作品的冲动吗?",
"answer": 2
},
{
"question": "你是否经常思考抽象的理论和概念?",
"answer": 0
},
{
"question": "你喜欢在户外进行体力劳动,如园艺、建筑工作等吗?",
"answer": 2
}
],
"rank": 10586,
"type": "普通类",
"sgInfo": "物化生",
"province": "北京",
"subject": "综合",
"targetProvince": "北京",
"score": "600",
"score1": "100",
"score4": "100",
"score5": "100",
"score2": "100",
"score3": "100",
"score6": "100"
}'
返回响应
🟢200成功
application/json
Body
description
code
integer
状态码
msg
string
可选
提示信息
data
null
数据
示例
{
"code": 0,
"msg": "请求成功",
"data": {
"list": [
{}
],
"province": "",
"rank": 0,
"score": 0,
"score1": 0,
"score2": 0,
"score3": 0,
"score4": 0,
"score5": 0,
"score6": 0,
"sgInfo": "",
"targetProvince": "",
"interest": "",
"subject": "",
"schoolList": [
{
"year": "",
"name": "",
"provinceName": "",
"spname": "",
"min": "",
"minSection": ""
}
]
}
}
修改于 2025-06-23 15:38:26