个人项目
  1. 示例项目
个人项目
  • 🦊一分钟,了解 Apifox !
  • 示例项目
    • 通义千问:提取文件内容生成15道面试题
      POST
    • 通义千问:普通接口流式聊天
      POST
    • 通义千问:直接上传简历优化简历内容
      POST
    • 豆包:输入信息,生成html格式简历
      POST
    • 豆包:输入信息,生成json数据接口
      POST
    • 豆包:根据简历内容生成10道面试题
      POST
    • 豆包:根据简历内容生成简历分析
      POST
    • 豆包:简历模块优化
      POST
    • 豆包:根据简历内容生成简历
      POST
    • 豆包:根据简历内容生成职业规划
      POST
  • 修改训练任务
    PUT
  • 添加训练任务
    POST
  • 训练列表
    POST
  1. 示例项目

豆包:根据简历内容生成简历分析

开发中
POST
http://localhost:6014/trainingplan/save

请求参数

Header 参数

Body 参数text/plain
示例
示例值:{ "trainingConfigs": [ { "id": "", "trainingId": "1", "taskType": 1, "taskName": "", "configContent": "{\"communityType\":\"1\",\"facilityType\":\"type1\",\"prescriptionId\":\"id1\",\"diseaseName\":\"name1\",\"facilityId\":\"fid1\"}", "sceneType": "", "taskStatus": "", "taskTypeStatus": "1", "appointedDay": "2025-07-10 09:27:17", "frequency": "", "timeOfDuration": "", "taskContent": "", "remarks": "", "tenantId": "1", "shopId": "", "userId": "", "creatorId": "", "creatorName": "", "createTime": "2025-07-10 09:27:17", "updateTime": "2025-07-10 09:27:17", "delFlag": "0" } ], "trainingPlans": [ { "id": "", "name": "方案3", "trainingStatus": "", "tenantId": "", "shopId": "", "userId": "", "creatorId": "", "creatorName": "", "createTime": "2025-07-10 09:27:17", "updateTime": "2025-07-10 09:27:17", "delFlag": "", "doctorName": "", "hospitalName": "" } ], "taskQoList": [ { "communityType": "111", "facilityType": "11", "prescriptionId": "11", "diseaseName": "11", "facilityId": "1" } ] }

示例代码

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://localhost:6014/trainingplan/save' \
--header 'Authorization: Bearer ba1b858f-95eb-4fbf-8866-ae885ac3212a' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "trainingConfigs": [
        {
            "id": "",
            "trainingId": "1",
            "taskType": 1,
            "taskName": "",
        "configContent": "{\"communityType\":\"1\",\"facilityType\":\"type1\",\"prescriptionId\":\"id1\",\"diseaseName\":\"name1\",\"facilityId\":\"fid1\"}",            "sceneType": "",
            "taskStatus": "",
            "taskTypeStatus": "1",
            "appointedDay": "2025-07-10 09:27:17",
            "frequency": "",
            "timeOfDuration": "",
            "taskContent": "",
            "remarks": "",
            "tenantId": "1",
            "shopId": "",
            "userId": "",
            "creatorId": "",
            "creatorName": "",
            "createTime": "2025-07-10 09:27:17",
            "updateTime": "2025-07-10 09:27:17",
            "delFlag": "0"
        }
    ],
    "trainingPlans": [
        {
            "id": "",
            "name": "方案3",
            "trainingStatus": "",
            "tenantId": "",
            "shopId": "",
            "userId": "",
            "creatorId": "",
            "creatorName": "",
            "createTime": "2025-07-10 09:27:17",
            "updateTime": "2025-07-10 09:27:17",
            "delFlag": "",
            "doctorName": "",
            "hospitalName": ""
        }
    ],
     "taskQoList": [
        {
            "communityType": "111",
            "facilityType": "11",
            "prescriptionId": "11",
            "diseaseName": "11",
            "facilityId": "1"
        }
    ]

}'

返回响应

🟢200成功
application/json
Body

示例
{}
修改于 2025-07-10 06:34:38
上一页
豆包:根据简历内容生成10道面试题
下一页
豆包:简历模块优化
Built with