diff --git a/project.private.config.json b/project.private.config.json index 5e21393..d4b4349 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -22,11 +22,60 @@ "miniprogram": { "list": [ { + "name": "医生-患者详情", + "pathName": "doctor/pages/d_patientDetail/index", + "query": "id=67", + "scene": null, + "launchMode": "default" + }, + { + "name": "病例报告", + "pathName": "pages/caseReport/index", + "query": "name=门诊病历及处方", + "launchMode": "default", + "scene": null + }, + { + "name": "就诊记录详情", + "pathName": "gift/pages/recordDetail/index", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "就诊记录列表页", + "pathName": "gift/pages/recordList/index", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "就诊记录", + "pathName": "gift/pages/record/index", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "医生-新建消息", + "pathName": "doctor/pages/d_createTask/index", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "医生-任务列表", + "pathName": "doctor/pages/d_taskList/index", + "query": "", + "launchMode": "default", + "scene": null + }, + { "name": "患者-问题反馈", "pathName": "pages/feedback/index", "query": "", - "scene": null, - "launchMode": "default" + "launchMode": "default", + "scene": null }, { "name": "患者-更改手机号", @@ -134,13 +183,6 @@ "scene": null }, { - "name": "医生-患者详情", - "pathName": "doctor/pages/d_patientDetail/index", - "query": "id=1313", - "launchMode": "default", - "scene": null - }, - { "name": "医生-患者列表", "pathName": "doctor/pages/d_patient/index", "query": "", diff --git a/src/app.json b/src/app.json index d80ceaf..e5e5de8 100644 --- a/src/app.json +++ b/src/app.json @@ -47,9 +47,9 @@ "pages/webview/index", "pages/infusionCenter/index", "pages/interactivePatient/index", - "pages/referral/index", "pages/qaForm/index", "pages/qaFormDetail/index", + "pages/caseReport/index", "pages/feedback/index" ], "subpackages": [ @@ -64,7 +64,10 @@ "pages/myHealthRecordChart/index", "pages/cutaneous/index", "pages/cutaneousDetail/index", - "pages/cutaneousVideo/index" + "pages/cutaneousVideo/index", + "pages/record/index", + "pages/recordList/index", + "pages/recordDetail/index" ] }, { @@ -120,10 +123,6 @@ "text": "知识" }, { - "pagePath": "pages/live/index", - "text": "活动" - }, - { "pagePath": "pages/my/index", "text": "我的" } diff --git a/src/app.ts b/src/app.ts index 2079d78..a91c519 100644 --- a/src/app.ts +++ b/src/app.ts @@ -21,13 +21,8 @@ App({ upFileUrl: 'https://m.igg4.hbraas.com/', imageUrl: 'https://m.igg4.hbraas.com/igg4/', - // appid:wx9404bbbdaf52c276 - // url: 'https://m.zd.hbraas.com', - // upFileUrl: 'https://m.zd.hbraas.com/', - // imageUrl: 'https://m.zd.hbraas.com/zd/', - // pro - // appid:wx96f45ca4f1fa36ec + // appid:wx346254575bd711a7 // url: 'https://m.igg4.hbsaas.com', // upFileUrl: 'https://m.igg4.hbsaas.com/', // imageUrl: 'https://m.igg4.hbsaas.com/igg4/', @@ -253,7 +248,7 @@ App({ verifySys(pub = false) { // 1:患者 2:医生 const { loginType, isLogin, anyWhere } = this.globalData - console.log("DEBUGPRINT[229]: app.ts:246: loginType=", loginType) + console.log('DEBUGPRINT[229]: app.ts:246: loginType=', loginType) const pages = getCurrentPages() const currentPage = pages[pages.length - 1] const url = currentPage.route diff --git a/src/components/toast/index.scss b/src/components/toast/index.scss index cee76ff..fccfb40 100644 --- a/src/components/toast/index.scss +++ b/src/components/toast/index.scss @@ -2451,7 +2451,7 @@ width: 670rpx; box-sizing: border-box; border-radius: 24rpx; - background: linear-gradient(180deg, #E6F4FF 0%, #FFFFFF 22.89%, #FFFFFF 100%); + background: linear-gradient(180deg, #e6f4ff 0%, #ffffff 22.89%, #ffffff 100%); .content { font-size: 36rpx; color: rgba(34, 34, 34, 1); @@ -3621,6 +3621,102 @@ } } +.popup-no-write { + .badge { + position: relative; + z-index: 1; + margin: 0 auto -90rpx; + display: block; + width: 204rpx; + height: 160rpx; + } + .popup-container { + padding: 144rpx 0 0; + width: 540rpx; + box-sizing: border-box; + background-color: #fff; + border-radius: 24rpx; + box-shadow: inset 0rpx -1rpx 0rpx 0rpx #e5e6eb; + .title { + padding-bottom: 48rpx; + font-size: 36rpx; + color: #222222; + font-weight: bold; + text-align: center; + } + .footer { + border-top: 1px solid #eaebef; + display: flex; + .btn1, + .btn2 { + flex: 1; + padding: 22rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 32rpx; + } + .btn1 { + border-right: 1px solid #eaebef; + color: #212120; + } + .btn2 { + color: #0eb66d; + } + } + } + &.drug { + .footer { + .btn2 { + color: rgba(89, 86, 233, 1); + } + } + } +} + +.popup-one-write { + .badge { + position: relative; + z-index: 1; + margin: 0 auto -90rpx; + display: block; + width: 204rpx; + height: 160rpx; + } + .popup-container { + padding: 116rpx 0 32rpx; + width: 550rpx; + box-sizing: border-box; + background-color: #fff; + border-radius: 24rpx; + box-shadow: inset 0rpx -1rpx 0rpx 0rpx #e5e6eb; + .title { + padding-bottom: 48rpx; + font-size: 36rpx; + color: #222222; + font-weight: bold; + text-align: center; + } + .btn { + margin: 0 auto; + width: 486rpx; + height: 96rpx; + background: linear-gradient(86deg, #0eb66d 0%, #00d277 100%); + border-radius: 16rpx 16rpx 16rpx 16rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 32rpx; + color: #ffffff; + } + } + &.drug { + .btn { + background: linear-gradient(274deg, #5956e9 0%, #b384f4 100%); + } + } +} + .close { margin: 48rpx auto 0; display: block; diff --git a/src/components/toast/index.wxml b/src/components/toast/index.wxml index 0a9312a..dde66f6 100644 --- a/src/components/toast/index.wxml +++ b/src/components/toast/index.wxml @@ -892,7 +892,9 @@ 《用户协议》 《隐私政策》 - 《个人信息共享知情同意书》 + + 《个人信息共享知情同意书》 + @@ -1092,6 +1094,23 @@ + + + + 您有填写信息还未提交 + + 退出 + 提交 + + + + + + + 请至少完成一项填写 + 继续 + + + - + - + - 用药提醒 + 就诊记录 () Page({ data: { - step: 1, + background: 'transparent', + + step: 2, TemplateType: 1, templates: [] as any, @@ -348,6 +350,8 @@ Page({ title: '确认创建群发任务', content: '将会按您创建的规则给所有符合条件患者发送消息', confirmColor: 'rgba(22, 121, 203, 1)', + confirmText: '确认', + cancelText: '取消', success: (res) => { if (res.confirm) { const params = { @@ -401,6 +405,5 @@ Page({ handleBack() { wx.navigateBack() }, - handleViewMp() { - }, + handleViewMp() {}, }) diff --git a/src/doctor/pages/d_createTask/index.wxml b/src/doctor/pages/d_createTask/index.wxml index 356fb05..0492f4e 100644 --- a/src/doctor/pages/d_createTask/index.wxml +++ b/src/doctor/pages/d_createTask/index.wxml @@ -1,7 +1,7 @@ 您配置的内容会通过对话列表及公众号提醒通知患者 + + 选择全员 + + + + 绑定时间 {{BindStartDate}} - + - - {{BindEndDate}} - + + + - 本周ADL测评 - - - {{item.value}} - - - - - 是否有ADL测评 - - - {{item.value}} - - - - - ADL测评间隔时长 - - - {{item.value}} - - - - - 是否双达标 + 确诊IgG4-R + + - ADL评分(多选) + 正在使用的药物 - - ADL分数变化(多选) - - - {{item.value}} - - - - - {{item.value}} - - - - - - 分 - - - - - - 分 - - - - - 激素用量(多选) - - - {{item.value}} - - - - - 激素变化(多选) - - - {{item.value}} - - - - - 延髓症状 - - - {{item.value}} - - - - - 抗体类型 - - - {{item.value}} - - - - - 胸腺异常 - - - {{item.value}} - - - - - 既往发生危象 - - - {{item.value}} - - - - - 传统免疫抑制剂 - - - {{item.value}} - - - - - 医保类型 - - - {{item.value}} - - - @@ -351,7 +142,7 @@ data-id="{{item.Id}}" > - + {{item.InteractMsgContent}} @@ -369,7 +160,7 @@ 刷新 - + 清空选项 diff --git a/src/doctor/pages/d_patient/index.scss b/src/doctor/pages/d_patient/index.scss index 76fe0cf..16ced0c 100644 --- a/src/doctor/pages/d_patient/index.scss +++ b/src/doctor/pages/d_patient/index.scss @@ -14,26 +14,51 @@ page { z-index: 10; background-color: #fff; - .search { - padding: 16rpx 32rpx; + .search-wrap { display: flex; align-items: center; gap: 16rpx; - background: rgba(243, 243, 243, 1); - border-radius: 140rpx 140rpx 140rpx 140rpx; + .search { + flex: 1; + padding: 16rpx 32rpx; + display: flex; + align-items: center; + gap: 16rpx; + background: rgba(243, 243, 243, 1); + border-radius: 140rpx 140rpx 140rpx 140rpx; + height: 76rpx; + box-sizing: border-box; - .icon { - width: 40rpx; - height: 40rpx; - } + .icon { + width: 40rpx; + height: 40rpx; + } - .input { - flex: 1; - font-size: 32rpx; - } + .input { + flex: 1; + font-size: 32rpx; + } - .input-place { - color: rgba(33, 33, 32, 0.3); + .input-place { + color: rgba(33, 33, 32, 0.3); + } + } + .send { + flex-shrink: 0; + padding: 16rpx 28rpx; + background: linear-gradient(96deg, #293b9f 0%, #1679cb 100%); + border-radius: 48rpx; + font-size: 32rpx; + color: #ffffff; + display: flex; + align-items: center; + gap: 12rpx; + height: 76rpx; + box-sizing: border-box; + .icon { + width: 40rpx; + height: 40rpx; + } } } .navbar { diff --git a/src/doctor/pages/d_patient/index.wxml b/src/doctor/pages/d_patient/index.wxml index c0e06e3..47b4a6c 100644 --- a/src/doctor/pages/d_patient/index.wxml +++ b/src/doctor/pages/d_patient/index.wxml @@ -1,18 +1,24 @@ - - - + + + + + + + + 群发 + 全部 @@ -27,7 +33,10 @@ {{item.Name}} - 病程:{{item.DiagnosisTimeRange == 1 ? '6个月以内' : item.DiagnosisTimeRange == 2 ? '6个月-3年' : '3年以上'}} + + 病程:{{item.DiagnosisTimeRange == 1 ? '6个月以内' : item.DiagnosisTimeRange == 2 ? '6个月-3年' : + '3年以上'}} + 邀约时间:{{tools.formatDate(item.InviteTime)}} 备注:{{item.DoctorRemark || '无'}} diff --git a/src/doctor/pages/d_patientDetail/index.json b/src/doctor/pages/d_patientDetail/index.json index 1d9f7fc..e30ea72 100644 --- a/src/doctor/pages/d_patientDetail/index.json +++ b/src/doctor/pages/d_patientDetail/index.json @@ -3,6 +3,8 @@ "usingComponents": { "van-icon": "@vant/weapp/icon/index", "van-popup": "@vant/weapp/popup/index", - "toast": "/components/toast/index" + "toast": "/components/toast/index", + "van-sticky": "@vant/weapp/sticky/index", + "ec-canvas": "/components/ec-canvas/ec-canvas" } } diff --git a/src/doctor/pages/d_patientDetail/index.scss b/src/doctor/pages/d_patientDetail/index.scss index d339dc1..eb8ce68 100644 --- a/src/doctor/pages/d_patientDetail/index.scss +++ b/src/doctor/pages/d_patientDetail/index.scss @@ -1,4 +1,5 @@ page { + background-color: #fcfcfc; padding-bottom: calc(140rpx + env(safe-area-inset-bottom)); } .page { @@ -6,6 +7,7 @@ page { overflow-x: hidden; padding-bottom: 200rpx; .banner { + position: relative; margin: 40rpx 40rpx 0; padding: 48rpx 32rpx; display: flex; @@ -13,6 +15,25 @@ page { border-radius: 12rpx 12rpx 12rpx 12rpx; border: 1px solid #f4f3f3; box-shadow: 0 4rpx 32rpx 0 rgba(0, 0, 0, 0.08); + .generate-pdf { + position: absolute; + right: 0; + top: 0; + padding: 0 24rpx; + height: 56rpx; + background: linear-gradient(96deg, #293b9f 0%, #1679cb 100%); + font-size: 28rpx; + color: rgba(255, 255, 255, 1); + border-radius: 0 12rpx 0 24rpx; + line-height: 56rpx; + display: flex; + align-items: center; + gap: 12rpx; + .icon { + width: 28rpx; + height: 28rpx; + } + } .avatar { flex-shrink: 0; .avatar-img { @@ -45,8 +66,32 @@ page { } } } + .nav { + padding: 32rpx 40rpx; + background-color: #fcfcfc; + .nav-wrap { + background-color: rgba(243, 243, 243, 1); + padding: 8rpx; + border-radius: 12rpx; + display: flex; + align-items: center; + .nav-item { + flex: 1; + padding: 10rpx; + font-size: 32rpx; + color: rgba(33, 33, 32, 0.4); + line-height: 48rpx; + text-align: center; + &.active { + background-color: #fff; + border-radius: 8rpx; + color: rgba(22, 121, 203, 1); + } + } + } + } .container { - margin: 32rpx 40rpx; + margin: 0 40rpx 32rpx; padding: 0 32rpx; background: #ffffff; box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.08); @@ -79,16 +124,265 @@ page { } } } + .chart { + margin: 32rpx 40rpx; + .chart-header { + margin-top: 48rpx; + display: flex; + gap: 24rpx; + .type { + padding: 8rpx 32rpx; + font-size: 32rpx; + color: rgba(34, 34, 34, 0.6); + background-color: rgba(246, 246, 246, 1); + border-radius: 58rpx; + display: flex; + align-items: center; + gap: 14rpx; + .icon { + font-size: 24rpx; + color: rgba(34, 34, 34, 0.6); + transform: rotate(90deg); + } + } + .date { + padding: 8rpx 32rpx; + font-size: 32rpx; + color: rgba(34, 34, 34, 0.6); + background-color: rgba(246, 246, 246, 1); + border-radius: 58rpx; + display: flex; + align-items: center; + gap: 14rpx; + .line { + margin: 0 10rpx; + } + .icon { + transform: rotate(90deg); + color: rgba(34, 34, 34, 0.6); + font-size: 24rpx; + } + } + } + .chart-container { + margin-top: 32rpx; + padding: 32rpx; + background-color: #fff; + border-radius: 24rpx 24rpx 24rpx 24rpx; + border: 2rpx solid #ffffff; + box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.08); + .c-header { + display: flex; + justify-content: space-between; + .title { + font-size: 36rpx; + color: rgba(0, 0, 0, 1); + font-weight: bold; + display: flex; + align-items: center; + gap: 24rpx; + &::before { + content: ''; + width: 8rpx; + height: 36rpx; + background: rgba(22, 121, 203, 1); + border-radius: 32rpx 32rpx 32rpx 32rpx; + } + } + .sub { + font-size: 32rpx; + color: rgba(34, 34, 34, 0.4); + } + } + .w-chart { + height: 460rpx; + } + } + } + .case-report { + margin: 64rpx 40rpx 0; + .c-header { + display: flex; + align-items: center; + gap: 32rpx; + .name { + flex-shrink: 0; + font-size: 36rpx; + color: rgba(0, 0, 0, 1); + font-weight: bold; + text-align: center; + position: relative; + z-index: 1; + &::after { + margin-top: -20rpx; + display: block; + content: ''; + height: 20rpx; + background: linear-gradient(90deg, #1679cb 0%, rgba(22, 121, 203, 0) 100%); + border-radius: 0rpx 0rpx 0rpx 0rpx; + opacity: 0.2; + } + } + } + .list { + .row { + margin-top: 32rpx; + padding: 34rpx; + background-color: #fff; + border-radius: 24rpx; + display: flex; + gap: 24rpx; + box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(0, 0, 0, 0.08); + .icon { + flex-shrink: 0; + width: 96rpx; + height: 96rpx; + } + .col { + .name { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + } + .content { + margin-top: 8rpx; + font-size: 28rpx; + color: rgba(34, 34, 34, 0.5); + } + } + } + } + } + + .record-list { + margin: 32rpx 40rpx 0; + .card { + display: flex; + gap: 20rpx; + .aside { + display: flex; + flex-direction: column; + align-items: center; + flex-shrink: 0; + .line-top, + .line-bottom { + border-right: 1px dashed rgba(34, 34, 34, 0.2); + } + .line-top { + flex-shrink: 0; + } + .line-bottom { + flex: 1; + } + .circle { + flex-shrink: 0; + width: 20rpx; + height: 20rpx; + border-radius: 50%; + background-color: rgba(22, 121, 203, 1); + background-clip: content-box; + border: 6rpx solid rgba(22, 121, 203, 0.1); + } + } + .wrap { + flex: 1; + min-width: 0; + padding-bottom: 48rpx; + .date { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + line-height: 1; + } + .w-container { + position: relative; + margin-top: 24rpx; + padding: 32rpx; + border-radius: 24rpx; + background-color: #fff; + box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.08); + .del { + position: absolute; + top: 1px; + right: 1px; + padding: 8rpx 16rpx; + background-color: rgba(246, 246, 246, 1); + font-size: 28rpx; + font-weight: bold; + color: rgba(34, 34, 34, 1); + border-radius: 0 24rpx 0 24rpx; + } + .name { + font-size: 32rpx; + color: rgba(34, 34, 34, 1); + } + .content { + margin-top: 16rpx; + display: flex; + align-items: center; + justify-content: space-between; + .c-left { + display: flex; + gap: 8rpx; + align-items: baseline; + line-height: 84rpx; + .num { + font-size: 72rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + } + .sub { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + } + .icon { + width: 44rpx; + height: 51rpx; + } + } + .status { + font-size: 32rpx; + color: rgba(14, 182, 109, 1); + padding: 0 12rpx; + background-color: rgba(14, 182, 109, 0.08); + border-radius: 8rpx; + } + } + .row { + margin-top: 32rpx; + padding: 32rpx; + background-color: rgba(246, 246, 246, 1); + border-radius: 16rpx; + display: flex; + align-items: center; + gap: 8rpx; + .col { + flex: 1; + .c-name { + font-size: 32rpx; + color: rgba(34, 34, 34, 0.5); + } + .c-content { + margin-top: 16rpx; + font-size: 40rpx; + color: rgba(34, 34, 34, 1); + } + } + } + } + } + } + } .footer { - padding: 0 40rpx; + padding: 32rpx 40rpx calc(env(safe-area-inset-bottom) + 32rpx); position: fixed; - bottom: calc(env(safe-area-inset-bottom) + 32rpx); + bottom: 0; left: 0; width: 100%; box-sizing: border-box; display: flex; align-items: center; gap: 30rpx; + background-color: #fff; + box-shadow: 0rpx -12rpx 44rpx 0rpx rgba(0, 0, 0, 0.05); .remark { flex: 1; height: 96rpx; diff --git a/src/doctor/pages/d_patientDetail/index.ts b/src/doctor/pages/d_patientDetail/index.ts index 668988d..bf56b52 100644 --- a/src/doctor/pages/d_patientDetail/index.ts +++ b/src/doctor/pages/d_patientDetail/index.ts @@ -2,6 +2,8 @@ import dayjs from 'dayjs' const app = getApp() +let echarts: any = null + Page({ data: { toastShow: false, @@ -106,16 +108,170 @@ Page({ 2: '6个月-3年', 3: '3年以上', }, + + caseReportList: [ + { + icon: 'icon142.png', + name: '门诊病历及处方', + content: '医生手写或电脑打印的病历、处方', + }, + { icon: 'icon127.png', name: '检验报告', content: '抽血检测的IgG4、IgG、ESR等' }, + { icon: 'icon128.png', name: '影像学检查', content: '超声/CT/MRI的描述结论、电子胶片' }, + { icon: 'icon129.png', name: '病理诊断及活检', content: '受累组织穿刺或切除免疫组化报告' }, + { icon: 'icon130.png', name: '外周血免疫功能评估', content: '免疫细胞亚群、淋巴细胞比例测定' }, + ], }, - onLoad(option) { + ecDataTrendComponent: null as any, + async onLoad(option) { this.setData({ id: option.id, }) + echarts = await require.async('../../../resource/components/echart/echarts.js') + this.ecDataTrendComponent = this.selectComponent('#chart1') + this.initChart() app.waitLogin().then(async (_res) => { this.getDoctorDetail() await this.getDetail() }) }, + + initChart(defaultList = []) { + const list: any = [ + ...defaultList, + { Date: '2026-7-7', TotalScore: 100, InjectionBottles: false }, + { Date: '2026-7-8', TotalScore: 1000, InjectionBottles: false }, + ] + return new Promise((reslove) => { + this.ecDataTrendComponent.init((canvas, width, height, dpr) => { + const chart = echarts.init(canvas, null, { + width, + height, + devicePixelRatio: dpr, // new + }) + canvas.setChart(chart) + + const option: any = { + tooltip: { + show: false, + trigger: 'axis', + axisPointer: { + type: 'shadow', + }, + confine: true, + backgroundColor: 'rgba(0, 0, 0, 0.5)', + textStyle: { + color: '#fff', + fontSize: 10, + }, + order: 'seriesDesc', + }, + grid: { + top: '30', + left: '0', + right: '0', + bottom: '10', + containLabel: true, + }, + xAxis: [ + { + type: 'category', + axisTick: { + alignWithLabel: true, + }, + axisLine: { + lineStyle: { + color: 'rgba(34, 34, 34, 0.20)', + type: 'dashed', + }, + }, + data: list.map((item) => dayjs(item.Date).format('MM-DD')), + }, + ], + yAxis: [ + { + type: 'value', + minInterval: 1, + axisLabel: { + color: 'rgba(34, 34, 34, 0.40)', + }, + splitLine: { + lineStyle: { + color: 'rgba(34, 34, 34, 0.20)', + type: 'dashed', + }, + }, + }, + ], + series: [ + { + name: '总分', + data: list.length ? list.map((item) => item.TotalScore) : [25], + barWidth: '16', + label: { + show: true, + position: 'top', + color: 'rgba(22, 121, 203, 1)', + }, + type: 'line', + symbol: 'circle', + symbolSize: 8, + showSymbol: list.length >= 1, + connectNulls: true, + z: 10, + itemStyle: { + color: 'rgba(22, 121, 203, 1)', + }, + markLine: { + symbol: ['none', 'none'], + data: [ + { + name: '135 安全区', + yAxis: 135, + label: { + formatter: '{b}', + position: 'insideMiddle', + color: 'rgba(22, 121, 203, 1)', + fontSize: '10', + }, + lineStyle: { + cap: '', + color: 'rgba(22, 121, 203, 1)', + type: 'dashed', + }, + }, + ], + }, + markArea: { + itemStyle: { + color: 'rgba(22, 121, 203, 0.16)', + }, + data: [ + [ + { + yAxis: 0, + }, + { + yAxis: 135, + }, + ], + ], + }, + }, + ], + dataZoom: { + type: 'inside', // 有type这个属性,滚动条在最下面,也可以不行,写y:36,这表示距离顶端36px,一般就是在图上面。 + startValue: 0, + endValue: 4, + filterMode: 'none', + }, + } + + chart.setOption(option) + reslove(chart) + return chart + }) + }) + }, getDoctorDetail() { wx.ajax({ method: 'GET', @@ -170,7 +326,10 @@ Page({ this.setData({ detail: { ...res, - hideName: res.Name.length <= 2 ? res.Name.charAt(0) + '*' : res.Name.charAt(0) + '*' + res.Name.charAt(res.Name.length - 1), + hideName: + res.Name.length <= 2 + ? res.Name.charAt(0) + '*' + : res.Name.charAt(0) + '*' + res.Name.charAt(res.Name.length - 1), hideTelephone: res.Telephone ? res.Telephone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2') : '', }, }) diff --git a/src/doctor/pages/d_patientDetail/index.wxml b/src/doctor/pages/d_patientDetail/index.wxml index aef6b86..06ed764 100644 --- a/src/doctor/pages/d_patientDetail/index.wxml +++ b/src/doctor/pages/d_patientDetail/index.wxml @@ -1,6 +1,10 @@ + + + + + 基本信息 + 就诊记录 + + + @@ -23,7 +36,10 @@ {{item.AnswerTextStr}} - {{ans}}({{item.OtherText}}) + + {{ans}} + ({{item.OtherText}}) + @@ -34,6 +50,97 @@ {{detail.DoctorRemark || '无'}} + + + + + 按年 + + + + + + 2025.08 + + - + + 2025.09 + + + + + + + 血清IgG4趋势监测 + 单位mg/dL + + + + + + + + + 我的病历报告 + + + + + + {{item.name}} + {{item.content}} + + + + + + + + + + + + + + 2025-06-11 + + lgG4值 + + + 385 + mg/dL + + + + + + + 激素用量 + 10mg/天 + + + 下次复诊时间 + 2025.06.11 + + + + + + 备注 diff --git a/src/doctor/pages/d_taskList/index.json b/src/doctor/pages/d_taskList/index.json index ea9f53c..e89c713 100644 --- a/src/doctor/pages/d_taskList/index.json +++ b/src/doctor/pages/d_taskList/index.json @@ -1,5 +1,5 @@ { - "navigationStyle": "custom", + "navigationBarTitleText": "任务列表", "usingComponents": { "navBar": "/components/navBar/navBar" } diff --git a/src/doctor/pages/d_taskList/index.scss b/src/doctor/pages/d_taskList/index.scss index 03ad008..32ebe30 100644 --- a/src/doctor/pages/d_taskList/index.scss +++ b/src/doctor/pages/d_taskList/index.scss @@ -1,96 +1,100 @@ page { - background: #f2f4f5; + background: rgba(246, 246, 246, 1); } .page { padding-bottom: 300rpx; .card { margin: 30rpx; - padding: 32rpx 30rpx; - background-color: #fff; + background-color: rgba(246, 246, 246, 1); + border: 1px solid rgba(255, 255, 255, 1); border-radius: 24rpx; + .card-body { + padding: 32rpx 30rpx; + background-color: #fff; + border-radius: 24rpx; + .c-header { + padding-bottom: 32rpx; + display: flex; + align-items: center; + justify-content: space-between; + align-items: center; + border-bottom: 1px solid rgba(242, 244, 245, 1); - .c-header { - padding-bottom: 32rpx; - display: flex; - align-items: center; - justify-content: space-between; - align-items: center; - border-bottom: 1px solid rgba(242, 244, 245, 1); - - .id { - font-size: 32rpx; - color: rgba(40, 48, 49, 1); - } - - .status { - font-size: 32rpx; - color: rgba(154, 161, 162, 1); - - &.status1 { - color: rgba(215, 108, 108, 1); - } - - &.status2 { - color: rgba(229, 154, 41, 1); - } - - &.status4 { - color: rgba(103, 186, 202, 1); + .id { + font-size: 32rpx; + color: rgba(34, 34, 34, 1); } - &.status5 { + .status { + font-size: 32rpx; color: rgba(154, 161, 162, 1); - } - &.status6 { - color: rgba(154, 161, 162, 1); - } - } - } + &.status1 { + color: rgba(215, 108, 108, 1); + } - .c-container { - padding-bottom: 32rpx; + &.status2 { + color: rgba(229, 154, 41, 1); + } - .row { - margin-top: 32rpx; - display: flex; + &.status4 { + color: rgba(103, 186, 202, 1); + } - .label { - flex-shrink: 0; - width: 5em; - font-size: 32rpx; - color: rgba(173, 179, 180, 1); + &.status5 { + color: rgba(154, 161, 162, 1); + } + + &.status6 { + color: rgba(154, 161, 162, 1); + } } + } - .content { - flex: 1; - font-size: 32rpx; - color: rgba(40, 48, 49, 1); + .c-container { + padding-bottom: 32rpx; - &:empty::after { - display: block; - content: '无'; - } + .row { + margin-top: 32rpx; + display: flex; - .icon { - margin-left: 10rpx; - width: 32rpx; - height: 32rpx; - vertical-align: -4rpx; + .label { + flex-shrink: 0; + width: 5em; + font-size: 32rpx; + color: rgba(173, 179, 180, 1); } - .f-row { + .content { + flex: 1; font-size: 32rpx; - color: rgba(40, 48, 49, 1); - line-height: 52rpx; + color: rgba(34, 34, 34, 1); - .f-label { - display: inline-block; + &:empty::after { + display: block; + content: '无'; } - .f-content { - display: inline; + .icon { + margin-left: 10rpx; + width: 32rpx; + height: 32rpx; + vertical-align: -4rpx; + } + + .f-row { + font-size: 32rpx; + color: rgba(40, 48, 49, 1); + line-height: 52rpx; + + .f-label { + display: inline-block; + } + + .f-content { + display: inline; + } } } } @@ -98,7 +102,7 @@ page { } .c-footer { - padding: 40rpx 0 0; + padding: 24rpx 30rpx; border-top: 1px solid rgba(242, 244, 245, 1); display: flex; gap: 28rpx; @@ -110,7 +114,7 @@ page { color: rgba(173, 179, 180, 1); .num { - color: rgba(103, 186, 202, 1); + color: rgba(22, 121, 203, 1); font-weight: bold; } } @@ -125,13 +129,13 @@ page { .copy { padding: 12rpx 30rpx; - font-size: 32rpx; + font-size: 28rpx; display: flex; align-items: center; justify-content: center; - color: rgba(103, 186, 202, 1); + color: rgba(22, 121, 203, 1); border-radius: 88rpx 88rpx 88rpx 88rpx; - border: 1rpx solid #67baca; + border: 1rpx solid rgba(22, 121, 203, 1); } .send { @@ -139,7 +143,7 @@ page { display: flex; align-items: center; justify-content: center; - color: rgba(40, 48, 49, 1); + color: rgba(34, 34, 34, 1); border-radius: 88rpx 88rpx 88rpx 88rpx; border: 1rpx solid rgba(39, 58, 101, 0.15); } @@ -149,7 +153,7 @@ page { display: flex; align-items: center; justify-content: center; - color: rgba(40, 48, 49, 1); + color: rgba(34, 34, 34, 1); border-radius: 88rpx 88rpx 88rpx 88rpx; border: 1rpx solid rgba(39, 58, 101, 0.15); } @@ -162,8 +166,8 @@ page { bottom: 100rpx; left: 50%; transform: translateX(-50%); - width: 178rpx; - height: 178rpx; + width: 168rpx; + height: 168rpx; .icon { width: 100%; diff --git a/src/doctor/pages/d_taskList/index.ts b/src/doctor/pages/d_taskList/index.ts index 1bd844d..2810516 100644 --- a/src/doctor/pages/d_taskList/index.ts +++ b/src/doctor/pages/d_taskList/index.ts @@ -5,7 +5,7 @@ const app = getApp() Page({ data: { - list: [] as any[], + list: [{}] as any[], pagination: { page: 1, pages: 1, @@ -32,7 +32,7 @@ Page({ }, onShow() { app.waitLogin().then(() => { - this.getList() + // this.getList() }) }, getList(newPage = 1) { diff --git a/src/doctor/pages/d_taskList/index.wxml b/src/doctor/pages/d_taskList/index.wxml index c76ab25..4ae44c1 100644 --- a/src/doctor/pages/d_taskList/index.wxml +++ b/src/doctor/pages/d_taskList/index.wxml @@ -1,120 +1,121 @@ - - + - - ID:{{item.IdNumber}} - {{Status[item.Status]}} - - - - 创建时间 - {{item.CreateTime}} + + + ID:{{item.IdNumber}} + {{Status[item.Status]}} - - 发布时间 - - {{item.SendTime}} - + + + 创建时间 + {{item.CreateTime}} - - - 筛选条件 - - - 搜索: - {{item.FilterCondition.Search}} - - - 绑定时间: - {{item.FilterCondition.BindStartDate || '---'}}~{{item.FilterCondition.BindEndDate || '---'}} - - - 本周ADL测评: - {{IsThisWeekAdlObj[item.FilterCondition.IsThisWeekAdl]}} - - - 是否有ADL测评: - {{HasAdlObj[item.FilterCondition.HasAdl]}} - - - ADL测评间隔时长: - {{AdlTimeObj[item.FilterCondition.AdlTime]}} - - - 是否双达标: - {{DoubleStandardObj[item.FilterCondition.DoubleStandard]}} + + 发布时间 + + {{item.SendTime}} + - - ADL评分(多选): - - - {{AdlScorceObj[subItem]}}{{index < item.FilterCondition.AdlScore.length - 1 ? ',' : ''}} - + + + 筛选条件 + + + 搜索: + {{item.FilterCondition.Search}} - - - ADL分数变化(多选): - - - {{AdlScoreChangeObj[subItem]}}{{index < item.FilterCondition.AdlScoreChange.length - 1 ? ',' : ''}} - - - {{AdlScoreChangeTypeObj[item.FilterCondition.AdlScoreChangeType]}} - - - ({{item.FilterCondition.AdlScoreChangeMin}}-{{item.FilterCondition.AdlScoreChangeMax}}) - + + 绑定时间: + + {{item.FilterCondition.BindStartDate || '---'}}~{{item.FilterCondition.BindEndDate || '---'}} + - - - 激素用量(多选): - - - {{SteroidDailyDoseObj[subItem]}}{{index < item.FilterCondition.SteroidDailyDose.length - 1 ? ',' : ''}} - + + 本周ADL测评: + {{IsThisWeekAdlObj[item.FilterCondition.IsThisWeekAdl]}} - - - 激素变化(多选): - - - {{SteroidDailyDoseChangeObj[subItem]}}{{index < item.FilterCondition.SteroidDailyDoseChange.length - 1 ? - ',' : ''}} - + + 是否有ADL测评: + {{HasAdlObj[item.FilterCondition.HasAdl]}} - - - 延髓症状: - {{PharyngealSymptomsObj[item.FilterCondition.PharyngealSymptoms]}} - - - 抗体类型: - {{AntibodyTypeObj[item.FilterCondition.AntibodyType]}} - - - 胸腺异常: - {{ThyroidAbnormalObj[item.FilterCondition.ThyroidAbnormal]}} - - - 既往发生危象: - {{PreviousConvulsionObj[item.FilterCondition.PreviousConvulsion]}} - - - 传统免疫抑制剂: - - {{TraditionalImmunosuppressantObj[item.FilterCondition.TraditionalImmunosuppressant]}} + + ADL测评间隔时长: + {{AdlTimeObj[item.FilterCondition.AdlTime]}} + + + 是否双达标: + {{DoubleStandardObj[item.FilterCondition.DoubleStandard]}} + + + ADL评分(多选): + + + {{AdlScorceObj[subItem]}}{{index < item.FilterCondition.AdlScore.length - 1 ? ',' : ''}} + + + + + ADL分数变化(多选): + + + {{AdlScoreChangeObj[subItem]}}{{index < item.FilterCondition.AdlScoreChange.length - 1 ? ',' : ''}} + + + {{AdlScoreChangeTypeObj[item.FilterCondition.AdlScoreChangeType]}} + + + ({{item.FilterCondition.AdlScoreChangeMin}}-{{item.FilterCondition.AdlScoreChangeMax}}) + + + + + 激素用量(多选): + + + {{SteroidDailyDoseObj[subItem]}}{{index < item.FilterCondition.SteroidDailyDose.length - 1 ? ',' : + ''}} + + + + + 激素变化(多选): + + + {{SteroidDailyDoseChangeObj[subItem]}}{{index < item.FilterCondition.SteroidDailyDoseChange.length - 1 + ? ',' : ''}} + + + + + 延髓症状: + {{PharyngealSymptomsObj[item.FilterCondition.PharyngealSymptoms]}} + + + 抗体类型: + {{AntibodyTypeObj[item.FilterCondition.AntibodyType]}} + + + 胸腺异常: + {{ThyroidAbnormalObj[item.FilterCondition.ThyroidAbnormal]}} + + + 既往发生危象: + {{PreviousConvulsionObj[item.FilterCondition.PreviousConvulsion]}} + + + 传统免疫抑制剂: + + {{TraditionalImmunosuppressantObj[item.FilterCondition.TraditionalImmunosuppressant]}} + + + + 医保类型: + {{MedicalInsuranceTypeObj[item.FilterCondition.MedicalInsuranceType]}} - - - 医保类型: - {{MedicalInsuranceTypeObj[item.FilterCondition.MedicalInsuranceType]}} @@ -138,6 +139,6 @@ - + diff --git a/src/gift/pages/record/index.json b/src/gift/pages/record/index.json new file mode 100644 index 0000000..531c2ae --- /dev/null +++ b/src/gift/pages/record/index.json @@ -0,0 +1,9 @@ +{ + "navigationBarTitleText": "就诊记录", + "navigationBarBackgroundColor": "#F6F6F6", + "usingComponents": { + "uploadFile": "/components/uploadFile/index", + "van-icon": "@vant/weapp/icon/index", + "toast": "/components/toast/index" + } +} diff --git a/src/gift/pages/record/index.scss b/src/gift/pages/record/index.scss new file mode 100644 index 0000000..40ea24b --- /dev/null +++ b/src/gift/pages/record/index.scss @@ -0,0 +1,590 @@ +page { + background-color: rgba(246, 246, 246, 1); +} + +.page { + .page-header { + padding: 50rpx 64rpx 0; + display: flex; + justify-content: space-between; + .item { + flex-shrink: 0; + display: flex; + flex-direction: column; + align-items: center; + .order { + width: 52rpx; + height: 52rpx; + text-align: center; + font-size: 36rpx; + color: rgba(34, 34, 34, 0.3); + line-height: 52rpx; + border-radius: 50%; + background-color: rgba(236, 236, 236, 1); + border: 8rpx solid rgba(255, 255, 255, 0); + background-clip: content-box; + .icon { + width: 28rpx; + height: 28rpx; + } + } + .order-end { + width: 52rpx; + height: 52rpx; + } + .name { + margin-top: 4rpx; + font-size: 28rpx; + color: rgba(34, 34, 34, 0.4); + &.current { + color: rgba(14, 182, 109, 1); + } + } + &.active { + .order { + background-color: rgba(14, 182, 109, 1); + border: 8rpx solid #e5f2ec; + color: #fff; + opacity: 1; + } + } + } + .line { + margin: 30rpx -10rpx 0; + flex: 1; + border-top: 1px dashed rgba(34, 34, 34, 0.1); + &.active { + border-color: rgba(14, 182, 109, 1); + } + } + } + .step1 { + margin: 32rpx; + background-color: rgba(255, 255, 255, 0.9); + border-radius: 24rpx; + .s-header { + padding: 20rpx 0; + display: flex; + align-items: start; + justify-content: center; + .title { + margin-top: 48rpx; + width: 410rpx; + height: 122rpx; + } + .badge { + margin-left: -24rpx; + width: 224rpx; + height: 188rpx; + } + } + .s-form { + padding: 24rpx 40rpx 40rpx; + background-color: #fff; + border-radius: 16rpx; + box-shadow: 0rpx 4rpx 40rpx 0rpx rgba(0, 0, 0, 0.08); + .form-item { + margin-top: 32rpx; + padding-bottom: 32rpx; + border-bottom: 1px dashed rgba(34, 34, 34, 0.1); + .label { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + display: flex; + align-items: center; + gap: 12rpx; + &::before { + content: ''; + width: 8rpx; + height: 36rpx; + background: #0eb66d; + border-radius: 44rpx 44rpx 44rpx 44rpx; + } + } + .date { + margin-top: 24rpx; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 32rpx; + height: 96rpx; + background: #f6f6f6; + border-radius: 16rpx 16rpx 16rpx 16rpx; + gap: 24rpx; + .icon1 { + flex-shrink: 0; + width: 44rpx; + height: 44rpx; + } + .icon2 { + flex-shrink: 0; + width: 40rpx; + height: 40rpx; + } + .content { + flex: 1; + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + + &:empty::after { + content: attr(data-place); + color: rgba(34, 34, 34, 0.7); + } + } + } + } + } + } + .step1-btn { + margin: 82rpx 40rpx 0; + height: 96rpx; + font-size: 40rpx; + color: rgba(255, 255, 255, 1); + display: flex; + align-items: center; + justify-content: center; + background: linear-gradient(86deg, #0eb66d 0%, #00d277 100%); + border-radius: 16rpx 16rpx 16rpx 16rpx; + } + + .step2 { + .tip-card { + margin: 32rpx; + padding: 16rpx 32rpx; + font-size: 32rpx; + color: rgba(248, 167, 28, 1); + line-height: 48rpx; + background-color: rgba(255, 248, 236, 1); + border-radius: 24rpx; + border: 1px solid #fff; + } + .form-card { + margin: 32rpx; + padding: 32rpx; + border-radius: 24rpx; + background-color: #fff; + .f-header { + display: flex; + align-items: center; + justify-content: space-between; + .label { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + display: flex; + align-items: center; + line-height: 48rpx; + &::before { + margin-right: 24rpx; + margin-left: -32rpx; + width: 8rpx; + height: 36rpx; + background: #0eb66d; + content: ''; + border-radius: 0 8rpx 8rpx 0; + } + &.required::after { + display: inline; + content: '*'; + color: rgba(211, 62, 48, 1); + bottom: none; + padding: 0; + background: transparent; + } + &::after { + padding: 0 16rpx; + line-height: 40rpx; + content: '选填'; + background-color: rgba(34, 34, 34, 0.06); + border-radius: 8rpx; + font-size: 28rpx; + color: rgba(34, 34, 34, 1); + font-weight: normal; + } + } + .example { + font-size: 32rpx; + color: rgba(14, 182, 109, 1); + } + } + .content { + margin-top: 16rpx; + font-size: 32rpx; + color: rgba(34, 34, 34, 0.5); + } + .upload-container { + margin-top: 32rpx; + padding: 0; + width: 300rpx; + height: 168rpx; + box-sizing: border-box; + background: #f3fffa; + border-radius: 16rpx 16rpx 16rpx 16rpx; + border: 2rpx dashed #0eb66d; + overflow: hidden; + .icon { + display: block; + margin: 28rpx auto 0; + width: 48rpx; + height: 48rpx; + } + .name { + margin-top: 18rpx; + text-align: center; + font-size: 28rpx; + color: rgba(14, 182, 109, 1); + } + } + .upload-preview { + position: relative; + margin-top: 32rpx; + width: 300rpx; + height: 168rpx; + border-radius: 24rpx; + .upload-img { + display: block; + width: 100%; + height: 100%; + border-radius: 24rpx; + } + .del { + position: absolute; + top: 0; + right: 0; + color: #fff; + font-size: 28rpx; + padding: 4rpx 12rpx; + background-color: rgba(0, 0, 0, 0.8); + border-radius: 0 24rpx 0 24rpx; + } + } + } + .step2-footer { + position: sticky; + bottom: 0; + left: 0; + width: 100%; + padding: 32rpx 32rpx calc(env(safe-area-inset-bottom)); + background-color: #fff; + box-sizing: border-box; + display: flex; + align-items: center; + gap: 26rpx; + .prev { + flex: 1; + height: 96rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 36rpx; + color: rgba(14, 182, 109, 1); + background: #ffffff; + border-radius: 16rpx 16rpx 16rpx 16rpx; + border: 2rpx solid #0eb66d; + box-sizing: border-box; + } + .next { + flex: 1; + height: 96rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 36rpx; + color: #fff; + background: linear-gradient(86deg, #0eb66d 0%, #00d277 100%); + border-radius: 16rpx 16rpx 16rpx 16rpx; + } + } + } + + .step3 { + .tip-card { + margin: 32rpx; + padding: 16rpx 32rpx; + font-size: 32rpx; + color: rgba(248, 167, 28, 1); + line-height: 48rpx; + background-color: rgba(255, 248, 236, 1); + border-radius: 24rpx; + border: 1px solid #fff; + } + .form-card { + margin: 32rpx; + padding: 32rpx; + border-radius: 24rpx; + background-color: #fff; + .f-header { + display: flex; + align-items: center; + justify-content: space-between; + .label { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + line-height: 48rpx; + display: flex; + &::before { + display: inline-block; + margin-right: 24rpx; + margin-left: -32rpx; + width: 8rpx; + height: 36rpx; + background: #0eb66d; + content: ''; + border-radius: 0 8rpx 8rpx 0; + } + &.doboule::before { + height: 84rpx; + } + } + } + .num { + margin-top: 24rpx; + display: flex; + align-items: center; + gap: 20rpx; + .wrap { + padding: 0 32rpx; + background: #f6f6f6; + border-radius: 16rpx 16rpx 16rpx 16rpx; + display: flex; + align-items: center; + gap: 24rpx; + .input { + flex: 1; + height: 96rpx; + line-height: 96rpx; + font-size: 36rpx; + color: rgba(0, 0, 0, 1); + } + .place-input { + color: rgba(0, 0, 0, 0.4); + } + .icon { + width: 44rpx; + height: 44rpx; + } + } + .sub { + flex-shrink: 0; + font-size: 36rpx; + color: rgba(34, 34, 34, 0.3); + } + } + .check-group { + margin-top: 32rpx; + display: grid; + gap: 24rpx; + &.col1 { + grid-template-columns: repeat(1, 1fr); + } + &.col2 { + grid-template-columns: repeat(2, 1fr); + } + .check-item { + display: flex; + align-items: center; + gap: 24rpx; + padding: 0 32rpx; + height: 96rpx; + border-radius: 16rpx; + background-color: rgba(248, 248, 248, 1); + border: 1px solid rgba(248, 248, 248, 1); + box-sizing: border-box; + .check { + flex-shrink: 0; + width: 40rpx; + height: 40rpx; + border-radius: 8rpx; + border: 1px solid rgba(34, 34, 34, 0.2); + display: flex; + align-items: center; + justify-content: center; + .icon { + display: none; + } + } + .content { + font-size: 36rpx; + color: rgba(34, 34, 34, 0.7); + } + &.active { + border-color: rgba(14, 182, 109, 1); + background-color: rgba(14, 182, 109, 0.08); + .check { + border-color: rgba(14, 182, 109, 1); + background-color: rgba(14, 182, 109, 1); + .icon { + color: #fff; + display: block; + } + } + } + } + } + .num-select { + margin-top: 32rpx; + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 24rpx 22rpx; + .n-item { + display: flex; + align-items: center; + justify-content: center; + gap: 24rpx; + height: 96rpx; + border-radius: 16rpx; + background-color: rgba(248, 248, 248, 1); + border: 1px solid rgba(248, 248, 248, 1); + box-sizing: border-box; + .content { + font-size: 36rpx; + color: rgba(34, 34, 34, 0.7); + } + &.active { + border-color: rgba(14, 182, 109, 1); + background-color: rgba(14, 182, 109, 0.08); + } + } + } + .custom-num { + margin-top: 24rpx; + padding: 0 32rpx; + background: #f6f6f6; + border-radius: 16rpx 16rpx 16rpx 16rpx; + display: flex; + align-items: center; + gap: 24rpx; + .input { + flex: 1; + height: 96rpx; + line-height: 96rpx; + font-size: 36rpx; + color: rgba(0, 0, 0, 1); + } + .place-input { + color: rgba(0, 0, 0, 0.4); + } + .sub { + font-size: 36rpx; + color: rgba(0, 0, 0, 0.8); + } + } + } + .step3-footer { + position: sticky; + bottom: 0; + left: 0; + width: 100%; + padding: 32rpx 32rpx calc(env(safe-area-inset-bottom)); + background-color: #fff; + box-sizing: border-box; + display: flex; + align-items: center; + gap: 26rpx; + .prev { + flex: 1; + height: 96rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 36rpx; + color: rgba(14, 182, 109, 1); + background: #ffffff; + border-radius: 16rpx 16rpx 16rpx 16rpx; + border: 2rpx solid #0eb66d; + box-sizing: border-box; + } + .submit { + flex-shrink: 0; + width: 406rpx; + height: 96rpx; + display: flex; + align-items: center; + justify-content: center; + font-size: 36rpx; + color: #fff; + background: linear-gradient(86deg, #0eb66d 0%, #00d277 100%); + border-radius: 16rpx 16rpx 16rpx 16rpx; + } + } + } +} + +#drug-page { + .page-header { + .name.current { + color: rgba(89, 86, 233, 1); + } + .item.active { + .order { + background-image: linear-gradient(274deg, #5956e9 0%, #b384f4 100%); + border-color: rgba(89, 86, 233, 0.08); + } + } + .line.active { + border-color: rgba(89, 86, 233, 1); + } + } + .step1 { + .label::before { + background: rgba(89, 86, 233, 1); + } + } + .step1-btn { + background: linear-gradient(274deg, #5956e9 0%, #b384f4 100%); + } + .step2 { + .form-card { + .label::before { + background: rgba(89, 86, 233, 1); + } + .example { + color: rgba(89, 86, 233, 1); + } + .upload-container { + border-color: rgba(89, 86, 233, 1); + background-color: rgba(249, 249, 255, 1); + .name { + color: rgba(89, 86, 233, 1); + } + } + } + } + .step2-footer { + .prev { + color: rgba(89, 86, 233, 1); + border-color: rgba(89, 86, 233, 1); + } + .next { + background: linear-gradient(274deg, #5956e9 0%, #b384f4 100%); + } + } + .step3 { + .f-header { + .label::before { + background: rgba(89, 86, 233, 1); + } + } + .check-group { + .check-item.active { + border-color: rgba(89, 86, 233, 1); + background-color: rgba(89, 86, 233, 0.08); + .check { + border-color: rgba(89, 86, 233, 1); + background-color: rgba(89, 86, 233, 1); + } + } + } + } + .step3-footer { + .prev { + color: rgba(89, 86, 233, 1); + border-color: rgba(89, 86, 233, 1); + } + .submit { + background: linear-gradient(274deg, #5956e9 0%, #b384f4 100%); + } + } +} diff --git a/src/gift/pages/record/index.ts b/src/gift/pages/record/index.ts new file mode 100644 index 0000000..ebe1998 --- /dev/null +++ b/src/gift/pages/record/index.ts @@ -0,0 +1,39 @@ +const _app = getApp() + +Page({ + data: { + step: 3, + + toastShow: false, + toastType: '', + // toastType: 'oneWrite', + // toastType: 'noWrite', // 用户信息未填全的提醒弹窗 + toastParams: {} as any, + }, + onLoad() {}, + handleSetData(e: WechatMiniprogram.CustomEvent) { + const imgUrl = e.detail[0].imgUrl + this.setData({ + uploadImg: imgUrl, + audit: true, + }) + }, + handleExample(e) { + wx.previewImage({ + urls: [e.currentTarget.dataset.url], + }) + }, + handleToastOk() { + const { toastType } = this.data + }, + handleToastCancel(_e = null) { + const { toastType } = this.data + this.setData({ + toastShow: false, + toastType: '', + toastParams: '', + }) + }, +}) + +export {} diff --git a/src/gift/pages/record/index.wxml b/src/gift/pages/record/index.wxml new file mode 100644 index 0000000..2e9dd87 --- /dev/null +++ b/src/gift/pages/record/index.wxml @@ -0,0 +1,227 @@ + + + + + 1 + + + 时间记录 + + + + + 2 + + + 上传资料 + + + + 3 + 核对指标 + + + + + + + + + + + 我的本次就诊时间 + + + + + + + + + + 我的下次就诊时间 + + + + + + + + + + + 下一步 + + + 门诊材料会分类存储到 "我的-健康档案",方便您查看对比。 + + + 门诊病历及处方 + 示意 + + 医生手写或电脑打印的病历、处方 + + + + 添加文件照片 + + + + + + + + + + + + 检验报告(IgG4化验单等) + 示意 + + 抽血检测的IgG4、总免疫球蛋白、ESR等 + + + + 添加文件照片 + + + + + + + + + 影像学检查(CT/超声/核磁) + + 超声、CT、核磁共振的描述结论、电子胶片 + + + + 添加文件照片 + + + + + + + + + 病理诊断及活检 + + 受累组织穿刺或切除免疫组化报告 + + + + 添加文件照片 + + + + + + + + + 外周血免疫功能评估 + + 免疫细胞亚群、淋巴细胞比例测定 + + + + 添加文件照片 + + + + + + + + 上一页 + 下一页 + + + + 请填写本次就诊的以下信息,方便医生关注您的健康情况 + + + + + 本次就诊检验的 + + IgG4(免疫球蛋白G4亚类) + + + + + + + + + mg/dL + + + + + 本次就诊已使用的药物 + + + + + + + + 没有使用激素 + + + + + + 没有使用激素 + + + + + + 最近一周,口服激素的每日用量 + + + 8片 + + + + + + + + + 正在使用的免疫抑制剂名称 + + + + + + + + 没有使用激素 + + + + + + 没有使用激素 + + + + + 上一页 + 提交 + + + + + diff --git a/src/gift/pages/recordDetail/index.json b/src/gift/pages/recordDetail/index.json new file mode 100644 index 0000000..1690f71 --- /dev/null +++ b/src/gift/pages/recordDetail/index.json @@ -0,0 +1,8 @@ +{ + "navigationBarTitleText": "就诊记录详情页", + "navigationBarBackgroundColor": "#F6F6F6", + "usingComponents": { + "uploadFile": "/components/uploadFile/index", + "van-icon": "@vant/weapp/icon/index" + } +} diff --git a/src/gift/pages/recordDetail/index.scss b/src/gift/pages/recordDetail/index.scss new file mode 100644 index 0000000..c0ce1aa --- /dev/null +++ b/src/gift/pages/recordDetail/index.scss @@ -0,0 +1,167 @@ +page { + background-color: #f6f6f6; +} +.page { + padding: 32rpx; + .banner { + padding: 28rpx 32rpx; + border-radius: 24rpx; + background-color: #fff; + .row { + display: flex; + gap: 32rpx; + &:last-of-type { + margin-top: 52rpx; + } + .icon { + flex-shrink: 0; + width: 96rpx; + height: 96rpx; + } + .col { + .name { + font-size: 32rpx; + color: rgba(34, 34, 34, 0.6); + } + .date { + margin-top: 12rpx; + font-size: 40rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + } + } + } + } + .switch-wrap { + margin-top: 32rpx; + padding: 28rpx 32rpx; + border-radius: 24rpx; + background-color: #fff; + display: flex; + align-items: center; + justify-content: space-between; + .name { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + } + .switch { + } + } + .photos { + margin-top: 32rpx; + padding: 28rpx 32rpx; + border-radius: 24rpx; + background-color: #fff; + .p-header { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + display: flex; + align-items: center; + gap: 24rpx; + margin-left: -32rpx; + &::before { + content: ''; + width: 8rpx; + height: 36rpx; + border-radius: 0 8rpx 8rpx 0; + background: #0eb66d; + } + } + .p-container { + margin-top: 24rpx; + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 22rpx; + .photo { + display: block; + width: 100%; + height: 168rpx; + border-radius: 16rpx; + } + } + } + .container { + margin-top: 32rpx; + padding: 0 32rpx 28rpx; + border-radius: 24rpx; + background-color: #fff; + .row { + padding-top: 32rpx; + border-bottom: 1px solid rgba(34, 34, 34, 0.08); + &:last-of-type { + border: none; + } + .name { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + display: flex; + align-items: center; + gap: 24rpx; + margin-left: -32rpx; + &::before { + content: ''; + width: 8rpx; + height: 36rpx; + border-radius: 0 8rpx 8rpx 0; + background: #0eb66d; + } + } + .content { + margin-top: 16rpx; + padding-bottom: 28rpx; + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + } + } + } + .footer { + display: flex; + align-items: center; + justify-content: center; + .col { + flex: 1; + padding: 50rpx; + display: flex; + align-items: center; + justify-content: center; + gap: 12rpx; + .icon { + width: 44rpx; + height: 44rpx; + } + .name { + font-size: 36rpx; + color: #222222; + &.name1 { + color: #0eb66d; + } + } + } + .line { + width: 1px; + height: 36rpx; + background: rgba(34, 34, 34, 0.1); + } + } +} + +#drug-page { + .photos { + .p-header::before { + background: rgba(89, 86, 233, 1); + } + } + .container { + .name::before { + background: rgba(89, 86, 233, 1); + } + } + .footer{ + .name1{ + color: rgba(89, 86, 233, 1); + } + } +} diff --git a/src/gift/pages/recordDetail/index.ts b/src/gift/pages/recordDetail/index.ts new file mode 100644 index 0000000..067b6bb --- /dev/null +++ b/src/gift/pages/recordDetail/index.ts @@ -0,0 +1,8 @@ +const _app = getApp(); + +Page({ + data: {}, + onLoad() {}, +}); + +export {} diff --git a/src/gift/pages/recordDetail/index.wxml b/src/gift/pages/recordDetail/index.wxml new file mode 100644 index 0000000..59e3495 --- /dev/null +++ b/src/gift/pages/recordDetail/index.wxml @@ -0,0 +1,57 @@ + + + + 复诊提醒 + + + + 门诊病历及处方 + + + + + + + IgG4值 + 115 mg/dL + + + 本次就诊已使用的药物 + 激素免疫抑制剂 + + + 最近一周,每日激素使用剂量 + 5mg/天 + + + 正在使用的免疫抑制剂名称 + 吗替麦考酚酯(骁悉、麦考芬) + + + + + + 删除 + + + + + 编辑 + + + diff --git a/src/gift/pages/recordList/index.json b/src/gift/pages/recordList/index.json new file mode 100644 index 0000000..6df6a90 --- /dev/null +++ b/src/gift/pages/recordList/index.json @@ -0,0 +1,9 @@ +{ + "navigationBarTitleText": "就诊记录", + "navigationBarBackgroundColor": "#F6F6F6", + "usingComponents": { + "uploadFile": "/components/uploadFile/index", + "van-icon": "@vant/weapp/icon/index", + "ec-canvas": "/components/ec-canvas/ec-canvas" + } +} diff --git a/src/gift/pages/recordList/index.scss b/src/gift/pages/recordList/index.scss new file mode 100644 index 0000000..76b5fd4 --- /dev/null +++ b/src/gift/pages/recordList/index.scss @@ -0,0 +1,281 @@ +page { + background-color: rgba(246, 246, 246, 1); +} + +.page { + padding: 32rpx 32rpx 300rpx; + .user { + .name { + font-size: 44rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + display: flex; + align-items: center; + gap: 12rpx; + .icon { + width: 57rpx; + height: 73rpx; + } + } + .content { + margin-top: 12rpx; + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + .high { + color: rgba(14, 182, 109, 1); + } + } + } + .chart { + .chart-header { + margin-top: 48rpx; + display: flex; + gap: 24rpx; + .type { + padding: 8rpx 32rpx; + font-size: 32rpx; + color: rgba(105, 104, 110, 1); + background-color: #fff; + border-radius: 58rpx; + display: flex; + align-items: center; + gap: 14rpx; + .icon { + font-size: 24rpx; + color: rgba(105, 104, 110, 1); + transform: rotate(90deg); + } + } + .date { + padding: 8rpx 32rpx; + font-size: 32rpx; + color: rgba(105, 104, 110, 1); + background-color: #fff; + border-radius: 58rpx; + display: flex; + align-items: center; + gap: 14rpx; + .line { + margin: 0 10rpx; + } + .icon { + transform: rotate(90deg); + color: rgba(105, 104, 110, 1); + font-size: 24rpx; + } + } + } + .chart-container { + margin-top: 32rpx; + padding: 32rpx; + background: linear-gradient(180deg, #f5f4f4 0%, #ffffff 17.72%, #ffffff 100%); + border-radius: 24rpx 24rpx 24rpx 24rpx; + border: 2rpx solid #ffffff; + .c-header { + display: flex; + justify-content: space-between; + .title { + font-size: 36rpx; + color: rgba(0, 0, 0, 1); + font-weight: bold; + display: flex; + align-items: center; + gap: 24rpx; + &::before { + content: ''; + width: 8rpx; + height: 36rpx; + background: #0eb66d; + border-radius: 32rpx 32rpx 32rpx 32rpx; + } + } + .sub { + font-size: 32rpx; + color: rgba(34, 34, 34, 0.4); + } + } + .w-chart { + height: 460rpx; + } + } + } + .list { + margin-top: 56rpx; + .l-header { + padding-bottom: 32rpx; + .title { + font-size: 36rpx; + color: #000; + font-weight: bold; + } + } + .card { + display: flex; + gap: 20rpx; + .aside { + display: flex; + flex-direction: column; + align-items: center; + flex-shrink: 0; + .line-top, + .line-bottom { + border-right: 1px dashed rgba(34, 34, 34, 0.2); + } + .line-top { + flex-shrink: 0; + } + .line-bottom { + flex: 1; + } + .circle { + flex-shrink: 0; + width: 20rpx; + height: 20rpx; + border-radius: 50%; + background-color: rgba(14, 182, 109, 1); + background-clip: content-box; + border: 6rpx solid #e1f0e9; + } + } + .wrap { + flex: 1; + min-width: 0; + padding-bottom: 48rpx; + .date { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + line-height: 1; + } + .container { + position: relative; + margin-top: 24rpx; + padding: 32rpx; + border-radius: 24rpx; + background-color: #fff; + .del { + position: absolute; + top: 1px; + right: 1px; + padding: 8rpx 16rpx; + background-color: rgba(246, 246, 246, 1); + font-size: 28rpx; + font-weight: bold; + color: rgba(34, 34, 34, 1); + border-radius: 0 24rpx 0 24rpx; + } + .name { + font-size: 32rpx; + color: rgba(34, 34, 34, 1); + } + .content { + margin-top: 16rpx; + display: flex; + align-items: center; + justify-content: space-between; + .c-left { + display: flex; + gap: 8rpx; + align-items: baseline; + line-height: 84rpx; + .num { + font-size: 72rpx; + color: rgba(34, 34, 34, 1); + font-weight: bold; + } + .sub { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + } + .icon { + width: 44rpx; + height: 51rpx; + } + } + .status { + font-size: 32rpx; + color: rgba(14, 182, 109, 1); + padding: 0 12rpx; + background-color: rgba(14, 182, 109, 0.08); + border-radius: 8rpx; + } + } + .row { + margin-top: 32rpx; + padding: 32rpx; + background-color: rgba(246, 246, 246, 1); + border-radius: 16rpx; + display: flex; + align-items: center; + gap: 8rpx; + .col { + flex: 1; + .c-name { + font-size: 32rpx; + color: rgba(34, 34, 34, 0.5); + } + .c-content { + margin-top: 16rpx; + font-size: 40rpx; + color: rgba(34, 34, 34, 1); + } + } + } + } + } + } + } + .page-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + box-sizing: border-box; + padding: 32rpx 32rpx calc(env(safe-area-inset-bottom) + 32rpx); + background-color: #fff; + box-shadow: 0rpx -10rpx 30rpx 0rpx rgba(0, 0, 0, 0.01); + .btn { + font-size: 36rpx; + color: rgba(255, 255, 255, 1); + height: 96rpx; + display: flex; + align-items: center; + justify-content: center; + background: linear-gradient(86deg, #0eb66d 0%, #00d277 100%); + border-radius: 16rpx 16rpx 16rpx 16rpx; + } + } +} + +#drug-page { + .user { + .content { + .high { + color: rgba(89, 86, 233, 1); + } + } + } + .chart { + .c-header { + .title::before { + background: rgba(89, 86, 233, 1); + } + } + } + .list { + .card { + .circle { + background-color: rgba(89, 86, 233, 1); + border-color: rgba(89, 86, 233, 0.08); + } + .status{ + background-color: rgba(89, 86, 233, 0.08); + color: rgba(89, 86, 233, 1); + } + } + } + .page-footer { + .btn { + background: linear-gradient(274deg, #5956e9 0%, #b384f4 100%); + } + } +} diff --git a/src/gift/pages/recordList/index.ts b/src/gift/pages/recordList/index.ts new file mode 100644 index 0000000..9b73225 --- /dev/null +++ b/src/gift/pages/recordList/index.ts @@ -0,0 +1,164 @@ +import dayjs from 'dayjs' +const _app = getApp() +let echarts: any = null + +Page({ + data: {}, + ecDataTrendComponent: null as any, + async onLoad() { + echarts = await require.async('../../../resource/components/echart/echarts.js') + this.ecDataTrendComponent = this.selectComponent('#chart1') + this.initChart() + }, + + initChart(defaultList = []) { + const list: any = [ + ...defaultList, + { Date: '2026-7-7', TotalScore: 100, InjectionBottles: false }, + { Date: '2026-7-8', TotalScore: 1000, InjectionBottles: false }, + ] + return new Promise((reslove) => { + const { theme } = this.data + this.ecDataTrendComponent.init((canvas, width, height, dpr) => { + const chart = echarts.init(canvas, null, { + width, + height, + devicePixelRatio: dpr, // new + }) + canvas.setChart(chart) + + const option: any = { + tooltip: { + show: false, + trigger: 'axis', + axisPointer: { + type: 'shadow', + }, + confine: true, + backgroundColor: 'rgba(0, 0, 0, 0.5)', + textStyle: { + color: '#fff', + fontSize: 10, + }, + order: 'seriesDesc', + }, + grid: { + top: '30', + left: '0', + right: '0', + bottom: '10', + containLabel: true, + }, + xAxis: [ + { + type: 'category', + axisTick: { + alignWithLabel: true, + }, + axisLine: { + lineStyle: { + color: 'rgba(34, 34, 34, 0.20)', + type: 'dashed', + }, + }, + data: list.map((item) => dayjs(item.Date).format('MM-DD')), + }, + ], + yAxis: [ + { + type: 'value', + minInterval: 1, + axisLabel: { + color: 'rgba(34, 34, 34, 0.40)', + }, + splitLine: { + lineStyle: { + color: 'rgba(34, 34, 34, 0.20)', + type: 'dashed', + }, + }, + }, + ], + series: [ + { + name: '总分', + data: list.length ? list.map((item) => item.TotalScore) : [25], + barWidth: '16', + label: { + show: true, + position: 'top', + color: theme === 'DRUG' ? 'rgba(89, 86, 233, 1)' : 'rgba(14, 182, 109, 1)', + }, + type: 'line', + symbol: 'circle', + symbolSize: 8, + showSymbol: list.length >= 1, + connectNulls: true, + z: 10, + itemStyle: { + color: theme === 'DRUG' ? 'rgba(89, 86, 233, 1)' : 'rgba(14, 182, 109, 1)', + }, + markLine: { + symbol: ['none', 'none'], + data: [ + { + name: '135 安全区', + yAxis: 135, + label: { + formatter: '{b}', + position: 'insideMiddle', + color: theme === 'DRUG' ? 'rgba(89, 86, 233, 1)' : 'rgba(14, 182, 109, 1)', + fontSize: '10', + }, + lineStyle: { + cap: '', + color: theme === 'DRUG' ? 'rgba(89, 86, 233, 1)' : 'rgba(14, 182, 109, 1)', + type: 'dashed', + }, + }, + ], + }, + markArea: { + itemStyle: { + color: theme === 'DRUG' ? 'rgba(89, 86, 233, 0.06)' : 'rgba(14, 182, 109, 0.06)', + }, + data: [ + [ + { + yAxis: 0, + }, + { + yAxis: 135, + }, + ], + ], + }, + }, + ], + dataZoom: { + type: 'inside', // 有type这个属性,滚动条在最下面,也可以不行,写y:36,这表示距离顶端36px,一般就是在图上面。 + startValue: 0, + endValue: 4, + filterMode: 'none', + }, + } + + chart.setOption(option) + reslove(chart) + return chart + }) + }) + }, + handleDetail() { + wx.navigateTo({ + url: '/gift/pages/recordDetail/index', + }) + }, + handleAdd() { + wx.navigateTo({ + url: '/gift/pages/record/index', + }) + }, +}) + +export {} diff --git a/src/gift/pages/recordList/index.wxml b/src/gift/pages/recordList/index.wxml new file mode 100644 index 0000000..fe8f954 --- /dev/null +++ b/src/gift/pages/recordList/index.wxml @@ -0,0 +1,97 @@ + + + + 张先生,您好 + + + + 您的最近一次IgG4数值为: + 115 mg/dL + + + + + + + 按年 + + + + + + 2025.08 + + - + + 2025.09 + + + + + + + 血清IgG4趋势监测 + 单位mg/dL + + + + + + + + + 我的就诊历史总轴(按日期) + + + + + + + + + 2025-06-11 + + + lgG4值 + + + 385 + mg/dL + + + + + 草稿 + + + + 激素用量 + 10mg/天 + + + 下次复诊时间 + 2025.06.11 + + + + + + + + 新增就诊记录 + + diff --git a/src/images/bg38.png b/src/images/bg38.png new file mode 100644 index 0000000..95e545b Binary files /dev/null and b/src/images/bg38.png differ diff --git a/src/images/bg39.png b/src/images/bg39.png new file mode 100644 index 0000000..06b6b8b Binary files /dev/null and b/src/images/bg39.png differ diff --git a/src/images/bg40.png b/src/images/bg40.png new file mode 100644 index 0000000..9b2ee75 Binary files /dev/null and b/src/images/bg40.png differ diff --git a/src/images/bg41.png b/src/images/bg41.png new file mode 100644 index 0000000..f49df9f Binary files /dev/null and b/src/images/bg41.png differ diff --git a/src/images/bg42.png b/src/images/bg42.png new file mode 100644 index 0000000..30661b1 Binary files /dev/null and b/src/images/bg42.png differ diff --git a/src/images/icon108.png b/src/images/icon108.png new file mode 100644 index 0000000..ba807ee Binary files /dev/null and b/src/images/icon108.png differ diff --git a/src/images/icon109.png b/src/images/icon109.png new file mode 100644 index 0000000..94f79d6 Binary files /dev/null and b/src/images/icon109.png differ diff --git a/src/images/icon110.png b/src/images/icon110.png new file mode 100644 index 0000000..4b68072 Binary files /dev/null and b/src/images/icon110.png differ diff --git a/src/images/icon111.png b/src/images/icon111.png new file mode 100644 index 0000000..3e5177a Binary files /dev/null and b/src/images/icon111.png differ diff --git a/src/images/icon112.png b/src/images/icon112.png new file mode 100644 index 0000000..e0bed17 Binary files /dev/null and b/src/images/icon112.png differ diff --git a/src/images/icon113.png b/src/images/icon113.png new file mode 100644 index 0000000..f19eeef Binary files /dev/null and b/src/images/icon113.png differ diff --git a/src/images/icon114.png b/src/images/icon114.png new file mode 100644 index 0000000..a6c861f Binary files /dev/null and b/src/images/icon114.png differ diff --git a/src/images/icon115.png b/src/images/icon115.png new file mode 100644 index 0000000..87703e2 Binary files /dev/null and b/src/images/icon115.png differ diff --git a/src/images/icon116.png b/src/images/icon116.png new file mode 100644 index 0000000..d582613 Binary files /dev/null and b/src/images/icon116.png differ diff --git a/src/images/icon117.png b/src/images/icon117.png new file mode 100644 index 0000000..edfe714 Binary files /dev/null and b/src/images/icon117.png differ diff --git a/src/images/icon118.png b/src/images/icon118.png new file mode 100644 index 0000000..abbd085 Binary files /dev/null and b/src/images/icon118.png differ diff --git a/src/images/icon119.png b/src/images/icon119.png new file mode 100644 index 0000000..1bd25c0 Binary files /dev/null and b/src/images/icon119.png differ diff --git a/src/images/icon120.png b/src/images/icon120.png new file mode 100644 index 0000000..d680d2d Binary files /dev/null and b/src/images/icon120.png differ diff --git a/src/images/icon121.png b/src/images/icon121.png new file mode 100644 index 0000000..98dd7d5 Binary files /dev/null and b/src/images/icon121.png differ diff --git a/src/images/icon122.png b/src/images/icon122.png new file mode 100644 index 0000000..3348534 Binary files /dev/null and b/src/images/icon122.png differ diff --git a/src/images/icon123.png b/src/images/icon123.png new file mode 100644 index 0000000..37a553b Binary files /dev/null and b/src/images/icon123.png differ diff --git a/src/images/icon124.png b/src/images/icon124.png new file mode 100644 index 0000000..edfe714 Binary files /dev/null and b/src/images/icon124.png differ diff --git a/src/images/icon125.png b/src/images/icon125.png new file mode 100644 index 0000000..0bbf5fc Binary files /dev/null and b/src/images/icon125.png differ diff --git a/src/images/icon126.png b/src/images/icon126.png new file mode 100644 index 0000000..aeea545 Binary files /dev/null and b/src/images/icon126.png differ diff --git a/src/images/icon127.png b/src/images/icon127.png new file mode 100644 index 0000000..5b0bd99 Binary files /dev/null and b/src/images/icon127.png differ diff --git a/src/images/icon128.png b/src/images/icon128.png new file mode 100644 index 0000000..b7eed52 Binary files /dev/null and b/src/images/icon128.png differ diff --git a/src/images/icon129.png b/src/images/icon129.png new file mode 100644 index 0000000..97c0056 Binary files /dev/null and b/src/images/icon129.png differ diff --git a/src/images/icon130.png b/src/images/icon130.png new file mode 100644 index 0000000..79dfad8 Binary files /dev/null and b/src/images/icon130.png differ diff --git a/src/images/icon131.png b/src/images/icon131.png new file mode 100644 index 0000000..bcf7478 Binary files /dev/null and b/src/images/icon131.png differ diff --git a/src/images/icon132.png b/src/images/icon132.png new file mode 100644 index 0000000..173fbac Binary files /dev/null and b/src/images/icon132.png differ diff --git a/src/images/icon133.png b/src/images/icon133.png new file mode 100644 index 0000000..aaad4c4 Binary files /dev/null and b/src/images/icon133.png differ diff --git a/src/images/icon134.png b/src/images/icon134.png new file mode 100644 index 0000000..0cc5f73 Binary files /dev/null and b/src/images/icon134.png differ diff --git a/src/images/icon135.png b/src/images/icon135.png new file mode 100644 index 0000000..fc53096 Binary files /dev/null and b/src/images/icon135.png differ diff --git a/src/images/icon136.png b/src/images/icon136.png new file mode 100644 index 0000000..1d19193 Binary files /dev/null and b/src/images/icon136.png differ diff --git a/src/images/icon137.png b/src/images/icon137.png new file mode 100644 index 0000000..7123da5 Binary files /dev/null and b/src/images/icon137.png differ diff --git a/src/images/icon138.png b/src/images/icon138.png new file mode 100644 index 0000000..28fe932 Binary files /dev/null and b/src/images/icon138.png differ diff --git a/src/images/icon139.png b/src/images/icon139.png new file mode 100644 index 0000000..50ff0a2 Binary files /dev/null and b/src/images/icon139.png differ diff --git a/src/images/icon140.png b/src/images/icon140.png new file mode 100644 index 0000000..a767491 Binary files /dev/null and b/src/images/icon140.png differ diff --git a/src/images/icon141.png b/src/images/icon141.png new file mode 100644 index 0000000..2438670 Binary files /dev/null and b/src/images/icon141.png differ diff --git a/src/images/icon142.png b/src/images/icon142.png new file mode 100644 index 0000000..2e6580c Binary files /dev/null and b/src/images/icon142.png differ diff --git a/src/images/icon143.png b/src/images/icon143.png new file mode 100644 index 0000000..9976680 Binary files /dev/null and b/src/images/icon143.png differ diff --git a/src/images/icon144.png b/src/images/icon144.png new file mode 100644 index 0000000..1bb54ec Binary files /dev/null and b/src/images/icon144.png differ diff --git a/src/images/tabbar/add.png b/src/images/tabbar/add.png new file mode 100644 index 0000000..bfbee4e Binary files /dev/null and b/src/images/tabbar/add.png differ diff --git a/src/images/tabbar/drug-add.png b/src/images/tabbar/drug-add.png new file mode 100644 index 0000000..8e1d86b Binary files /dev/null and b/src/images/tabbar/drug-add.png differ diff --git a/src/images/tabbar/drug-gift-active.png b/src/images/tabbar/drug-gift-active.png index 74bd94e..2ffac04 100644 Binary files a/src/images/tabbar/drug-gift-active.png and b/src/images/tabbar/drug-gift-active.png differ diff --git a/src/images/tabbar/gift-active.png b/src/images/tabbar/gift-active.png index f0aa16a..195a556 100644 Binary files a/src/images/tabbar/gift-active.png and b/src/images/tabbar/gift-active.png differ diff --git a/src/images/tabbar/gift.png b/src/images/tabbar/gift.png index 7322ac8..130d2eb 100644 Binary files a/src/images/tabbar/gift.png and b/src/images/tabbar/gift.png differ diff --git a/src/images/title4.png b/src/images/title4.png new file mode 100644 index 0000000..85cab7e Binary files /dev/null and b/src/images/title4.png differ diff --git a/src/images/title5.png b/src/images/title5.png new file mode 100644 index 0000000..767e900 Binary files /dev/null and b/src/images/title5.png differ diff --git a/src/pages/caseReport/index.json b/src/pages/caseReport/index.json new file mode 100644 index 0000000..324a51a --- /dev/null +++ b/src/pages/caseReport/index.json @@ -0,0 +1,4 @@ +{ + "navigationBarTitleText": "病例报告", + "usingComponents": {} +} diff --git a/src/pages/caseReport/index.scss b/src/pages/caseReport/index.scss new file mode 100644 index 0000000..b1d39ec --- /dev/null +++ b/src/pages/caseReport/index.scss @@ -0,0 +1,96 @@ +page { + background-color: rgba(246, 246, 246, 1); +} + +.page { + padding: 32rpx 32rpx 300rpx; + .list { + .card { + display: flex; + gap: 20rpx; + .aside { + display: flex; + flex-direction: column; + align-items: center; + flex-shrink: 0; + .line-top, + .line-bottom { + border-right: 1px dashed rgba(34, 34, 34, 0.2); + } + .line-top { + flex-shrink: 0; + } + .line-bottom { + flex: 1; + } + .circle { + flex-shrink: 0; + width: 20rpx; + height: 20rpx; + border-radius: 50%; + background-color: rgba(14, 182, 109, 1); + background-clip: content-box; + border: 6rpx solid #e1f0e9; + } + } + .wrap { + flex: 1; + min-width: 0; + padding-bottom: 48rpx; + .date { + font-size: 36rpx; + color: rgba(34, 34, 34, 1); + line-height: 1; + } + .container { + margin-top: 20rpx; + padding: 32rpx; + background-color: #fff; + border-radius: 12rpx; + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 24rpx; + .photo { + display: block; + width: 100%; + height: 154rpx; + border-radius: 12rpx; + } + } + } + } + } + .page-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + box-sizing: border-box; + padding: 32rpx 32rpx calc(env(safe-area-inset-bottom) + 32rpx); + background-color: #fff; + box-shadow: 0rpx -10rpx 30rpx 0rpx rgba(0, 0, 0, 0.01); + .btn { + font-size: 36rpx; + color: rgba(255, 255, 255, 1); + height: 96rpx; + display: flex; + align-items: center; + justify-content: center; + background: linear-gradient(86deg, #0eb66d 0%, #00d277 100%); + border-radius: 16rpx 16rpx 16rpx 16rpx; + } + } +} + +#drug-page { + .list { + .card { + .aside { + .circle { + background-color: rgba(89, 86, 233, 1); + border-color: rgba(89, 86, 233, 0.1); + } + } + } + } +} diff --git a/src/pages/caseReport/index.ts b/src/pages/caseReport/index.ts new file mode 100644 index 0000000..7a22cd8 --- /dev/null +++ b/src/pages/caseReport/index.ts @@ -0,0 +1,14 @@ +const _app = getApp() + +Page({ + data: {}, + onLoad(options) { + if (options.name) { + wx.setNavigationBarTitle({ + title: options.name, + }) + } + }, +}) + +export {} diff --git a/src/pages/caseReport/index.wxml b/src/pages/caseReport/index.wxml new file mode 100644 index 0000000..6320ab7 --- /dev/null +++ b/src/pages/caseReport/index.wxml @@ -0,0 +1,17 @@ + + + + + + + + + + 2025-06-11 + + + + + + + diff --git a/src/pages/index/index.wxml b/src/pages/index/index.wxml index f6da6ea..6c7b559 100644 --- a/src/pages/index/index.wxml +++ b/src/pages/index/index.wxml @@ -14,7 +14,7 @@ - 设置复诊提醒 + 添加就诊记录 健康档案 - + - 复诊提醒 + 就诊记录 diff --git a/src/pages/qaFormDetail/index.scss b/src/pages/qaFormDetail/index.scss index 096032e..e0caf63 100644 --- a/src/pages/qaFormDetail/index.scss +++ b/src/pages/qaFormDetail/index.scss @@ -10,9 +10,13 @@ page { border-radius: 12rpx 12rpx 12rpx 12rpx; border: 2rpx solid #f4f3f3; .card { - margin-bottom: 32rpx; + padding-top: 32rpx; padding-bottom: 32rpx; - border-bottom: 1px solid rgba(244, 243, 243, 1); + border-top: 1px solid rgba(244, 243, 243, 1); + &:first-of-type { + padding-top: 0; + border: none; + } .c-title { font-size: 36rpx; color: rgba(33, 33, 32, 1); @@ -83,6 +87,58 @@ page { font-size: 36rpx; color: rgba(255, 255, 255, 1); } + .case-report { + margin-top: 64rpx; + .c-header { + display: flex; + align-items: center; + gap: 32rpx; + .left { + width: 204rpx; + height: 2rpx; + background: linear-gradient(90deg, rgba(14, 182, 109, 0) 0%, #0eb66d 100%); + border-radius: 0rpx 0rpx 0rpx 0rpx; + } + .right { + width: 204rpx; + height: 2rpx; + background: linear-gradient(270deg, rgba(14, 182, 109, 0) 0%, #0eb66d 100%); + border-radius: 0rpx 0rpx 0rpx 0rpx; + } + .name { + flex-shrink: 0; + font-size: 36rpx; + color: #222222; + text-align: center; + } + } + .list { + .row { + margin-top: 32rpx; + padding: 34rpx; + background-color: #fff; + border-radius: 24rpx; + display: flex; + gap: 24rpx; + .icon { + flex-shrink: 0; + width: 96rpx; + height: 96rpx; + } + .col { + .name { + font-size: 36rpx; + color: #222222; + } + .content { + margin-top: 8rpx; + font-size: 28rpx; + color: rgba(34, 34, 34, 0.5); + } + } + } + } + } } #drug-page { diff --git a/src/pages/qaFormDetail/index.ts b/src/pages/qaFormDetail/index.ts index 74a626f..f28f9f5 100644 --- a/src/pages/qaFormDetail/index.ts +++ b/src/pages/qaFormDetail/index.ts @@ -33,6 +33,18 @@ Page({ data: { questions: [] as IQuestion[], hasData: false, + caseReportList: [ + { + icon: 'icon126.png', + drugIcon: 'icon141.png', + name: '门诊病历及处方', + content: '医生手写或电脑打印的病历、处方', + }, + { icon: 'icon127.png', name: '检验报告', content: '抽血检测的IgG4、IgG、ESR等' }, + { icon: 'icon128.png', name: '影像学检查', content: '超声/CT/MRI的描述结论、电子胶片' }, + { icon: 'icon129.png', name: '病理诊断及活检', content: '受累组织穿刺或切除免疫组化报告' }, + { icon: 'icon130.png', name: '外周血免疫功能评估', content: '免疫细胞亚群、淋巴细胞比例测定' }, + ], }, onLoad() { @@ -198,4 +210,11 @@ Page({ url: '/pages/qaForm/index', }) }, + + handleDetail(e) { + const { name } = e.currentTarget.dataset + wx.navigateTo({ + url: `/pages/caseReport/index?name=${name}`, + }) + }, }) diff --git a/src/pages/qaFormDetail/index.wxml b/src/pages/qaFormDetail/index.wxml index 50aba2f..a7d2527 100644 --- a/src/pages/qaFormDetail/index.wxml +++ b/src/pages/qaFormDetail/index.wxml @@ -47,11 +47,27 @@ + 更新健康档案 暂未填写健康档案 去填写 - - 更新健康档案 + + + + 我的病历报告 + + + + + + + + {{item.name}} + {{item.content}} + + + + diff --git a/src/pages/referral/index.json b/src/pages/referral/index.json deleted file mode 100644 index 0dc20ec..0000000 --- a/src/pages/referral/index.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "navigationBarTitleText": "复诊记录", - "usingComponents": { - "referralFrom": "/components/referralFrom/index" - } -} diff --git a/src/pages/referral/index.scss b/src/pages/referral/index.scss deleted file mode 100644 index 07656f5..0000000 --- a/src/pages/referral/index.scss +++ /dev/null @@ -1,82 +0,0 @@ -page { - background-color: #f2f4f5; -} -.page { - padding: 30rpx; - .card { - margin-bottom: 24rpx; - padding: 32rpx 32rpx 0; - background: linear-gradient(1deg, #ffffff 0%, #e7f1f3 100%); - border-radius: 24rpx 24rpx 24rpx 24rpx; - border: 2rpx solid #ffffff; - .date { - display: flex; - font-weight: bold; - .label { - flex-shrink: 0; - width: 5em; - font-size: 32rpx; - color: #1d2021; - line-height: 36rpx; - } - - .content { - font-size: 32rpx; - color: #283031; - line-height: 36rpx; - } - } - .container { - margin-top: 32rpx; - padding-bottom: 24rpx; - display: flex; - .label { - flex-shrink: 0; - width: 5em; - font-size: 32rpx; - color: #9aa1a2; - line-height: 48rpx; - } - - .content { - font-size: 32rpx; - color: #283031; - line-height: 48rpx; - counter-reset: item; - &:empty::after { - display: inline; - content: '---'; - } - .item { - display: flex; - &::before { - flex-shrink: 0; - width: 1.2em; - counter-increment: item; /* 递增计数器 */ - content: counter(item) '.'; /* 显示计数器值 */ - margin-right: 8px; - } - } - } - } - .adl { - border-top: 1px solid rgba(0, 0, 0, 0.04); - padding: 24rpx 0; - font-size: 32rpx; - color: rgba(154, 161, 162, 1); - display: flex; - align-items: center; - justify-content: space-between; - } - } -} - -.record { - position: fixed; - bottom: 112rpx; - left: 50%; - transform: translateX(-50%); - z-index: 1; - width: 148rpx; - height: 148rpx; -} diff --git a/src/pages/referral/index.ts b/src/pages/referral/index.ts deleted file mode 100644 index 0497c5a..0000000 --- a/src/pages/referral/index.ts +++ /dev/null @@ -1,118 +0,0 @@ -import dayjs from 'dayjs' - -const app = getApp() - -Page({ - data: { - list: [] as any[], - total: 0, - pagination: { - page: 1, - pages: 1, - count: 1, - }, - - referralFromShow: false, - referralFromParams: null as any, - }, - onLoad(options) { - app.waitLogin().then(() => { - // 强制疾病患者以上身份 - app.permissionVerification(3, 0, `/pages/referral/index`).then(() => { - this.getList() - if (options.pushId) { - this.updatePush(options.pushId) - } - }) - }) - }, - updatePush(id) { - wx.ajax({ - method: 'POST', - url: '?r=igg4/push-click/update-click-status', - data: { - pushId: id, - }, - }) - }, - getList(newPage = 1) { - wx.ajax({ - method: 'GET', - url: '?r=igg4/re-visit/get-list', - data: { - page: newPage, - }, - }).then((res) => { - res.list = res.list.map((item: any) => { - item.adlDate = dayjs(item.LastAdlDate).format('YYYY-MM-DD') - return item - }) - const list = res.page === 1 ? res.list : [...this.data.list, ...res.list] - this.setData({ - total: res.count, - list, - pagination: { - page: res.page, - pages: res.pages, - count: res.count, - }, - }) - }) - }, - onReachBottom() { - const { page, pages } = this.data.pagination - if (pages > page) { - this.getList(page + 1) - } - }, - handleEdit(e) { - const { index } = e.currentTarget.dataset - const { list } = this.data - const { - Id, - VisitDate, - Hormone, - TraditionalInhibitor, - GammaGlobulin, - PlasmaExchange, - BCellInhibitor, - FcRnAntagonists, - C5ComplementInhibitor, - ChineseMedicine, - Other, - } = list[index] - - this.setData({ - referralFromShow: true, - referralFromParams: { - recordId: Id, - visitDate: VisitDate, - hormone: Number(Hormone), - traditionalInhibitor: Number(TraditionalInhibitor), - gammaGlobulin: Number(GammaGlobulin), - plasmaExchange: Number(PlasmaExchange), - bCellInhibitor: Number(BCellInhibitor), - fcRnAntagonists: Number(FcRnAntagonists), - c5ComplementInhibitor: Number(C5ComplementInhibitor), - chineseMedicine: Number(ChineseMedicine), - other: Number(Other), - }, - }) - }, - handleRecord() { - this.setData({ - referralFromShow: true, - referralFromParams: null, - }) - }, - handleRefrech() { - this.getList() - }, - handleAdl() { - wx.navigateTo({ - url: '/gift/pages/myHealthRecord/index', - }) - }, -}) - -export {} diff --git a/src/pages/referral/index.wxml b/src/pages/referral/index.wxml deleted file mode 100644 index b25fe19..0000000 --- a/src/pages/referral/index.wxml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - 复诊时间 - {{item.VisitDate}} - - - 复诊方案 - - 激素 - 传统免疫抑制剂(如他克莫司、吗 替麦考酚酯等) - 静脉输注丙种球蛋白 - 血浆置换 - B细胞抑制剂(如:利妥昔单抗、泰 它西普、伊奈利珠单抗) - FcRn拮抗剂(如:艾加莫德) - C5补体抑制剂(如:依库珠单抗) - 中药或中成药 - 其他 - - - - - 最近一次ADL得分: - {{item.LastAdlScore}}分 - - {{item.adlDate}} - - - - - - - - diff --git a/健康档案-接口文档.md b/健康档案-接口文档.md deleted file mode 100644 index 9deb17b..0000000 --- a/健康档案-接口文档.md +++ /dev/null @@ -1,9 +0,0 @@ -# 健康问卷问题 - -{"target_id":"d41445e2-ce89-4300-ad6c-763538701281","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"d41445e2-ce89-4300-ad6c-763538701281","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"健康问卷问题","method":"GET","sort":14,"status":1,"create_dtime":1779076063,"update_dtime":"2026-05-21 10:23:11","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/health-question/questionnaire-list","description":"","body":{"mode":"none","parameter":[],"raw":"","raw_para":[],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/health-question/questionnaire-list","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/health-question/questionnaire-list"},"response":{"success":{"raw":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"questions\": [\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 1,\n\t\t\t\t\"QuestionContent\": \"您首次发病的时间\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 3,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 2,\n\t\t\t\t\"QuestionContent\": \"您首次发病的部位\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"OptionsNeedText\": [\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"淋巴结\",\n\t\t\t\t\t\"2\": \"颌下腺\",\n\t\t\t\t\t\"3\": \"泪腺\",\n\t\t\t\t\t\"4\": \"胰腺\",\n\t\t\t\t\t\"5\": \"肺\",\n\t\t\t\t\t\"6\": \"胆管\",\n\t\t\t\t\t\"7\": \"鼻窦\",\n\t\t\t\t\t\"8\": \"腮腺\",\n\t\t\t\t\t\"9\": \"腹膜后组织\",\n\t\t\t\t\t\"10\": \"大动脉\",\n\t\t\t\t\t\"11\": \"肾脏\",\n\t\t\t\t\t\"12\": \"皮肤\",\n\t\t\t\t\t\"13\": \"甲状腺\",\n\t\t\t\t\t\"14\": \"垂体\",\n\t\t\t\t\t\"15\": \"硬脑膜/硬脊膜\",\n\t\t\t\t\t\"16\": \"心包和纵隔\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 3,\n\t\t\t\t\"QuestionContent\": \"您是否已确诊lgG4相关性疾病\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 1,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"是,已确诊\",\n\t\t\t\t\t\"2\": \"否,未确诊\",\n\t\t\t\t\t\"3\": \"不确定\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 5,\n\t\t\t\t\"QuestionContent\": \"从您第一次被诊断为IgG4相关性疾病,到现在大概多久了?\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 1,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"6个月以内\",\n\t\t\t\t\t\"2\": \"6个月-3年\",\n\t\t\t\t\t\"3\": \"3年以上\"\n\t\t\t\t},\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 3,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t1\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 4,\n\t\t\t\t\"QuestionContent\": \"您目前正在使用的药物有哪些?\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"OptionsNeedText\": [\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"没有使用激素\",\n\t\t\t\t\t\"2\": \"激素\",\n\t\t\t\t\t\"3\": \"免疫抑制剂\",\n\t\t\t\t\t\"4\": \"靶向CD19生物制剂(伊奈利珠单抗)\",\n\t\t\t\t\t\"5\": \"靶向CD20生物制剂(利妥昔单抗等)\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 6,\n\t\t\t\t\"QuestionContent\": \"您最近一周,每日激素使用剂量\",\n\t\t\t\t\"Description\": \"此处按醋酸泼尼松片用量计算,每片为5mg,若其他激素药物根据规格做等量换算,如5mg醋酸泼尼松=4mg甲泼尼龙*\",\n\t\t\t\t\"QuestionType\": 4,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 4,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t2\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 7,\n\t\t\t\t\"QuestionContent\": \"您正在使用的免疫抑制剂名称\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"OptionsNeedText\": [\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 4,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t3\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"吗替麦考酚酯\",\n\t\t\t\t\t\"2\": \"硫唑嘌呤\",\n\t\t\t\t\t\"3\": \"环磷酰胺\",\n\t\t\t\t\t\"4\": \"来氟米特\",\n\t\t\t\t\t\"5\": \"甲氨蝶呤\",\n\t\t\t\t\t\"6\": \"环孢素A\",\n\t\t\t\t\t\"7\": \"他克莫司\",\n\t\t\t\t\t\"8\": \"艾拉莫德\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 8,\n\t\t\t\t\"QuestionContent\": \"请上传您的处方证明\",\n\t\t\t\t\"Description\": \"完善个人信息,可获得【医生】更多关注\",\n\t\t\t\t\"QuestionType\": 5,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 4,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t3\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}","parameter":[{"key":"code","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data","value":"","description":"","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.questions","value":"","description":"问题列表","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"data.questions.QuestionNo","value":"1","description":"问题序号","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.QuestionContent","value":"您首次发病的时间","description":"问题","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Description","value":"","description":"问题说明","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.QuestionType","value":"3","description":"类型 1-单选,2-多选,3-日期,4-文本,5-图片","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.HasOther","value":"0","description":"是否有其他选项 1-有 0-没有","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.Required","value":"0","description":"答案可否为空 0-可以为空,1-不能为空","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"description":"需要填写文本的选项值","field_type":"Array","is_checked":1,"key":"data.questions.OptionsNeedText","value":"","not_null":1,"type":"Text"},{"description":"选项值","field_type":"String","is_checked":1,"key":"data.questions.Options","value":"","not_null":1,"type":"Text"},{"description":"此问题出现的条件","field_type":"Object","is_checked":1,"key":"data.questions.Condition","value":"","not_null":1,"type":"Text"},{"description":"问题序号","field_type":"Integer","is_checked":1,"key":"data.questions.Condition.QuestionNo","value":"","not_null":1,"type":"Text"},{"description":"问题选项值","field_type":"Array","is_checked":1,"key":"data.questions.Condition.values","value":"","not_null":1,"type":"Text"}],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"} - -# 提交健康问卷 -{"target_id":"65ed2ac8-5f37-4d2b-ac37-56082e895fdf","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"65ed2ac8-5f37-4d2b-ac37-56082e895fdf","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"提交健康问卷","method":"POST","sort":15,"status":1,"create_dtime":1779078955,"update_dtime":"2026-05-21 09:49:07","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/health-question/submit-questionnaire","description":"## 不同问题类型的提交格式\n\n### 提交接口\n\n**接口地址**: `POST igg4/health-question/submit-questionnaire`\n\n**通用格式**:\n```json\n{\n \"answers\": [\n {\n \"questionNo\": 1,\n \"answer\": \"答案值\",\n \"otherText\": \"额外说明文本\"\n }\n ]\n}\n```\n\n### 各类型详细格式\n\n| 类型 | 问题类型编号 | answer 格式 | 示例 |\n|------|-------------|-------------|------|\n| **单选** | 1 | 数字或对象 | `2` 或 `{\"value\": 2, \"text\": \"说明\"}` |\n| **多选** | 2 | 对象数组 | `[{\"value\": 1, \"text\": \"说明1\"}, {\"value\": 2, \"text\": \"说明2\"}]` |\n| **日期** | 3 | 字符串 | `\"2024-01-15\"` |\n| **文本** | 4 | 字符串 | `\"具体症状描述\"` |\n| **图片** | 5 | 对象数组 | `[{\"url\": \"/uploads/1.jpg\", \"name\": \"报告1.jpg\"}]` |\n\n### 详细示例\n\n#### 1. 单选题(Simple格式)\n```json\n{\n \"questionNo\": 2,\n \"answer\": 1,\n \"otherText\": \"\"\n}\n```\n\n#### 2. 单选题(带文本说明)\n```json\n{\n \"questionNo\": 2,\n \"answer\": {\"value\": 2, \"text\": \"复发日期是2024年3月\"},\n \"otherText\": \"\"\n}\n```\n\n#### 3. 多选题(每个选项带文本说明)\n```json\n{\n \"questionNo\": 1,\n \"answer\": [\n {\"value\": 1, \"text\": \"左眼视力下降明显\"},\n {\"value\": 3, \"text\": \"口干明显,需要频繁喝水\"},\n {\"value\": 99, \"text\": \"皮肤瘙痒\"}\n ],\n \"otherText\": \"\"\n}\n```\n\n#### 4. 多选题(部分选项带文本说明)\n```json\n{\n \"questionNo\": 4,\n \"answer\": [\n {\"value\": 2, \"text\": \"泼尼松 10mg/天\"},\n 3,\n {\"value\": 4, \"text\": \"利妥昔单抗 500mg\"}\n ],\n \"otherText\": \"\"\n}\n```\n\n#### 5. 日期题\n```json\n{\n \"questionNo\": 3,\n \"answer\": \"2024-03-15\",\n \"otherText\": \"\"\n}\n```\n\n#### 6. 文本题\n```json\n{\n \"questionNo\": 6,\n \"answer\": \"患者报告近一个月出现持续性疲劳,伴有轻微关节疼痛\",\n \"otherText\": \"\"\n}\n```\n\n#### 7. 图片上传题\n```json\n{\n \"questionNo\": 8,\n \"answer\": [\n {\"url\": \"/uploads/reports/blood_test.jpg\", \"name\": \"血常规检查.jpg\"},\n {\"url\": \"/uploads/reports/liver_scan.jpg\", \"name\": \"肝脏B超.jpg\"}\n ],\n \"otherText\": \"\"\n}\n```\n\n### 完整提交示例\n\n```json\nPOST health-question/submit-questionnaire\n{\n \"answers\": [\n {\n \"questionNo\": 1,\n \"answer\": [\n {\"value\": 3, \"text\": \"左眼视力下降\"},\n {\"value\": 8, \"text\": \"口干明显\"}\n ],\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 2,\n \"answer\": 2,\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 3,\n \"answer\": \"2024-03-01\",\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 4,\n \"answer\": [\n {\"value\": 2, \"text\": \"泼尼松 15mg/天\"},\n {\"value\": 3, \"text\": \"环孢素 50mg bid\"}\n ],\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 5,\n \"answer\": 2,\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 6,\n \"answer\": [\n {\"value\": 1, \"text\": \"轻度疲劳,可以正常活动\"},\n {\"value\": 3, \"text\": \"右膝关节偶尔疼痛\"}\n ],\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 7,\n \"answer\": \"2024-04-10\",\n \"otherText\": \"\"\n },\n {\n \"questionNo\": 8,\n \"answer\": [\n {\"url\": \"/uploads/reports/lab_20240415.jpg\", \"name\": \"实验室检查.jpg\"}\n ],\n \"otherText\": \"\"\n }\n ]\n}\n```","body":{"mode":"json","parameter":[],"raw":"{\r\n \"answers\": [\r\n {\r\n \"questionNo\": 1,\r\n \"answer\": \"2024-03-01\"\r\n },\r\n {\r\n \"questionNo\": 2,\r\n \"answer\": [2,3,99],\r\n \"otherText\": \"肚子\"\r\n },\r\n {\r\n \"questionNo\": 3,\r\n \"answer\": 3\r\n },\r\n {\r\n \"questionNo\": 4,\r\n \"answer\": [\r\n 2,3,4,99\r\n ],\r\n \"otherText\": \"呵呵yaowu\"\r\n },\r\n {\r\n \"questionNo\": 7,\r\n \"answer\": [\r\n {\"value\": 1},\r\n {\"value\": 3},99\r\n ],\r\n \"otherText\": \"qitazhiji\"\r\n },\r\n {\r\n \"questionNo\": 8,\r\n \"answer\": [\r\n {\"url\": \"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/33625fb3874133ce08e8bb79eba10d2e_17790889563616.png\"}\r\n ],\r\n \"otherText\": \"\"\r\n }\r\n ]\r\n}","raw_para":[{"key":"answers","value":"","description":"","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"answers.questionNo","value":"1","description":"问题号","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"answers.answer","value":"1","description":"答案 多选为数组,单选为数字,日期为时间,图片为图片url对象数组","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"description":"答案 其他文本","field_type":"String","is_checked":1,"key":"answers.otherText","value":"","not_null":1,"type":"Text"}],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/health-question/submit-questionnaire","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/health-question/submit-questionnaire"},"response":{"success":{"raw":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"UserId\": \"4\",\n\t\t\"PatientId\": 1,\n\t\t\"PatientName\": \"查处\",\n\t\t\"AuditStatus\": 0,\n\t\t\"UserType\": 3,\n\t\t\"RelationType\": 1,\n\t\t\"UserImg\": \"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png\",\n\t\t\"Telephone\": \"18513583927\",\n\t\t\"EntryThreePeriod\": 0,\n\t\t\"EntryFourPeriod\": 0,\n\t\t\"MedicineAuditSwitch\": \"0\",\n\t\t\"has7DayAdl\": 0,\n\t\t\"isFollow\": 0,\n\t\t\"isShowFollowGuide\": 1,\n\t\t\"UserRegTime\": \"2026-05-12 10:24:39\",\n\t\t\"AdlNotifySwitch\": 1,\n\t\t\"OpenTraining\": 0,\n\t\t\"IsRootUser\": 1,\n\t\t\"AgeYear\": 0,\n\t\t\"AgeMonth\": 0,\n\t\t\"Birth\": \"\",\n\t\t\"Gender\": 1,\n\t\t\"AgeRange\": 1,\n\t\t\"DiagnosisTimeRange\": 1,\n\t\t\"AntibodyType\": 0,\n\t\t\"ThyroidAbnormal\": 0,\n\t\t\"PreviousConvulsion\": 0,\n\t\t\"TraditionalImmunosuppressant\": 0,\n\t\t\"MedicalInsuranceType\": 0,\n\t\t\"DiagnosisTime\": \"\",\n\t\t\"DiagnoseType\": 0,\n\t\t\"DiagnoseImg\": \"\",\n\t\t\"CommitTime\": null,\n\t\t\"RejectReason\": \"\",\n\t\t\"IsSick\": 1,\n\t\t\"PatientCanFollowUp\": 3,\n\t\t\"IsUseDrugs\": 2,\n\t\t\"UseDrugsAuditStatus\": 0,\n\t\t\"UseDrugsAuditTime\": null,\n\t\t\"UseDrugsRejectReason\": \"\",\n\t\t\"UseDrugsImg\": \"\",\n\t\t\"UseDrugsCommitTime\": null,\n\t\t\"JoinDays\": 1,\n\t\t\"HasSelf\": true,\n\t\t\"DiagnosisCertificate\": \"\",\n\t\t\"InviteDoctorId\": 0,\n\t\t\"ExclusiveDoctorId\": null,\n\t\t\"ExclusiveDoctorImg\": null,\n\t\t\"ExclusiveDoctorName\": null,\n\t\t\"ExclusiveDoctorHospitalId\": null,\n\t\t\"ExclusiveDoctorHospitalName\": null,\n\t\t\"ExclusiveDoctorHospitalClassification\": null,\n\t\t\"ExclusiveDoctorHospitalClassificationName\": null,\n\t\t\"ExclusiveDoctorHospitalLevel\": null,\n\t\t\"ExclusiveDoctorHospitalLevelName\": null,\n\t\t\"EntryTwoPeriod\": 0,\n\t\t\"IsHasRecommendDoctor\": 2\n\t}\n}","parameter":[{"key":"code","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data","value":"","description":"","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.UserId","value":"4","description":"UserId","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.PatientId","value":"1","description":"PatientId","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.PatientName","value":"查处","description":"患者姓名","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.AuditStatus","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UserType","value":"3","description":"用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.RelationType","value":"1","description":"与患者的关系 1-本人,2-亲友","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UserImg","value":"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png","description":"用户头像","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.Telephone","value":"18513583927","description":"手机号","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.EntryThreePeriod","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.EntryFourPeriod","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.MedicineAuditSwitch","value":"0","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.has7DayAdl","value":"0","description":"7天内是否有adl 1-有,0-没有","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.isFollow","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.isShowFollowGuide","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UserRegTime","value":"2026-05-12 10:24:39","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.AdlNotifySwitch","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.OpenTraining","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.IsRootUser","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AgeYear","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AgeMonth","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.Birth","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.Gender","value":"1","description":"性别 1-男 2-女","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AgeRange","value":"1","description":"年龄范围1-<40岁,2-40-49岁,3-50-59岁,4-60-69岁,5-70-79岁,6-80岁以上","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.DiagnosisTimeRange","value":"1","description":"确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AntibodyType","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.ThyroidAbnormal","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.PreviousConvulsion","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.TraditionalImmunosuppressant","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.MedicalInsuranceType","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.DiagnosisTime","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.DiagnoseType","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.DiagnoseImg","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.CommitTime","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.RejectReason","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.IsSick","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.PatientCanFollowUp","value":"3","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.IsUseDrugs","value":"2","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UseDrugsAuditStatus","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UseDrugsAuditTime","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.UseDrugsRejectReason","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.UseDrugsImg","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.UseDrugsCommitTime","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.JoinDays","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.HasSelf","value":"true","description":"","not_null":1,"field_type":"Boolean","type":"Text","is_checked":1},{"key":"data.DiagnosisCertificate","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.InviteDoctorId","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorId","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorImg","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalId","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalClassification","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalClassificationName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalLevel","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalLevelName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.EntryTwoPeriod","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.IsHasRecommendDoctor","value":"2","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1}],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"} - -# 获取患者的问卷答案 -{"target_id":"0fafdb00-73d7-4a1f-ac53-03e2fed1b53e","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"0fafdb00-73d7-4a1f-ac53-03e2fed1b53e","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"获取患者的问卷答案","method":"GET","sort":16,"status":1,"create_dtime":1779076210,"update_dtime":"2026-05-21 10:11:09","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/health-question/get-patient-questionnaire","description":"","body":{"mode":"none","parameter":[],"raw":"","raw_para":[],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/health-question/get-patient-questionnaire","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/health-question/get-patient-questionnaire"},"response":{"success":{"raw":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"patientId\": 1,\n\t\t\"hasSubmitted\": true,\n\t\t\"latestSubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\"questions\": [\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 1,\n\t\t\t\t\"QuestionContent\": \"您首次发病的时间\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 3,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Answer\": \"2024-03-01\",\n\t\t\t\t\"AnswerText\": \"2024-03-01\",\n\t\t\t\t\"OtherText\": \"\",\n\t\t\t\t\"SubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 2,\n\t\t\t\t\"QuestionContent\": \"您首次发病的部位\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"OptionsNeedText\": [\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"淋巴结\",\n\t\t\t\t\t\"2\": \"颌下腺\",\n\t\t\t\t\t\"3\": \"泪腺\",\n\t\t\t\t\t\"4\": \"胰腺\",\n\t\t\t\t\t\"5\": \"肺\",\n\t\t\t\t\t\"6\": \"胆管\",\n\t\t\t\t\t\"7\": \"鼻窦\",\n\t\t\t\t\t\"8\": \"腮腺\",\n\t\t\t\t\t\"9\": \"腹膜后组织\",\n\t\t\t\t\t\"10\": \"大动脉\",\n\t\t\t\t\t\"11\": \"肾脏\",\n\t\t\t\t\t\"12\": \"皮肤\",\n\t\t\t\t\t\"13\": \"甲状腺\",\n\t\t\t\t\t\"14\": \"垂体\",\n\t\t\t\t\t\"15\": \"硬脑膜/硬脊膜\",\n\t\t\t\t\t\"16\": \"心包和纵隔\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t},\n\t\t\t\t\"Answer\": [\n\t\t\t\t\t2,\n\t\t\t\t\t3,\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"AnswerText\": [\n\t\t\t\t\t\"颌下腺\",\n\t\t\t\t\t\"泪腺\",\n\t\t\t\t\t\"其他\"\n\t\t\t\t],\n\t\t\t\t\"OtherText\": \"肚子\",\n\t\t\t\t\"SubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 3,\n\t\t\t\t\"QuestionContent\": \"您是否已确诊lgG4相关性疾病\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 1,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"是,已确诊\",\n\t\t\t\t\t\"2\": \"否,未确诊\",\n\t\t\t\t\t\"3\": \"不确定\"\n\t\t\t\t},\n\t\t\t\t\"Answer\": \"3\",\n\t\t\t\t\"AnswerText\": \"不确定\",\n\t\t\t\t\"OtherText\": \"\",\n\t\t\t\t\"SubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 5,\n\t\t\t\t\"QuestionContent\": \"从您第一次被诊断为IgG4相关性疾病,到现在大概多久了?\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 1,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"6个月以内\",\n\t\t\t\t\t\"2\": \"6个月-3年\",\n\t\t\t\t\t\"3\": \"3年以上\"\n\t\t\t\t},\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 3,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t1\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t\"Answer\": null,\n\t\t\t\t\"AnswerText\": null,\n\t\t\t\t\"OtherText\": null,\n\t\t\t\t\"SubmitTime\": null,\n\t\t\t\t\"Version\": null,\n\t\t\t\t\"UserId\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 4,\n\t\t\t\t\"QuestionContent\": \"您目前正在使用的药物有哪些?\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"OptionsNeedText\": [\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"没有使用激素\",\n\t\t\t\t\t\"2\": \"激素\",\n\t\t\t\t\t\"3\": \"免疫抑制剂\",\n\t\t\t\t\t\"4\": \"靶向CD19生物制剂(伊奈利珠单抗)\",\n\t\t\t\t\t\"5\": \"靶向CD20生物制剂(利妥昔单抗等)\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t},\n\t\t\t\t\"Answer\": [\n\t\t\t\t\t2,\n\t\t\t\t\t3,\n\t\t\t\t\t4,\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"AnswerText\": [\n\t\t\t\t\t\"激素\",\n\t\t\t\t\t\"免疫抑制剂\",\n\t\t\t\t\t\"靶向CD19生物制剂(伊奈利珠单抗)\",\n\t\t\t\t\t\"其他\"\n\t\t\t\t],\n\t\t\t\t\"OtherText\": \"呵呵yaowu\",\n\t\t\t\t\"SubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 6,\n\t\t\t\t\"QuestionContent\": \"您最近一周,每日激素使用剂量\",\n\t\t\t\t\"Description\": \"此处按醋酸泼尼松片用量计算,每片为5mg,若其他激素药物根据规格做等量换算,如5mg醋酸泼尼松=4mg甲泼尼龙*\",\n\t\t\t\t\"QuestionType\": 4,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 4,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t2\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t\"Answer\": null,\n\t\t\t\t\"AnswerText\": null,\n\t\t\t\t\"OtherText\": null,\n\t\t\t\t\"SubmitTime\": null,\n\t\t\t\t\"Version\": null,\n\t\t\t\t\"UserId\": null\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 7,\n\t\t\t\t\"QuestionContent\": \"您正在使用的免疫抑制剂名称\",\n\t\t\t\t\"Description\": \"\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Required\": 0,\n\t\t\t\t\"OptionsNeedText\": [\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 4,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t3\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"吗替麦考酚酯\",\n\t\t\t\t\t\"2\": \"硫唑嘌呤\",\n\t\t\t\t\t\"3\": \"环磷酰胺\",\n\t\t\t\t\t\"4\": \"来氟米特\",\n\t\t\t\t\t\"5\": \"甲氨蝶呤\",\n\t\t\t\t\t\"6\": \"环孢素A\",\n\t\t\t\t\t\"7\": \"他克莫司\",\n\t\t\t\t\t\"8\": \"艾拉莫德\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t},\n\t\t\t\t\"Answer\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"value\": 1\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"value\": 3\n\t\t\t\t\t},\n\t\t\t\t\t99\n\t\t\t\t],\n\t\t\t\t\"AnswerText\": [\n\t\t\t\t\t\"吗替麦考酚酯\",\n\t\t\t\t\t\"环磷酰胺\",\n\t\t\t\t\t\"其他\"\n\t\t\t\t],\n\t\t\t\t\"OtherText\": \"qitazhiji\",\n\t\t\t\t\"SubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 8,\n\t\t\t\t\"QuestionContent\": \"请上传您的处方证明\",\n\t\t\t\t\"Description\": \"完善个人信息,可获得【医生】更多关注\",\n\t\t\t\t\"QuestionType\": 5,\n\t\t\t\t\"HasOther\": 0,\n\t\t\t\t\"Required\": 1,\n\t\t\t\t\"Condition\": {\n\t\t\t\t\t\"questionNo\": 4,\n\t\t\t\t\t\"values\": [\n\t\t\t\t\t\t3\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t\"Answer\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"url\": \"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/33625fb3874133ce08e8bb79eba10d2e_17790889563616.png\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"AnswerText\": [\n\t\t\t\t\t\"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/33625fb3874133ce08e8bb79eba10d2e_17790889563616.png\"\n\t\t\t\t],\n\t\t\t\t\"OtherText\": \"\",\n\t\t\t\t\"SubmitTime\": \"2026-05-20 23:21:28\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t}\n\t\t],\n\t\t\"patientName\": \"charlie\"\n\t}\n}","parameter":[{"key":"code","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data","value":"","description":"","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.patientId","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.hasSubmitted","value":"true","description":"患者是否提交过问卷","not_null":1,"field_type":"Boolean","type":"Text","is_checked":1},{"key":"data.latestSubmitTime","value":"2026-05-20 23:21:28","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions","value":"","description":"问题列表","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"data.questions.QuestionNo","value":"1","description":"问题序号","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.QuestionContent","value":"您首次发病的时间","description":"问题","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Description","value":"","description":"问题说明","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.QuestionType","value":"3","description":"类型 1-单选,2-多选,3-日期,4-文本,5-图片","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.HasOther","value":"0","description":"是否有其他选项 1-有 0-没有","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.Required","value":"0","description":"答案可否为空 0-可以为空,1-不能为空","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.Answer","value":"2024-03-01","description":"答案 多选为数组,单选为数字,日期为文本,","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.AnswerText","value":"2024-03-01","description":"答案文本","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.OtherText","value":"","description":"其他文本","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.SubmitTime","value":"2026-05-20 23:21:28","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Version","value":"2","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.UserId","value":"4","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.patientName","value":"charlie","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1}],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"} diff --git a/医生端-接口文档.md b/医生端-接口文档.md deleted file mode 100644 index bf2aba6..0000000 --- a/医生端-接口文档.md +++ /dev/null @@ -1,1155 +0,0 @@ -## 全局公共参数 -#### 全局Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 全局Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 全局Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 全局认证方式 -```text -noauth -``` -#### 全局预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 全局后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -loginState | {{loginState}} | - -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序/医生码海报 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=poster/prepare - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | poster/prepare | String | 是 | - -#### 请求Body参数 -```javascript -{ - "posterId": "doctor_mini", - "doctorId": 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "info": { - "id": "doctor_mini", - "title": "医生码海报", - "desc": "医生小程序码海报" - }, - "body": { - "bgImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/135530bb4f0016dbb5fa885de1646ec7_17504862342103.png", - "width": "750", - "height": "1448" - }, - "elements": [ - { - "id": "doctorAvatar", - "desc": "医生头像", - "type": 0, - "picType": "avatar", - "src": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg", - "width": "156", - "height": "156", - "halign": "center", - "top": "222", - "shape": "circle" - }, - { - "id": "doctorName", - "desc": "医生姓名", - "type": 1, - "text": "医生2", - "font": "宋体", - "font-size": "38", - "color": "#283031", - "single-line": true, - "halign": "center", - "top": "404" - }, - { - "id": "hospitalName", - "desc": "医院名称", - "type": 1, - "text": "北京大学第一医院", - "font": "宋体", - "font-size": "32", - "color": "#283031", - "single-line": true, - "halign": "center", - "top": "456" - }, - { - "id": "minicode", - "desc": "医生小程序码", - "type": 0, - "picType": "minicode", - "src": "https://m.zd.hbraas.com/?r=minicode/gen&cid=doctor_mini&doctorId=1&inviteChan=1", - "width": "416", - "height": "416", - "halign": "center", - "top": "656" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.info | - | Object | - -data.info.id | doctor_mini | String | - -data.info.title | 医生码海报 | String | - -data.info.desc | 医生小程序码海报 | String | - -data.body | - | Object | - -data.body.bgImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/135530bb4f0016dbb5fa885de1646ec7_17504862342103.png | String | - -data.body.width | 750 | String | - -data.body.height | 1448 | String | - -data.elements | - | Array | - -data.elements.id | doctorAvatar | String | - -data.elements.desc | 医生头像 | String | - -data.elements.type | 0 | Integer | - -data.elements.picType | avatar | String | - -data.elements.src | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg | String | - -data.elements.width | 156 | String | - -data.elements.height | 156 | String | - -data.elements.halign | center | String | - -data.elements.top | 222 | String | - -data.elements.shape | circle | String | - -## /医生端/小程序/发送验证码 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/login/send-verify-code - -#### 请求方式 -> POST - -#### Content-Type -> form-data - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/login/send-verify-code | Text | 是 | - -#### 请求Body参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -mobile | 18513583927 | Text | 是 | 电话号码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序/验证码登录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/login/reg-login - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/login/reg-login | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "mobile": "18513583927", - "code": "4413" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -mobile | 18513583927 | String | 是 | 手机号 -code | 4413 | String | 是 | 验证码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "username": "", - "userid": "50022", - "doctorid": "1", - "avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg", - "reg": 0, - "userinfo": 1, - "isWorker": 0, - "rolesId": 0, - "isLogin": 1, - "loginType": 2 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.username | - | String | - -data.userid | 50022 | String | - -data.doctorid | 1 | String | 医生Id -data.avatar | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg | String | - -data.reg | 0 | Integer | - -data.userinfo | 1 | Integer | - -data.isWorker | 0 | Integer | - -data.rolesId | 0 | Integer | - -data.isLogin | 1 | Integer | 是否登录 1-登录,0-未登录 -data.loginType | 2 | Integer | 登录类型 1-患者用户,2-医生 -## /医生端/小程序/微信登录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/login/wx-reg-login - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/login/wx-reg-login | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "iv": "", - "encryptedData": "" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -iv | - | String | 是 | - -encryptedData | - | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "username": "", - "userid": "50022", - "doctorid": "1", - "avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg", - "reg": 0, - "userinfo": 1, - "isWorker": 0, - "rolesId": 0, - "isLogin": 1, - "loginType": 2 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.username | - | String | - -data.userid | 50022 | String | - -data.doctorid | 1 | String | 医生Id -data.avatar | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d74d48ab1071e2b5db3484d7feb4c9f3_16941744887904.jpg | String | - -data.reg | 0 | Integer | - -data.userinfo | 1 | Integer | - -data.isWorker | 0 | Integer | - -data.rolesId | 0 | Integer | - -data.isLogin | 1 | Integer | 是否登录 1-登录,0-未登录 -data.loginType | 2 | Integer | 登录类型 1-患者,2-医生 -## /医生端/小程序/医生信息 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/account/info - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/account/info | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "doctor": { - "Id": 2, - "Name": "秦医生", - "Img": "https://m.igg4.hbraas.com/images/doctor_default.png", - "Telephone": "18513583927", - "HospitalId": 1, - "Introduce": "呵呵", - "ClinicType": 1, - "Clinic": [ - { - "weekday": "1", - "timeType": "1" - } - ], - "Department": "全科", - "JobTitle": "主任医师", - "TipStatus": 2 - }, - "hospital": { - "Id": "1", - "Name": "协和", - "HospitalClassification": "3", - "HospitalLevel": "1", - "Telephone": "", - "Introduce": "", - "ProvinceName": "北京市", - "CityName": "北京市", - "CountyName": "东城区", - "Address": "北京市东城区帅府园1号", - "IsMedical": "1", - "HospitalClassificationName": "三级", - "HospitalLevelName": "甲等" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.doctor | - | Object | 医生信息 -data.doctor.Id | 2 | Integer | 医生id -data.doctor.Name | 秦医生 | String | 医生名 -data.doctor.Img | https://m.igg4.hbraas.com/images/doctor_default.png | String | 头像 -data.doctor.Telephone | 18513583927 | String | 医生手机号 -data.doctor.HospitalId | 1 | Integer | 医院id -data.doctor.Introduce | 呵呵 | String | 医生介绍 -data.doctor.ClinicType | 1 | Integer | - -data.doctor.Clinic | - | Array | 门诊时间 -data.doctor.Clinic.weekday | 1 | String | - -data.doctor.Clinic.timeType | 1 | String | - -data.doctor.Department | 全科 | String | 科室 -data.doctor.JobTitle | 主任医师 | String | 职称 -data.doctor.TipStatus | 2 | Integer | - -data.hospital | - | Object | 医院信息 -data.hospital.Id | 1 | String | 医院id -data.hospital.Name | 协和 | String | 医院名 -data.hospital.HospitalClassification | 3 | String | 医院等级分类ID -data.hospital.HospitalLevel | 1 | String | 医院等级ID -data.hospital.Telephone | - | String | 电话 -data.hospital.Introduce | - | String | 简介 -data.hospital.ProvinceName | 北京市 | String | 省 -data.hospital.CityName | 北京市 | String | 市 -data.hospital.CountyName | 东城区 | String | 县 -data.hospital.Address | 北京市东城区帅府园1号 | String | 详细地址 -data.hospital.IsMedical | 1 | String | - -data.hospital.HospitalClassificationName | 三级 | String | 医院等级 -data.hospital.HospitalLevelName | 甲等 | String | 医院等级 -## /医生端/小程序/医生邀约码 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/account/mp-info - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/account/mp-info | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序/退出登录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/account/reg-logout - -#### 请求方式 -> POST - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/account/reg-logout | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序/首页 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序/首页/首页汇总信息 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/index/summary - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/index/summary | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "TotalPatientNum": "1", - "MonthNewPatientCount": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.TotalPatientNum | 1 | String | 邀约患者数 -data.MonthNewPatientCount | 1 | String | 当月新增 -## /医生端/小程序/首页/获取医生端统计数据列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/doctor-stat/get-month-list&statYear=2026 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/doctor-stat/get-month-list | String | 是 | - -statYear | 2026 | String | 是 | 筛选年份 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "StatMonth": "2025-05", - "InvitePCount": "2", - "MonthInvitePCount": "0", - "MonthActivePCount": "0", - "YearActivePCount": "0", - "MonthRegularAssessPCount": "0", - "RegularAssessPCount": "0", - "YearAdlStandardRate": "0.00", - "YearDoubleStandardRate": "0.00" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | 列表数据 -data.list.StatMonth | 2025-05 | String | - -data.list.InvitePCount | 2 | String | 累计邀约患者数 -data.list.MonthInvitePCount | 0 | String | 月邀约患者数 -data.list.MonthActivePCount | 0 | String | 月激活患者数 -data.list.YearActivePCount | 0 | String | 年激活患者数 -data.list.MonthRegularAssessPCount | 0 | String | 月规律评估患者数 -data.list.RegularAssessPCount | 0 | String | 累计规律评估患者数 -data.list.YearAdlStandardRate | 0.00 | String | 疗效达标率 -data.list.YearDoubleStandardRate | 0.00 | String | 双达标率 -## /医生端/小程序/患者 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生端/小程序/患者/患者列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/patient/list&page=1&Search=&IsPreviousConvulsion=&IsUseDrugs=&HasRemark=&count=10&HasAdl=&DoubleStandard=&AdlTime=&AdlScore=&AdlScoreChange=&AdlScoreChangeType=&AdlScoreChangeMax=&AdlScoreChangeMin=&SteroidDailyDose=&SteroidDailyDoseChange=&AntibodyType=&ThyroidAbnormal=&PreviousConvulsion=&TraditionalImmunosuppressant=&MedicalInsuranceType=&PharyngealSymptoms=&BindStartDate=&BindEndDate=&IsThisWeekAdl= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/patient/list | String | 是 | - -page | 1 | String | 是 | 页码 -Search | - | String | 是 | 搜索 -IsPreviousConvulsion | - | String | 是 | 复发期 1-是 -IsUseDrugs | - | String | 是 | 是否用药 1-是 -HasRemark | - | String | 是 | 是否有备注 1-是 -count | 10 | String | 是 | 每页条数 -HasAdl | - | String | 是 | 是否有ADL记录 0-全部 1-有,2-无 -DoubleStandard | - | String | 是 | 是否双达标 0-全部 1-是 2-否 -AdlTime | - | String | 是 | adl测评时间 0-全部 1-小于等于7天 2-大于7天 -AdlScore | - | String | 是 | adl评分(多选) 空-全部 1:0-1分 2:2-4分 3:>=5分 多个用'-'连接 -AdlScoreChange | - | String | 是 | adl评分变化 (多选)空-全部 1-增加,2-不变 3-减少 多个用'-'连接 -AdlScoreChangeType | - | String | 是 | 其中增加有附加字段 1:>=2分,2:其它 -AdlScoreChangeMax | - | String | 是 | 评分变化最小值 -AdlScoreChangeMin | - | String | 是 | 评分变化最大值 -SteroidDailyDose | - | String | 是 | 激素用量 (多选)空-全部 1:0-5mg 2:6-19mg 3:>=20mg 多个用'-'连接 -SteroidDailyDoseChange | - | String | 是 | 激素用量变化 (多选)空-全部 1-增加 2-不变 3-减少 多个用'-'连接 -AntibodyType | - | String | 是 | 抗体类型 0:全部,1:AChR 2:Musk 3:LRP4 4:RYR -ThyroidAbnormal | - | String | 是 | 胸腺异常 0:全部,1:是 2:否 -PreviousConvulsion | - | String | 是 | 既往发生危象 0:全部,1:是 2:否 -TraditionalImmunosuppressant | - | String | 是 | 传统免疫抑制剂 0:全部,1:特克莫苏 2:硫唑嘌呤 3:马替麦考酚酯 4:其他 -MedicalInsuranceType | - | String | 是 | 医保类型 0:全部,1:城市职工 2:城市居民 3:新农合 -PharyngealSymptoms | - | String | 是 | 延髓症状 0:全部,1:>=2 分,2:<2分 -BindStartDate | - | String | 是 | 绑定开始日期 -BindEndDate | - | String | 是 | 绑定结束日期 -IsThisWeekAdl | - | String | 是 | 本周是否测试Adl 0:全部,1:是,2:否 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "UserImg": "https://m.igg4.hbraas.com/images/user_default.png", - "TelephoneRegionId": "12", - "TelephoneRegionName": "其他", - "TelephoneProvince": "北京市", - "TelephoneCity": "北京市", - "Name": "charlie", - "PatientId": "1", - "DoctorRemark": "", - "Gender": "1", - "UseDrugsNum": "0", - "IsSick": "1", - "IsUseDrugs": "1", - "LastUseDrugsTime": null, - "InviteTime": "2026-05-18 18:26:47", - "DiagnosisTimeRange": "1", - "Telephone": "185****3927", - "AdlScore": null, - "SteroidDailyDose": null, - "LastAdlTime": null, - "AdlScore2": null, - "SteroidDailyDose2": null, - "AdlTime": null, - "AdlTime2": null, - "AdlId": null, - "AdlId2": null, - "UserType": 4, - "TotalScoreChange": null, - "SteroidDailyDoseChange": null, - "Tags": [] - } - ], - "pages": 1, - "count": "1", - "page": 1 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | 列表数据 -data.list.UserImg | https://m.igg4.hbraas.com/images/user_default.png | String | 头像 -data.list.TelephoneRegionId | 12 | String | - -data.list.TelephoneRegionName | 其他 | String | - -data.list.TelephoneProvince | 北京市 | String | - -data.list.TelephoneCity | 北京市 | String | - -data.list.Name | charlie | String | 患者名 -data.list.PatientId | 1 | String | 患者Id -data.list.DoctorRemark | - | String | 医生备注 -data.list.Gender | 1 | String | 患者性别 0-未知, 1-男,2-女 -data.list.UseDrugsNum | 0 | String | 用药次数 -data.list.IsSick | 1 | String | - -data.list.IsUseDrugs | 1 | String | 是否用药 1-是 -data.list.LastUseDrugsTime | null | Null | 最近一次用药时间 -data.list.InviteTime | 2026-05-18 18:26:47 | String | 邀约时间 -data.list.DiagnosisTimeRange | 1 | String | 确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上 -data.list.Telephone | 185****3927 | String | 患者手机号 -data.list.AdlScore | null | Null | adl评分 -data.list.SteroidDailyDose | null | Null | 激素日用量(mg) -data.list.LastAdlTime | null | Null | 最近一次adl测评时间 -data.list.AdlScore2 | null | Null | - -data.list.SteroidDailyDose2 | null | Null | - -data.list.AdlTime | null | Null | - -data.list.AdlTime2 | null | Null | - -data.list.AdlId | null | Null | - -data.list.AdlId2 | null | Null | - -data.list.UserType | 4 | Integer | - -data.list.TotalScoreChange | null | Null | 分评变化 -data.list.SteroidDailyDoseChange | null | Null | 激素日用量(mg)变化 -data.list.Tags | - | Array | 患者标签 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -data.page | 1 | Integer | 页码 -## /医生端/小程序/患者/患者详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/patient/info&patientId=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/patient/info | String | 是 | - -patientId | 1 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "UserImg": "https://m.igg4.hbraas.com/zd/doctor/user_default.png", - "Name": "charlie", - "DiagnosisTimeRange": "1", - "InviteTime": "2026-05-18 18:26:47", - "AgeRange": "1", - "PatientId": "1", - "DoctorRemark": "", - "Gender": "1", - "UseDrugsNum": "0", - "LastUseDrugsTime": null, - "IsUseDrugs": "1", - "IsSick": "1", - "AntibodyType": "1", - "ThyroidAbnormal": "1", - "PreviousConvulsion": "1", - "TraditionalImmunosuppressant": "1", - "MedicalInsuranceType": "1", - "Telephone": "18513583927", - "AdlScore": null, - "SteroidDailyDose": null, - "LastAdlTime": null, - "LastAdlNeedFollowStatus": "2", - "AdlScore2": null, - "SteroidDailyDose2": null, - "AdlTime": null, - "AdlTime2": null, - "AdlId": null, - "AdlId2": null, - "IsCurrent": "1", - "TotalScoreChange": null, - "SteroidDailyDoseChange": null, - "Tags": [], - "UserType": 4, - "HealthQA": { - "patientId": "1", - "hasSubmitted": true, - "latestSubmitTime": "2026-05-18 12:18:12", - "questions": [ - { - "QuestionNo": 1, - "QuestionContent": "您目前被确诊的受累器官有哪些?(可多选)", - "QuestionType": 2, - "HasOther": 1, - "Options": { - "1": "泪腺/眼眶", - "2": "唾液腺(腮腺、颌下腺)", - "3": "胰腺", - "4": "胆管/肝脏", - "5": "肺部", - "6": "肾脏", - "7": "腹膜后", - "8": "淋巴结", - "9": "甲状腺", - "99": "其他" - }, - "Answer": [ - 1, - 2 - ], - "AnswerText": [ - "泪腺/眼眶", - "唾液腺(腮腺、颌下腺)" - ], - "OtherText": "", - "SubmitTime": "2026-05-18 12:18:12", - "Version": "2", - "UserId": "4" - }, - { - "QuestionNo": 2, - "QuestionContent": "您目前是否处于疾病复发或活动期?", - "QuestionType": 1, - "HasOther": 0, - "Options": { - "1": "否(稳定)", - "2": "是(复发/活动)", - "3": "不清楚" - }, - "Answer": 1, - "AnswerText": "否(稳定)", - "OtherText": "", - "SubmitTime": "2026-05-18 12:18:12", - "Version": "2", - "UserId": "4" - }, - { - "QuestionNo": 3, - "QuestionContent": "您目前正在使用的药物有哪些?", - "QuestionType": 2, - "HasOther": 1, - "Options": { - "1": "未用药", - "2": "糖皮质激素(泼尼松等)", - "3": "免疫抑制剂", - "4": "CD20靶点生物制剂(利妥昔单抗、奥妥珠单抗)", - "5": "CD19靶点生物制剂(伊奈利珠单抗)", - "99": "其他" - }, - "Answer": [ - 1, - 2, - 3, - 99 - ], - "AnswerText": [ - "未用药", - "糖皮质激素(泼尼松等)", - "免疫抑制剂", - "其他" - ], - "OtherText": "益生素", - "SubmitTime": "2026-05-18 12:18:12", - "Version": "2", - "UserId": "4" - }, - { - "QuestionNo": 4, - "QuestionContent": "近1个月是否有新发或加重的不适症状?", - "QuestionType": 1, - "HasOther": 0, - "Options": { - "1": "无", - "2": "有" - }, - "Answer": 2, - "AnswerText": "有", - "OtherText": "", - "SubmitTime": "2026-05-18 12:18:12", - "Version": "2", - "UserId": "4" - } - ] - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.UserImg | https://m.igg4.hbraas.com/zd/doctor/user_default.png | String | 患者头像 -data.Name | charlie | String | 患者名 -data.DiagnosisTimeRange | 1 | String | 确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上 -data.InviteTime | 2026-05-18 18:26:47 | String | 邀约时间 -data.AgeRange | 1 | String | 年龄范围1-<40岁,2-40-49岁,3-50-59岁,4-60-69岁,5-70-79岁,6-80岁以上 -data.PatientId | 1 | String | 患者Id -data.DoctorRemark | - | String | 医生备注 -data.Gender | 1 | String | 患者性别 0-未知, 1-男,2-女 -data.UseDrugsNum | 0 | String | 用药次数 -data.LastUseDrugsTime | null | Null | 最近一次用药时间 -data.IsUseDrugs | 1 | String | 是否用药患者 1-是 -data.IsSick | 1 | String | - -data.AntibodyType | 1 | String | 抗体类型 1:AChR 2:Musk 3:LRP4 4:RYR -data.ThyroidAbnormal | 1 | String | 胸腺异常 1:是 2:否 -data.PreviousConvulsion | 1 | String | 既往发生危象 1:是 2:否 -data.TraditionalImmunosuppressant | 1 | String | 传统免疫抑制剂 1:特克莫苏 2:硫唑嘌呤 3:马替麦考酚酯 4:其他 -data.MedicalInsuranceType | 1 | String | 医保类型 1:城市职工 2:城市居民 3:新农合 -data.Telephone | 18513583927 | String | 患者手机号号 -data.AdlScore | null | Null | adl评分 -data.SteroidDailyDose | null | Null | 激素日用量(mg) -data.LastAdlTime | null | Null | 最近一次adl测评时间 -data.LastAdlNeedFollowStatus | 2 | String | - -data.AdlScore2 | null | Null | - -data.SteroidDailyDose2 | null | Null | - -data.AdlTime | null | Null | - -data.AdlTime2 | null | Null | - -data.AdlId | null | Null | - -data.AdlId2 | null | Null | - -data.IsCurrent | 1 | String | - -data.TotalScoreChange | null | Null | 分评变化 -data.SteroidDailyDoseChange | null | Null | 激素日用量(mg)变化 -data.Tags | - | Array | 患者标签 -data.UserType | 4 | Integer | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -data.HealthQA | - | Object | 健康问卷内容 -data.HealthQA.patientId | 1 | String | - -data.HealthQA.hasSubmitted | true | Boolean | - -data.HealthQA.latestSubmitTime | 2026-05-18 12:18:12 | String | - -data.HealthQA.questions | - | Array | - -data.HealthQA.questions.QuestionNo | 1 | Integer | - -data.HealthQA.questions.QuestionContent | 您目前被确诊的受累器官有哪些?(可多选) | String | - -data.HealthQA.questions.QuestionType | 2 | Integer | - -data.HealthQA.questions.HasOther | 1 | Integer | - -data.HealthQA.questions.Options | - | Object | - -data.HealthQA.questions.Options.1 | 泪腺/眼眶 | String | - -data.HealthQA.questions.Options.2 | 唾液腺(腮腺、颌下腺) | String | - -data.HealthQA.questions.Options.3 | 胰腺 | String | - -data.HealthQA.questions.Options.4 | 胆管/肝脏 | String | - -data.HealthQA.questions.Options.5 | 肺部 | String | - -data.HealthQA.questions.Options.6 | 肾脏 | String | - -data.HealthQA.questions.Options.7 | 腹膜后 | String | - -data.HealthQA.questions.Options.8 | 淋巴结 | String | - -data.HealthQA.questions.Options.9 | 甲状腺 | String | - -data.HealthQA.questions.Options.99 | 其他 | String | - -data.HealthQA.questions.Answer | 1 | Array | - -data.HealthQA.questions.AnswerText | 泪腺/眼眶 | Array | - -data.HealthQA.questions.OtherText | - | String | - -data.HealthQA.questions.SubmitTime | 2026-05-18 12:18:12 | String | - -data.HealthQA.questions.Version | 2 | String | - -data.HealthQA.questions.UserId | 4 | String | - -## /医生端/小程序/患者/修改患者备注 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/doctor/patient/remark - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/patient/remark | String | 是 | - -#### 请求Body参数 -```javascript -{ - "PatientId": 1, - "DoctorRemark": "这是本人" -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` \ No newline at end of file diff --git a/接口文档.md b/接口文档.md deleted file mode 100644 index 9d38b21..0000000 --- a/接口文档.md +++ /dev/null @@ -1,11504 +0,0 @@ -## 全局公共参数 -#### 全局Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 全局Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 全局Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 全局认证方式 -```text -noauth -``` -#### 全局预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 全局后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/小程序 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -loginState | {{loginState}} | - -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/小程序/init-login -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=igg4/user/init-login&loginState=&code=0b1hUsFa1rmfIL0VcdGa1WFK4s4hUsFJ - -#### 请求方式 -> POST - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/user/init-login | String | 是 | - -loginState | - | String | 是 | - -code | 0b1hUsFa1rmfIL0VcdGa1WFK4s4hUsFJ | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "loginState": "lszddfcbfee0b12e80b5196ead1db12718e0", - "isLogin": 0, - "isReg": 0, - "hasUserInfo": 0, - "userId": "15635", - "openId": "oIkr25W8tjBD0i6EnwxMjFv29MVE", - "userInfo": {} - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.loginState | lszddfcbfee0b12e80b5196ead1db12718e0 | String | 登录态 -data.isLogin | 0 | Integer | 是否登录 1-登录,0-未登录 -data.isReg | 0 | Integer | 是否注册 1-已注册,0-未注册 -data.hasUserInfo | 0 | Integer | - -data.userId | 15635 | String | UserId -data.openId | oIkr25W8tjBD0i6EnwxMjFv29MVE | String | openId -data.userInfo | - | Object | - -## /用户管理/小程序/微信登录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=igg4/login/wx-reg-login - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/login/wx-reg-login | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "iv": "", - "encryptedData": "", - "registrationSource": 0, - "registChannel": 1, - "regBusinessId": "" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -iv | - | String | 是 | - -encryptedData | - | String | 是 | - -registrationSource | 0 | Integer | 是 | 注册来源 0-本系统 -registChannel | 1 | Integer | 是 | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -regBusinessId | - | String | 是 | 注册却熬业务Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/小程序/用户信息 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=igg4/account/info - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/account/info | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "UserId": "4", - "PatientId": 1, - "PatientName": "查处", - "AuditStatus": 0, - "UserType": 3, - "RelationType": 1, - "UserImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png", - "Telephone": "18513583927", - "EntryThreePeriod": 0, - "EntryFourPeriod": 0, - "MedicineAuditSwitch": "0", - "has7DayAdl": 0, - "isFollow": 0, - "isShowFollowGuide": 1, - "UserRegTime": "2026-05-12 10:24:39", - "AdlNotifySwitch": 1, - "OpenTraining": 0, - "IsRootUser": 1, - "AgeYear": 0, - "AgeMonth": 0, - "Birth": "", - "Gender": 1, - "AgeRange": 1, - "DiagnosisTimeRange": 1, - "AntibodyType": 0, - "ThyroidAbnormal": 0, - "PreviousConvulsion": 0, - "TraditionalImmunosuppressant": 0, - "MedicalInsuranceType": 0, - "DiagnosisTime": "", - "DiagnoseType": 0, - "DiagnoseImg": "", - "CommitTime": null, - "RejectReason": "", - "IsSick": 1, - "PatientCanFollowUp": 3, - "IsUseDrugs": 2, - "UseDrugsAuditStatus": 0, - "UseDrugsAuditTime": null, - "UseDrugsRejectReason": "", - "UseDrugsImg": "", - "UseDrugsCommitTime": null, - "JoinDays": 1, - "HasSelf": true, - "DiagnosisCertificate": "", - "InviteDoctorId": 0, - "ExclusiveDoctorId": null, - "ExclusiveDoctorImg": null, - "ExclusiveDoctorName": null, - "ExclusiveDoctorHospitalId": null, - "ExclusiveDoctorHospitalName": null, - "ExclusiveDoctorHospitalClassification": null, - "ExclusiveDoctorHospitalClassificationName": null, - "ExclusiveDoctorHospitalLevel": null, - "ExclusiveDoctorHospitalLevelName": null, - "EntryTwoPeriod": 0, - "IsHasRecommendDoctor": 2 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.UserId | 4 | String | UserId -data.PatientId | 1 | Integer | PatientId -data.PatientName | 查处 | String | 患者姓名 -data.AuditStatus | 0 | Integer | - -data.UserType | 3 | Integer | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -data.RelationType | 1 | Integer | 与患者的关系 1-本人,2-亲友 -data.UserImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png | String | 用户头像 -data.Telephone | 18513583927 | String | 手机号 -data.EntryThreePeriod | 0 | Integer | - -data.EntryFourPeriod | 0 | Integer | - -data.MedicineAuditSwitch | 0 | String | - -data.has7DayAdl | 0 | Integer | 7天内是否有adl 1-有,0-没有 -data.isFollow | 0 | Integer | - -data.isShowFollowGuide | 1 | Integer | - -data.UserRegTime | 2026-05-12 10:24:39 | String | - -data.AdlNotifySwitch | 1 | Integer | - -data.OpenTraining | 0 | Integer | - -data.IsRootUser | 1 | Integer | - -data.AgeYear | 0 | Integer | - -data.AgeMonth | 0 | Integer | - -data.Birth | - | String | - -data.Gender | 1 | Integer | 性别 1-男 2-女 -data.AgeRange | 1 | Integer | 年龄范围1-<40岁,2-40-49岁,3-50-59岁,4-60-69岁,5-70-79岁,6-80岁以上 -data.DiagnosisTimeRange | 1 | Integer | 确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上 -data.AntibodyType | 0 | Integer | - -data.ThyroidAbnormal | 0 | Integer | - -data.PreviousConvulsion | 0 | Integer | - -data.TraditionalImmunosuppressant | 0 | Integer | - -data.MedicalInsuranceType | 0 | Integer | - -data.DiagnosisTime | - | String | - -data.DiagnoseType | 0 | Integer | - -data.DiagnoseImg | - | String | - -data.CommitTime | null | Null | - -data.RejectReason | - | String | - -data.IsSick | 1 | Integer | - -data.PatientCanFollowUp | 3 | Integer | - -data.IsUseDrugs | 2 | Integer | - -data.UseDrugsAuditStatus | 0 | Integer | - -data.UseDrugsAuditTime | null | Null | - -data.UseDrugsRejectReason | - | String | - -data.UseDrugsImg | - | String | - -data.UseDrugsCommitTime | null | Null | - -data.JoinDays | 1 | Integer | - -data.HasSelf | true | Boolean | - -data.DiagnosisCertificate | - | String | - -data.InviteDoctorId | 0 | Integer | - -data.ExclusiveDoctorId | null | Null | - -data.ExclusiveDoctorImg | null | Null | - -data.ExclusiveDoctorName | null | Null | - -data.ExclusiveDoctorHospitalId | null | Null | - -data.ExclusiveDoctorHospitalName | null | Null | - -data.ExclusiveDoctorHospitalClassification | null | Null | - -data.ExclusiveDoctorHospitalClassificationName | null | Null | - -data.ExclusiveDoctorHospitalLevel | null | Null | - -data.ExclusiveDoctorHospitalLevelName | null | Null | - -data.EntryTwoPeriod | 0 | Integer | - -data.IsHasRecommendDoctor | 2 | Integer | - -## /用户管理/小程序/注册患者 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=igg4/account/reg - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/account/reg | String | 是 | - -#### 请求Body参数 -```javascript -{ - "registrationSource": "0", - "registChannel": "0", - "relationType": 1, - "gender": 1, - "name": "查处", - "ageRange": 1, - "diagnosisTimeRange": 1, - "WorkerId": "", - "inviteDoctorId": 12, - "inviteChannel": 1, - "patientCanFollowUp": 2, - "antibodyType": 1, - "thyroidAbnormal": 1, - "previousConvulsion": 1, - "traditionalImmunosuppressant": 1, - "medicalInsuranceType": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -registrationSource | 0 | String | 是 | 注册来源 0-本系统 -registChannel | 0 | String | 是 | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/10-线下活动/11-健康问答/12-nrdl活动 -relationType | 1 | Integer | 是 | 与患者关系 1-本人,2-亲友 -gender | 1 | Integer | 是 | 性别 1-男2-女 -name | 查处 | String | 是 | 姓名 -ageRange | 1 | Integer | 是 | 年龄范围1-<40岁,2-40-49岁,3-50-59岁,4-60-69岁,5-70-79岁,6-80岁以上 -diagnosisTimeRange | 1 | Integer | 是 | 确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上 -WorkerId | - | String | 是 | - -inviteDoctorId | 12 | Integer | 是 | 邀约医生Id -inviteChannel | 1 | Integer | 是 | 邀约渠道 1-医生码,2-Adl -patientCanFollowUp | 2 | Integer | 是 | 患者是否接受随访,1-接受,2-不接受 -antibodyType | 1 | Integer | 是 | - -thyroidAbnormal | 1 | Integer | 是 | - -previousConvulsion | 1 | Integer | 是 | - -traditionalImmunosuppressant | 1 | Integer | 是 | - -medicalInsuranceType | 1 | Integer | 是 | 医保类型 1:城市职工 2:城市居民 3:新农合 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -msg | 登录成功 | String | 返回文字描述 -url | https://home.raredcare.hbraas.com/statics/ | String | - -## /用户管理/小程序/上传诊断凭证 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=igg4/account/upload-audit-img - -#### 请求方式 -> POST - -#### Content-Type -> urlencoded - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/account/upload-audit-img | Text | 是 | - -#### 请求Body参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -diagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 是 | 诊断凭证地址 -registrationSource | - | String | 是 | - -registChannel | - | String | 是 | - -regBusinessId | - | String | 是 | - -aiPass | 0 | String | 是 | 是否AI审核通过1-通过,0-未通过 -imgHash | - | String | 是 | 图片hash 不能为空 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /用户管理/小程序/扫药盒码 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/drugs/record-code - -#### 请求方式 -> POST - -#### Content-Type -> urlencoded - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/drugs/record-code | Text | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -m | - | - -#### 请求Body参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -drugsCode | 86460060000058582906 | String | 是 | 药盒码 -registrationSource | - | String | 是 | - -registChannel | - | String | 是 | - -regBusinessId | - | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "IsCompliance": 1, - "IsUse": 0, - "UseTime": "", - "Drugs": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.IsCompliance | 1 | Integer | 药盒码是否符合标准 1-符合 -data.IsUse | 0 | Integer | 药盒码是否使用 1-被使用 0-未被使用 -data.UseTime | - | String | - -data.Drugs | 1 | String | 药品类型 1-卫伟迦 -## /用户管理/小程序/更新患者信息 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/update-info - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/update-info | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "name": "charlie", - "relationType": 1, - "gender": 1, - "birth": "2021-02", - "diagnosisTime": "2021-02", - "WorkerId": "", - "diagnoseType": 2, - "ageRange": 1, - "patientCanFollowUp": 1, - "antibodyType": 1, - "thyroidAbnormal": 1, - "previousConvulsion": 1, - "traditionalImmunosuppressant": 1, - "medicalInsuranceType": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -name | charlie | String | 是 | 姓名 -relationType | 1 | Integer | 是 | 与患者关系 1-本人,2-亲友 -gender | 1 | Integer | 是 | 性别 1-男2-女 -birth | 2021-02 | String | 是 | 生日 -diagnosisTime | 2021-02 | String | 是 | 确诊时间 -WorkerId | - | String | 是 | - -diagnoseType | 2 | Integer | 是 | 诊断分型 1-眼肌型 2-全身性型 3-性猛暴型 4-晚发严重型 5-肌肉萎缩型 -ageRange | 1 | Integer | 是 | - -patientCanFollowUp | 1 | Integer | 是 | 患者是否接受随访,1-接受,2-不接受 -antibodyType | 1 | Integer | 是 | 抗体类型 1:AChR 2:Musk 3:LRP4 4:RYR -thyroidAbnormal | 1 | Integer | 是 | 胸腺异常 1:是 2:否 -previousConvulsion | 1 | Integer | 是 | 既往发生危象 1:是 2:否 -traditionalImmunosuppressant | 1 | Integer | 是 | 传统免疫抑制剂 1:特克莫苏 2:硫唑嘌呤 3:马替麦考酚酯 4:其他 -medicalInsuranceType | 1 | Integer | 是 | 医保类型 1:城市职工 2:城市居民 3:新农合 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -msg | 登录成功 | String | 返回文字描述 -url | https://home.raredcare.hbraas.com/statics/ | String | - -## /用户管理/小程序/注销 -```text -解绑亲友,不能解绑根账户 -``` -#### 接口状态 -> 已完成 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/cancellation - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/cancellation | Text | 是 | - -#### 请求Body参数 -```javascript - -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -data | 操作成功 | String | 返回数据 -## /用户管理/小程序/切换用户 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/login/change-user-login - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/login/change-user-login | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "mobile": "18513583927", - "code": "7697" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -mobile | 18513583927 | String | 是 | 手机号 -code | 7697 | String | 是 | 验证码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "username": "", - "userid": "14512", - "avatar": "", - "reg": 1, - "userinfo": 1, - "isWorker": 0, - "rolesId": 0, - "gender": "男", - "branchId": "", - "branchName": "", - "branchAccount": "", - "isLogin": 1 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.username | - | String | - -data.userid | 14512 | String | - -data.avatar | - | String | - -data.reg | 1 | Integer | - -data.userinfo | 1 | Integer | - -data.isWorker | 0 | Integer | - -data.rolesId | 0 | Integer | - -data.gender | 男 | String | - -data.branchId | - | String | - -data.branchName | - | String | - -data.branchAccount | - | String | - -data.isLogin | 1 | Integer | - -## /用户管理/小程序/更新患者头像 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/update-user-img - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/update-user-img | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "UserImg":"https://www.baidu.com" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -UserImg | https://www.baidu.com | String | 是 | 头像url -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -msg | 登录成功 | String | 返回文字描述 -url | https://home.raredcare.hbraas.com/statics/ | String | - -## /用户管理/小程序/更改手机号 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/update-telephone - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/update-telephone | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "mobile": "18513583927", - "code": "7697" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -mobile | 18513583927 | String | 是 | 手机号 -code | 7697 | String | 是 | 验证码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "username": "", - "userid": "14512", - "avatar": "", - "reg": 1, - "userinfo": 1, - "isWorker": 0, - "rolesId": 0, - "gender": "男", - "branchId": "", - "branchName": "", - "branchAccount": "", - "isLogin": 1 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.username | - | String | - -data.userid | 14512 | String | - -data.avatar | - | String | - -data.reg | 1 | Integer | - -data.userinfo | 1 | Integer | - -data.isWorker | 0 | Integer | - -data.rolesId | 0 | Integer | - -data.gender | 男 | String | - -data.branchId | - | String | - -data.branchName | - | String | - -data.branchAccount | - | String | - -data.isLogin | 1 | Integer | - -## /用户管理/小程序/更新医生码渠道 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/update-doctor - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/update-doctor | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "inviteDoctorId": 12, - "inviteChannel": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -inviteDoctorId | 12 | Integer | 是 | 邀约医生Id -inviteChannel | 1 | Integer | 是 | 邀约渠道 1-医生码,2-Adl -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -msg | 登录成功 | String | 返回文字描述 -url | https://home.raredcare.hbraas.com/statics/ | String | - -## /用户管理/小程序/更新患者是否接受随访 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/update-patient-can-follow-up - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/update-patient-can-follow-up | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "patientCanFollowUp": 2 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -name | charlie | String | 是 | 姓名 -relationType | 1 | Integer | 是 | 与患者关系 1-本人,2-亲友 -gender | 1 | Integer | 是 | 性别 1-男2-女 -birth | 2021-02 | String | 是 | 生日 -diagnosisTime | 2021-02 | String | 是 | 确诊时间 -WorkerId | - | String | 是 | - -diagnoseType | 2 | Integer | 是 | 诊断分型 1-眼肌型 2-全身性型 3-性猛暴型 4-晚发严重型 5-肌肉萎缩型 -ageRange | 1 | Integer | 是 | - -patientCanFollowUp | 1 | Integer | 是 | 患者是否接受随访,1-接受,2-不接受 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -msg | 登录成功 | String | 返回文字描述 -url | https://home.raredcare.hbraas.com/statics/ | String | - -## /用户管理/小程序/ai识别 用药凭证 是否有风险 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/common/medicine-image-verify - -#### 请求方式 -> POST - -#### Content-Type -> urlencoded - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/common/medicine-image-verify | String | 是 | - -#### 请求Body参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -ImageUrl | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/37406b8b0ea9eb1fcce5097ed6a1347a_17083143003119.png | String | 是 | 电话号码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "code": 0, - "msg": "ok", - "risk": "", - "Hash": "13645efc656fe0415b8d6b6603f3ec03" - } -} -``` -## /用户管理/小程序/上传用药审核凭证 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/upload-use-drugs-audit-img - -#### 请求方式 -> POST - -#### Content-Type -> urlencoded - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/upload-use-drugs-audit-img | Text | 是 | - -#### 请求Body参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -diagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/37406b8b0ea9eb1fcce5097ed6a1347a_17083143003119.png | String | 是 | 诊断凭证地址 -aiPass | 1 | String | 是 | 是否AI审核通过1-通过,0-未通过 -imgHash | 13645efc656fe0415b8d6b6603f3ec03 | String | 是 | 图片hash 不能为空 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /用户管理/小程序/上传图片 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=file-service/upload-img - -#### 请求方式 -> POST - -#### Content-Type -> form-data - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | file-service/upload-img | String | 是 | - -#### 请求Body参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -file | ["C:\\Users\\qinch\\Desktop\\艾加莫德.png"] | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Url": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/37406b8b0ea9eb1fcce5097ed6a1347a_17083143003119.png" - } -} -``` -## /用户管理/小程序/更新adl推送状态 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/update-adl-notify-switch - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/update-adl-notify-switch | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "AdlNotifySwitch":2 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -AdlNotifySwitch | 1 | Integer | 是 | adl推送开关 1-开,2-关 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -msg | 登录成功 | String | 返回文字描述 -url | https://home.raredcare.hbraas.com/statics/ | String | - -## /用户管理/后台 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -pass | 1 | - -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/后台/患者列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/list&Search=&UserType=&DiagnoseType=&BecomePatientTimeBegin=&BecomePatientTimeEnd=&UseDrugsJoinTimeBegin=&UseDrugsJoinTimeEnd=&RegistChannel=&SamePatient=&Sort=&count=&LastUseDrugsTimeBegin=&LastUseDrugsTimeEnd=&TelephoneRegionId=&InsuranceSuccessTimeBegin=&InsuranceSuccessTimeEnd=&InviteChannel=&IsOpenNrdlActivity=1&InviteDoctorId=&UseDrugsDate= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/list | String | 是 | - -Search | - | String | 是 | 患者姓名 -UserType | - | String | 是 | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -DiagnoseType | - | String | 是 | 诊断分型 1-眼肌型 2-全身性型 3-急性猛暴型 4-晚发严重型 5-肌肉萎缩型 -BecomePatientTimeBegin | - | String | 是 | 认证时间开始 -BecomePatientTimeEnd | - | String | 是 | 认证时间结束 -UseDrugsJoinTimeBegin | - | String | 是 | 用药时间开始 -UseDrugsJoinTimeEnd | - | String | 是 | 用药时间结束 -RegistChannel | - | String | 是 | 用户注册渠道 0-其他/1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/10-线下活动 -SamePatient | - | String | 是 | 同患者模式 -Sort | - | String | 是 | 排序 BecomePatientTime -BecomePatientTime UseDrugsJoinTime -UseDrugsJoinTime -count | - | String | 是 | 每页条数 -LastUseDrugsTimeBegin | - | String | 是 | 最近一次用药时间开始 -LastUseDrugsTimeEnd | - | String | 是 | 最近一次用药时间结束 -TelephoneRegionId | - | String | 是 | 大区Id -InsuranceSuccessTimeBegin | - | String | 是 | 商保项目审核成功时间 开始 -InsuranceSuccessTimeEnd | - | String | 是 | 商保项目审核成功时间 结束 -InviteChannel | - | String | 是 | 邀约渠道 1-医生码,2-ADL -IsOpenNrdlActivity | 1 | String | 是 | 是否打开Nrdl活动 1-打开,2-未打开 -InviteDoctorId | - | String | 是 | 邀约医生Id -UseDrugsDate | - | String | 是 | 指定用药日期(计算上次用药的间隔天数,默认为今天) -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "pages": 1, - "page": 1, - "list": [ - { - "PatientId": "856", - "Name": "", - "UserId": "2415", - "Telephone": "15208327246", - "RelationType": "1", - "AgeYear": "0", - "AgeMonth": "0", - "Gender": "2", - "Avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png", - "DiagnoseType": "0", - "BecomePatientTime": "2024-04-20 15:32:21", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/bcab677e86765391f6db4d89d9ea3833_16928589877137.jpg", - "UseDrugsJoinTime": "2024-04-20 15:37:28", - "ConversionDays": "0", - "AdlNums": "6", - "IsSick": "1", - "IsUseDrugs": "1", - "LastAdlId": "412", - "UseDrugsNum": "0", - "LastUseDrugsTime": null, - "UseDrugsIntervalDays": null, - "DiagnosisCertificate": "", - "AgeRange": "4", - "PatientWeight": null, - "RegistChannel": "0", - "AdlTotalScore": "24", - "DoctorId": null, - "DoctorName": null, - "HospitalId": null, - "HospitalName": null, - "HospitalProvinceName": null, - "HospitalCityName": null, - "RegionId": null, - "IsCOE": null, - "InviteChannel": "0", - "TelephoneRegionId": "3", - "TelephoneProvince": "四川省", - "TelephoneCity": "成都市", - "ActivityRegionId": null, - "ActivityInviteDoctorId": null, - "ActivityInviteDoctorName": null, - "ActivityInviteDoctorHospitalId": null, - "ActivityInviteDoctorHospitalName": null, - "ActivityInviteDoctorHospitalProvinceName": null, - "ActivityInviteDoctorHospitalCityName": null, - "ActivityInviteDoctorHospitalRegionId": null, - "ActivityInviteDoctorHospitalIsCOE": null, - "IsOpenNrdlActivity": "1", - "TerritoryTelephoneId": "32", - "TerritoryTwoId": "32", - "TerritoryTwoName": "四川组", - "TerritoryTwoUserName": "韩静", - "TerritoryProvinceName": "四川省", - "TerritoryCityName": "成都市", - "EnrollmentStatus": 0, - "EnrollmentSubmissionTime": null, - "EnrollmentStatusText": "否", - "EnrollmentSuccess": 0, - "EnrollmentSuccessText": "否", - "EnrollmentSuccessTime": null, - "BenefitCount": null, - "EnrollmentStatus2": 0, - "EnrollmentSubmissionTime2": null, - "EnrollmentStatusText2": "否", - "EnrollmentSuccess2": 0, - "EnrollmentSuccessText2": "否", - "EnrollmentSuccessTime2": null, - "BenefitCount2": null, - "AgeRangeText": "75岁以上", - "ReginonName": "", - "ActivityInviteDoctorHospitalRegionName": "", - "InviteChannelName": "", - "UserType": 4, - "TelephoneRegionName": "西南区", - "ActivityRegionName": "", - "NewRegionId": "3", - "NewRegionName": "西南区", - "SignUpNum": 0, - "WatchNum": 0 - } - ], - "count": "6", - "AllPatient": 6, - "NanPatient": 5, - "NvPatient": 1, - "SickPatient": 6, - "UseDrugsPatient": 3, - "RegionUserNum": [ - { - "Num": 2, - "RegionName": "东一区" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 856 | String | 患者Id -data.list.Name | - | String | 患者姓名 -data.list.UserId | 2415 | String | userId -data.list.Telephone | 15208327246 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 0 | String | 年龄-年 -data.list.AgeMonth | 0 | String | 年龄-月 -data.list.Gender | 2 | String | 患者性别 0-未知, 1-男,2-女 -data.list.Avatar | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png | String | - -data.list.DiagnoseType | 0 | String | 诊断分型 1-眼肌型 2-全身性型 3-急性猛暴型 4-晚发严重型 5-肌肉萎缩型 -data.list.BecomePatientTime | 2024-04-20 15:32:21 | String | 认证加入时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/bcab677e86765391f6db4d89d9ea3833_16928589877137.jpg | String | 诊断凭证 -data.list.UseDrugsJoinTime | 2024-04-20 15:37:28 | String | 用药加入时间 -data.list.ConversionDays | 0 | String | 转化周期 -data.list.AdlNums | 6 | String | adl次数 -data.list.IsSick | 1 | String | 是否是疾病 患者 1-是, 2-不是 -data.list.IsUseDrugs | 1 | String | 是否是用药患者 1-是, 2-不是 -data.list.LastAdlId | 412 | String | - -data.list.UseDrugsNum | 0 | String | 用药次数 -data.list.LastUseDrugsTime | null | Null | 最近一次用药时间 -data.list.UseDrugsIntervalDays | null | Null | 上次用药时间间隔 -data.list.DiagnosisCertificate | - | String | 诊断证明地址 -data.list.AgeRange | 4 | String | 年龄范围 1-18-44,2-45-59,3-60-74,4-75以上; -data.list.PatientWeight | null | Null | 患者体重(单位:kg) -data.list.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AdlTotalScore | 24 | String | Adl评分 -data.list.DoctorId | null | Null | - -data.list.DoctorName | null | Null | 邀约医生 -data.list.HospitalId | null | Null | - -data.list.HospitalName | null | Null | 医生所属医院 -data.list.HospitalProvinceName | null | Null | 医院所属省份 -data.list.HospitalCityName | null | Null | 医院所属城市 -data.list.RegionId | null | Null | - -data.list.IsCOE | null | Null | 是否为COE医院 1-是,2-不是 -data.list.InviteChannel | 0 | String | - -data.list.TelephoneRegionId | 3 | String | 大区Id -data.list.TelephoneProvince | 四川省 | String | 手机号省份 -data.list.TelephoneCity | 成都市 | String | 手机号城市 -data.list.ActivityRegionId | null | Null | - -data.list.ActivityInviteDoctorId | null | Null | - -data.list.ActivityInviteDoctorName | null | Null | 活动医生姓名 -data.list.ActivityInviteDoctorHospitalId | null | Null | - -data.list.ActivityInviteDoctorHospitalName | null | Null | 活动医生所在医院 -data.list.ActivityInviteDoctorHospitalProvinceName | null | Null | 活动医生所在医院省份 -data.list.ActivityInviteDoctorHospitalCityName | null | Null | 活动医生所在医院城市 -data.list.ActivityInviteDoctorHospitalRegionId | null | Null | - -data.list.ActivityInviteDoctorHospitalIsCOE | null | Null | - -data.list.IsOpenNrdlActivity | 1 | String | 是否打开Nrdl活动 1-打开,2-未打开 -data.list.TerritoryTelephoneId | 32 | String | - -data.list.TerritoryTwoId | 32 | String | - -data.list.TerritoryTwoName | 四川组 | String | - -data.list.TerritoryTwoUserName | 韩静 | String | - -data.list.TerritoryProvinceName | 四川省 | String | - -data.list.TerritoryCityName | 成都市 | String | - -data.list.EnrollmentStatus | 0 | Integer | 商保项目参与状态(1-是,0-否) -data.list.EnrollmentSubmissionTime | null | Null | - -data.list.EnrollmentStatusText | 否 | String | - -data.list.EnrollmentSuccess | 0 | Integer | 商保项目入组成功(1-是,0-否) -data.list.EnrollmentSuccessText | 否 | String | - -data.list.EnrollmentSuccessTime | null | Null | 商保项目审核成功时间 -data.list.BenefitCount | null | Null | 商保项目打款次数 -data.list.EnrollmentStatus2 | 0 | Integer | - -data.list.EnrollmentSubmissionTime2 | null | Null | - -data.list.EnrollmentStatusText2 | 否 | String | - -data.list.EnrollmentSuccess2 | 0 | Integer | - -data.list.EnrollmentSuccessText2 | 否 | String | - -data.list.EnrollmentSuccessTime2 | null | Null | - -data.list.BenefitCount2 | null | Null | - -data.list.AgeRangeText | 75岁以上 | String | - -data.list.ReginonName | - | String | 医院所属大区 -data.list.ActivityInviteDoctorHospitalRegionName | - | String | 活动医生所在医院所属大区 -data.list.InviteChannelName | - | String | 邀约渠道 -data.list.UserType | 4 | Integer | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -data.list.TelephoneRegionName | 西南区 | String | 所属大区 -data.list.ActivityRegionName | - | String | 直播活动大区 -data.list.NewRegionId | 3 | String | - -data.list.NewRegionName | 西南区 | String | - -data.list.SignUpNum | 0 | Integer | 报名场次 -data.list.WatchNum | 0 | Integer | 观看场次 -data.count | 6 | String | 总条数 -data.AllPatient | 6 | Integer | 总患者数 -data.NanPatient | 5 | Integer | 男患者数 -data.NvPatient | 1 | Integer | 女患者数 -data.SickPatient | 6 | Integer | 疾病患者数 -data.UseDrugsPatient | 3 | Integer | 用药患者数 -data.RegionUserNum | - | Array | - -data.RegionUserNum.Num | 2 | Integer | 次数 -data.RegionUserNum.RegionName | 东一区 | String | 大区 -## /用户管理/后台/患者列表 导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=PatientExport&Search=&UserType=&DiagnoseType=&BecomePatientTimeBegin=&BecomePatientTimeEnd=&UseDrugsJoinTimeBegin=&UseDrugsJoinTimeEnd=&RegistChannel=&SamePatient=&Sort=&LastUseDrugsTimeBegin=&LastUseDrugsTimeEnd=&InsuranceSuccessTimeBegin=2023-09-06&InsuranceSuccessTimeEnd=2023-09-09&InviteChannel=&IsOpenNrdlActivity=1&InviteDoctorId=&UseDrugsDate= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | PatientExport | String | 是 | - -Search | - | String | 是 | 患者姓名 -UserType | - | String | 是 | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -DiagnoseType | - | String | 是 | 诊断分型 1-眼肌型 2-全身性型 3-急性猛暴型 4-晚发严重型 5-肌肉萎缩型 -BecomePatientTimeBegin | - | String | 是 | 认证时间开始 -BecomePatientTimeEnd | - | String | 是 | 认证时间结束 -UseDrugsJoinTimeBegin | - | String | 是 | 用药时间开始 -UseDrugsJoinTimeEnd | - | String | 是 | 用药时间结束 -RegistChannel | - | String | 是 | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -SamePatient | - | String | 是 | 同患者模式 -Sort | - | String | 是 | 排序 BecomePatientTime -BecomePatientTime UseDrugsJoinTime -UseDrugsJoinTime -LastUseDrugsTimeBegin | - | String | 是 | 最近一次用药时间开始 -LastUseDrugsTimeEnd | - | String | 是 | 最近一次用药时间结束 -InsuranceSuccessTimeBegin | 2023-09-06 | String | 是 | 商保项目审核成功时间 开始 -InsuranceSuccessTimeEnd | 2023-09-09 | String | 是 | 商保项目审核成功时间 结束 -InviteChannel | - | String | 是 | 邀约渠道 1-医生码,2-ADL -IsOpenNrdlActivity | 1 | String | 是 | 是否打开Nrdl活动 1-打开,2-未打开 -InviteDoctorId | - | String | 是 | 邀约医生Id -UseDrugsDate | - | String | 是 | 指定用药日期(计算上次用药的间隔天数,默认为今天) -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/后台/患者详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/user-info&UserId=2280 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/user-info | String | 是 | - -UserId | 2280 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "PatientId": "751", - "Name": "怎么", - "UserId": "2280", - "Telephone": "18513583927", - "RelationType": "1", - "AgeYear": "0", - "AgeMonth": "0", - "Birth": "", - "DiagnosisTime": "", - "Gender": "1", - "CreateTime": "2024-03-18 12:17:57", - "Avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png", - "DiagnoseType": "0", - "BecomePatientTime": "2024-02-20 15:34:36", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/bcab677e86765391f6db4d89d9ea3833_16928589877137.jpg", - "UseDrugsJoinTime": "2024-03-29 15:53:52", - "ConversionDays": "38", - "AdlNums": "6", - "IsSick": "1", - "IsUseDrugs": "1", - "LastAdlId": "438", - "UseDrugsNum": "1", - "LastUseDrugsTime": "2024-03-29", - "HasUserNum": "1", - "RegistChannel": "0", - "RegBusinessId": "", - "AdlTotalScore": "16", - "AdlSteroidDailyDose": "15", - "JoinDays": 92, - "LastMedicationRecord": { - "Id": "393", - "UserId": "", - "UserRelationType": "0", - "Telephone": "", - "PatientId": "751", - "InjectionDate": "2024-03-29", - "InjectionTime": "2024-03-29 23:59:59", - "InjectionBottles": "8", - "DiagnosisCertificate": null, - "IsInpatient": "0", - "Remark": null, - "Times": "1", - "DaysSinceLastInjection": null, - "IsInsuranceProject": "1", - "ExternalMedicationAuditId": "981575440177037312", - "Status": "0", - "CreatedAt": "2024-04-01 17:37:53", - "UpdatedAt": "2024-04-01 17:37:53", - "TelephoneRegionId": "0", - "TelephoneProvince": "", - "TelephoneCity": "" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.PatientId | 751 | String | 患者Id -data.Name | 怎么 | String | 患者姓名 -data.UserId | 2280 | String | 用户Id -data.Telephone | 18513583927 | String | 手机号 -data.RelationType | 1 | String | 用户身份 1-本人2-亲友 -data.AgeYear | 0 | String | 年龄-年 -data.AgeMonth | 0 | String | 年龄-月 -data.Birth | - | String | - -data.DiagnosisTime | - | String | - -data.Gender | 1 | String | 性别 1-男,2-女 -data.CreateTime | 2024-03-18 12:17:57 | String | 本次创建时间 -data.Avatar | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png | String | - -data.DiagnoseType | 0 | String | 诊断分型 1-眼肌型 2-全身性型 3-急性猛暴型 4-晚发严重型 5-肌肉萎缩型 -data.BecomePatientTime | 2024-02-20 15:34:36 | String | 认证加入时间 -data.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/bcab677e86765391f6db4d89d9ea3833_16928589877137.jpg | String | 认证材料 -data.UseDrugsJoinTime | 2024-03-29 15:53:52 | String | 用药加入时间 -data.ConversionDays | 38 | String | 转换周期 -data.AdlNums | 6 | String | adl次数 -data.IsSick | 1 | String | 是否是疾病 患者 1-是, 2-不是 -data.IsUseDrugs | 1 | String | 是否是用药患者 1-是, 2-不是 -data.LastAdlId | 438 | String | - -data.UseDrugsNum | 1 | String | 用药次数 -data.LastUseDrugsTime | 2024-03-29 | String | - -data.HasUserNum | 1 | String | 用户数量 0-没有 -data.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.RegBusinessId | - | String | 注册业务Id -data.AdlTotalScore | 16 | String | Adl评分 -data.AdlSteroidDailyDose | 15 | String | adl激素用量(mg) -data.JoinDays | 92 | Integer | - -data.LastMedicationRecord | - | Object | - -data.LastMedicationRecord.Id | 393 | String | 记录id -data.LastMedicationRecord.UserId | - | String | 用户Id -data.LastMedicationRecord.UserRelationType | 0 | String | - -data.LastMedicationRecord.Telephone | - | String | - -data.LastMedicationRecord.PatientId | 751 | String | 患者Id -data.LastMedicationRecord.InjectionDate | 2024-03-29 | String | 注射日期 -data.LastMedicationRecord.InjectionTime | 2024-03-29 23:59:59 | String | - -data.LastMedicationRecord.InjectionBottles | 8 | String | 瓶数 -data.LastMedicationRecord.DiagnosisCertificate | null | Null | 诊断证明地址 -data.LastMedicationRecord.IsInpatient | 0 | String | - -data.LastMedicationRecord.Remark | null | Null | 备注 -data.LastMedicationRecord.Times | 1 | String | 次数 -data.LastMedicationRecord.DaysSinceLastInjection | null | Null | 与上次相差几天 -data.LastMedicationRecord.IsInsuranceProject | 1 | String | 是否商保项目 1-是,0-不是 -data.LastMedicationRecord.ExternalMedicationAuditId | 981575440177037312 | String | - -data.LastMedicationRecord.Status | 0 | String | - -data.LastMedicationRecord.CreatedAt | 2024-04-01 17:37:53 | String | - -data.LastMedicationRecord.UpdatedAt | 2024-04-01 17:37:53 | String | - -data.LastMedicationRecord.TelephoneRegionId | 0 | String | 手机号大区Id -data.LastMedicationRecord.TelephoneProvince | - | String | 手机号省份 -data.LastMedicationRecord.TelephoneCity | - | String | 手机号城市 -## /用户管理/后台/用户列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/user-list&Search=&RegTimeBegin=&RegTimeEnd=&UserType=&count=&Sort=&AuditStatus=4 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/user-list | String | 是 | - -Search | - | String | 是 | 手机号,userId -RegTimeBegin | - | String | 是 | 注册时间开始 -RegTimeEnd | - | String | 是 | 注册时间结束 -UserType | - | String | 是 | 用户身份 1-空白,2-注册,3-疾病,4-用药 -count | - | String | 是 | 每页条数 -Sort | - | String | 是 | 排序 RegTime-升序,-RegTime-降序 -AuditStatus | 4 | String | 是 | 审核状态 1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "pages": 1, - "page": 1, - "list": [ - { - "UserId": "14512", - "Telephone": "18513583927", - "RelationType": "1", - "RegTime": "2023-06-21 14:51:56", - "PatientId": "1", - "AuditStatus": "4", - "IsSick": "1", - "IsUseDrugs": "0", - "UserType": 3 - } - ], - "count": "1", - "AllUser": "1", - "RegUser": "0", - "SickUser": "1", - "UseDrugsUser": "0" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.UserId | 14512 | String | 用户Id -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.RegTime | 2023-06-21 14:51:56 | String | 注册时间 -data.list.PatientId | 1 | String | 患者Id -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.list.IsSick | 1 | String | 是否是疾病 患者 1-是, 2-不是 -data.list.IsUseDrugs | 0 | String | 是否是用药患者 1-是, 2-不是 -data.list.UserType | 3 | Integer | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -data.count | 1 | String | 总条数 -data.AllUser | 1 | String | 用户总数 -data.RegUser | 0 | String | 注册用户数 -data.SickUser | 1 | String | 疾病患者数 -data.UseDrugsUser | 0 | String | 用药患者数 -## /用户管理/后台/用户列表 导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=UserExport&Search=&RegTimeBegin=&RegTimeEnd=&AuditStatus= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | UserExport | String | 是 | - -Search | - | String | 是 | 手机号,userId -RegTimeBegin | - | String | 是 | 注册时间开始 -RegTimeEnd | - | String | 是 | 注册时间结束 -AuditStatus | - | String | 是 | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "pages": 1, - "page": 1, - "list": [ - { - "UserId": "14512", - "Telephone": "18513583927", - "RelationType": "1", - "RegTime": "2023-06-21 14:51:56", - "PatientId": "1", - "AuditStatus": "0", - "IsSick": "0", - "IsUseDrugs": "0", - "UserType": 2 - } - ], - "count": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.UserId | 14512 | String | - -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.RegTime | 2023-06-21 14:51:56 | String | 注册时间 -data.list.PatientId | 1 | String | 患者Id -data.list.AuditStatus | 0 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.list.IsSick | 0 | String | 是否是疾病 患者 1-是, 2-不是 -data.list.IsUseDrugs | 0 | String | 是否是用药患者 1-是, 2-不是 -data.list.UserType | 2 | Integer | 用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -data.count | 1 | String | 总条数 -## /用户管理/后台/审核列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/audit-list&Search=&AuditStatus=&count=&CommitTimeBegin=&CommitTimeEnd=&AuditTimeBegin=&AuditTimeEnd= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/audit-list | String | 是 | - -Search | - | String | 是 | 手机号,userId -AuditStatus | - | String | 是 | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -count | - | String | 是 | 每页条数 -CommitTimeBegin | - | String | 是 | 提交时间 开始 -CommitTimeEnd | - | String | 是 | 提交时间 结束 -AuditTimeBegin | - | String | 是 | 审核时间 开始 -AuditTimeEnd | - | String | 是 | 审核时间 结束 -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "pages": 1, - "page": 1, - "list": [ - { - "PatientId": "1", - "Name": "charlie", - "UserId": "14512", - "Telephone": "18513583927", - "RelationType": "1", - "AgeYear": "2", - "AgeMonth": "4", - "Gender": "1", - "CommitTime": "2023-06-25 11:12:39", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png", - "AuditTime": "2023-06-25 11:12:39", - "RegistChannel": "1", - "AuditStatus": "4", - "DiagnoseType": "2" - }, - { - "PatientId": "2", - "Name": "可乐", - "UserId": null, - "Telephone": null, - "RelationType": null, - "AgeYear": "0", - "AgeMonth": "0", - "Gender": "1", - "CommitTime": "2023-06-26 15:55:08", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/0b1dbbfb87beb2740edce3e998d92f19_16877661037663.png", - "AuditTime": "2023-06-26 16:51:52", - "RegistChannel": null, - "AuditStatus": "2", - "DiagnoseType": "1" - } - ], - "count": "2", - "auditCount": "2", - "auditPassCount": "0", - "auditAiPassCount": "1", - "auditIngCount": "0" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | 用户Id -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.AuditTime | 2023-06-25 11:12:39 | String | 审核时间 -data.list.RegistChannel | 1 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.list.DiagnoseType | 2 | String | - -data.count | 2 | String | 总条数 -data.auditCount | 2 | String | 总审核条数 -data.auditPassCount | 0 | String | 审核通过 -data.auditAiPassCount | 1 | String | AI审核痛殴 -data.auditIngCount | 0 | String | 审核中条数 -## /用户管理/后台/审核列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=AuditExport&Search=&RegTimeBegin=&RegTimeEnd=&AuditStatus= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | AuditExport | String | 是 | - -Search | - | String | 是 | 手机号,userId -RegTimeBegin | - | String | 是 | 注册时间开始 -RegTimeEnd | - | String | 是 | 注册时间结束 -AuditStatus | - | String | 是 | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "pages": 1, - "page": 1, - "list": [ - { - "PatientId": "1", - "Name": "charlie", - "UserId": "14512", - "Telephone": "18513583927", - "RelationType": "1", - "AgeYear": "2", - "AgeMonth": "4", - "Gender": "1", - "CommitTime": "2023-06-25 11:12:39", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png", - "RegistChannel": "0", - "AuditStatus": "4" - } - ], - "count": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | - -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.count | 1 | String | 总条数 -## /用户管理/后台/审核通过 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/audit-pass - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/audit-pass | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "PatientId" : 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | - -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.count | 1 | String | 总条数 -## /用户管理/后台/审核驳回 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/audit-reject - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/audit-reject | String | 是 | - -#### 请求Body参数 -```javascript -{ - "PatientId" : 1, - "RejectReason":"驳回原因" -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | - -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.count | 1 | String | 总条数 -## /用户管理/后台/患者审核列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/audit-record&PatientId=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/audit-record | String | 是 | - -PatientId | 1 | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "2", - "UserId": "14512", - "PatientId": "1", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png", - "AuditStatus": "4", - "RejectReason": "", - "WorkerId": "", - "AuditTime": "2023-06-25 11:12:39", - "CreateTime": "2023-06-25 11:12:39", - "AuditStatusText": "AI审核通过" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | 列表 -data.list.Id | 2 | String | 记录Id -data.list.UserId | 14512 | String | 用户Id -data.list.PatientId | 1 | String | 患者Id -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.AuditStatus | 4 | String | 审核状态 1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.list.RejectReason | - | String | 驳回原因 -data.list.WorkerId | - | String | 审核人Id -data.list.AuditTime | 2023-06-25 11:12:39 | String | 审核时间 -data.list.CreateTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.AuditStatusText | AI审核通过 | String | 审核状态文体 -## /用户管理/后台/待审核数量 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/audit-count - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/audit-count | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "2" -} -``` -## /用户管理/后台/综合报告 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=adl/graph&PatientId=751 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | adl/graph | String | 是 | - -PatientId | 751 | String | 是 | 患者Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "393", - "UserId": "2280", - "PatientId": "751", - "TalkingScore": "0", - "ChewScore": "1", - "SwallowScore": "0", - "BreathScore": "1", - "BrushTeethAndCombHairScore": "0", - "GetUpFromChairScore": "1", - "DoubleVisionScore": "0", - "DroopyEyelidsScore": "1", - "ResultsImgUrl": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/e5c67c1e8dcb10ecdf117a60221b46c0_17117843173909.png", - "CreateTime": "2024-04-01 15:38:38", - "UpdateTime": "2024-03-30 15:38:38", - "LastAdlRecordId": "0", - "Status": "0", - "Telephone": "18513583927", - "RelationType": "1", - "Times": "1", - "TelephoneRegionId": "4", - "TelephoneProvince": "北京市", - "TelephoneCity": "北京市", - "TelephoneTerritoryType": "2", - "TelephoneTerritoryOneId": "1", - "TelephoneTerritoryOneName": "北一区", - "TelephoneTerritoryOneUserName": "陈昊", - "TelephoneTerritoryTwoId": "9", - "TelephoneTerritoryTwoName": "北京1组", - "TelephoneTerritoryTwoUserName": "董雪", - "SteroidDailyDose": null, - "Date": "2024-04-01", - "TotalScore": "4", - "MedullaTypeScore": "1", - "BreathTypeScore": "1", - "LimbsTypeScore": "1", - "EyeTypeScore": "1", - "LastTalkingScore": null, - "LastChewScore": null, - "LastSwallowScore": null, - "LastBreathScore": null, - "LastBrushTeethAndCombHairScore": null, - "LastGetUpFromChairScore": null, - "LastDoubleVisionScore": null, - "LastDroopyEyelidsScore": null, - "LastMedullaTypeScore": null, - "LastBreathTypeScore": null, - "LastLimbsTypeScore": null, - "LastEyeTypeScore": null, - "LastTotalScore": null, - "LastCreateTime": null, - "LastSteroidDailyDose": null, - "TotalScoreChange": null, - "MedullaTypeScoreChange": null, - "BreathTypeScoreChange": null, - "LimbsTypeScoreChange": null, - "EyeTypeScoreChange": null, - "Days": null, - "SteroidDailyDoseChange": null - } - ], - "pages": 1, - "count": "2", - "page": 1, - "medication": [ - { - "Id": "3", - "UserId": "504", - "UserRelationType": "2", - "Telephone": "18513583927", - "PatientId": "325", - "InjectionDate": "2023-08-27", - "InjectionTime": "2023-08-27 23:59:59", - "InjectionBottles": "2", - "DiagnosisCertificate": null, - "IsInpatient": "0", - "Remark": "这是备注", - "Times": "1", - "DaysSinceLastInjection": null, - "IsInsuranceProject": "0", - "ExternalMedicationAuditId": null, - "Status": "0", - "CreatedAt": "2023-08-30 18:08:59", - "UpdatedAt": "2023-08-30 18:08:58" - }, - { - "Id": "2", - "UserId": "504", - "UserRelationType": "2", - "Telephone": "18513583927", - "PatientId": "325", - "InjectionDate": "2023-08-29", - "InjectionTime": "2023-08-29 23:59:59", - "InjectionBottles": "2", - "DiagnosisCertificate": null, - "IsInpatient": "0", - "Remark": "这是备注", - "Times": "2", - "DaysSinceLastInjection": "2", - "IsInsuranceProject": "0", - "ExternalMedicationAuditId": null, - "Status": "0", - "CreatedAt": "2023-08-30 18:08:50", - "UpdatedAt": "2023-08-30 18:08:58" - }, - { - "Id": "1", - "UserId": "504", - "UserRelationType": "2", - "Telephone": "18513583927", - "PatientId": "325", - "InjectionDate": "2023-08-30", - "InjectionTime": "2023-08-30 23:59:59", - "InjectionBottles": "4", - "DiagnosisCertificate": null, - "IsInpatient": "0", - "Remark": "这是备注", - "Times": "3", - "DaysSinceLastInjection": "1", - "IsInsuranceProject": "0", - "ExternalMedicationAuditId": null, - "Status": "0", - "CreatedAt": "2023-08-30 18:03:45", - "UpdatedAt": "2023-08-30 18:08:58" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 393 | String | 记录id -data.list.UserId | 2280 | String | 用户Id -data.list.PatientId | 751 | String | 患者Id -data.list.TalkingScore | 0 | String | 说话得分 -data.list.ChewScore | 1 | String | 咀嚼得分 -data.list.SwallowScore | 0 | String | 吞咽得分 -data.list.BreathScore | 1 | String | 呼吸得分 -data.list.BrushTeethAndCombHairScore | 0 | String | 刷牙和梳头能力得分 -data.list.GetUpFromChairScore | 1 | String | 从椅子上起身能力得分 -data.list.DoubleVisionScore | 0 | String | 复视/重影得分 -data.list.DroopyEyelidsScore | 1 | String | 眼睑下垂得分 -data.list.ResultsImgUrl | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/e5c67c1e8dcb10ecdf117a60221b46c0_17117843173909.png | String | 图片地址 -data.list.CreateTime | 2024-04-01 15:38:38 | String | - -data.list.UpdateTime | 2024-03-30 15:38:38 | String | - -data.list.LastAdlRecordId | 0 | String | - -data.list.Status | 0 | String | - -data.list.Telephone | 18513583927 | String | - -data.list.RelationType | 1 | String | - -data.list.Times | 1 | String | 次数 -data.list.TelephoneRegionId | 4 | String | 手机号大区Id -data.list.TelephoneProvince | 北京市 | String | 手机号省份 -data.list.TelephoneCity | 北京市 | String | 手机号城市 -data.list.TelephoneTerritoryType | 2 | String | - -data.list.TelephoneTerritoryOneId | 1 | String | - -data.list.TelephoneTerritoryOneName | 北一区 | String | - -data.list.TelephoneTerritoryOneUserName | 陈昊 | String | - -data.list.TelephoneTerritoryTwoId | 9 | String | - -data.list.TelephoneTerritoryTwoName | 北京1组 | String | - -data.list.TelephoneTerritoryTwoUserName | 董雪 | String | - -data.list.SteroidDailyDose | null | Null | 激素日用量(mg) -data.list.Date | 2024-04-01 | String | 评测日期 -data.list.TotalScore | 4 | String | 评测总分 -data.list.MedullaTypeScore | 1 | String | 延髓分数 -data.list.BreathTypeScore | 1 | String | 呼吸分数 -data.list.LimbsTypeScore | 1 | String | 四肢分数 -data.list.EyeTypeScore | 1 | String | 眼睛分数 -data.list.LastTalkingScore | null | Null | 上次说话得分 -data.list.LastChewScore | null | Null | 上次咀嚼得分 -data.list.LastSwallowScore | null | Null | 上次吞咽得分 -data.list.LastBreathScore | null | Null | 上次呼吸得分 -data.list.LastBrushTeethAndCombHairScore | null | Null | 上次刷牙和梳头能力得分 -data.list.LastGetUpFromChairScore | null | Null | 上次从椅子上起身能力得分 -data.list.LastDoubleVisionScore | null | Null | 上次复视/重影得分 -data.list.LastDroopyEyelidsScore | null | Null | 上次眼睑下垂得分 -data.list.LastMedullaTypeScore | null | Null | 上次延髓分数 -data.list.LastBreathTypeScore | null | Null | 上次呼吸分数 -data.list.LastLimbsTypeScore | null | Null | 上次四肢分数 -data.list.LastEyeTypeScore | null | Null | 上次眼睛分数 -data.list.LastTotalScore | null | Null | 上次总分 -data.list.LastCreateTime | null | Null | - -data.list.LastSteroidDailyDose | null | Null | 上次激素日用量(mg) -data.list.TotalScoreChange | null | Null | - -data.list.MedullaTypeScoreChange | null | Null | - -data.list.BreathTypeScoreChange | null | Null | - -data.list.LimbsTypeScoreChange | null | Null | - -data.list.EyeTypeScoreChange | null | Null | - -data.list.Days | null | Null | - -data.list.SteroidDailyDoseChange | null | Null | 激素日用量(mg)变化 -data.pages | 1 | Integer | 总页数 -data.count | 2 | String | 每页条数 -data.page | 1 | Integer | 页码 -data.medication | - | Array | 用药记录 -data.medication.Id | 3 | String | 记录id -data.medication.UserId | 504 | String | 用户Id -data.medication.UserRelationType | 2 | String | - -data.medication.Telephone | 18513583927 | String | - -data.medication.PatientId | 325 | String | 患者Id -data.medication.InjectionDate | 2023-08-27 | String | 注射日期 -data.medication.InjectionTime | 2023-08-27 23:59:59 | String | - -data.medication.InjectionBottles | 2 | String | 瓶数 -data.medication.DiagnosisCertificate | null | Null | 诊断证明地址 -data.medication.IsInpatient | 0 | String | - -data.medication.Remark | 这是备注 | String | 备注 -data.medication.Times | 1 | String | 次数 -data.medication.DaysSinceLastInjection | null | Null | 与上次相差几天 -data.medication.IsInsuranceProject | 0 | String | 是否商保项目 1-是,0-不是 -data.medication.ExternalMedicationAuditId | null | Null | - -data.medication.Status | 0 | String | - -data.medication.CreatedAt | 2023-08-30 18:08:59 | String | - -data.medication.UpdatedAt | 2023-08-30 18:08:58 | String | - -## /用户管理/后台/用药审核列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/use-drugs-audit-list&Search=&AuditStatus=&count=&CommitTimeBegin=&CommitTimeEnd=&AuditTimeBegin=&AuditTimeEnd= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/use-drugs-audit-list | String | 是 | - -Search | - | String | 是 | 手机号,userId -AuditStatus | - | String | 是 | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -count | - | String | 是 | 每页条数 -CommitTimeBegin | - | String | 是 | 提交时间 开始 -CommitTimeEnd | - | String | 是 | 提交时间 结束 -AuditTimeBegin | - | String | 是 | 审核时间 开始 -AuditTimeEnd | - | String | 是 | 审核时间 结束 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "pages": 1, - "page": 1, - "list": [ - { - "PatientId": "732", - "Name": "", - "UserId": "2258", - "Telephone": "18513583927", - "RelationType": "1", - "AgeYear": "0", - "AgeMonth": "0", - "Gender": "1", - "CommitTime": "2024-02-19 12:04:19", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/37406b8b0ea9eb1fcce5097ed6a1347a_17083143003119.png", - "AuditTime": "2024-02-19 12:04:19", - "RegistChannel": "0", - "AuditStatus": "4", - "DiagnoseType": "0" - } - ], - "count": "1", - "auditCount": "1", - "auditPassCount": "0", - "auditAiPassCount": "1", - "auditIngCount": "0" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | 用户Id -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.AuditTime | 2023-06-25 11:12:39 | String | 审核时间 -data.list.RegistChannel | 1 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.list.DiagnoseType | 2 | String | - -data.count | 2 | String | 总条数 -data.auditCount | 2 | String | 总审核条数 -data.auditPassCount | 0 | String | 审核通过数 -data.auditAiPassCount | 1 | String | AI审核通过数 -data.auditIngCount | 0 | String | 审核中条数 -## /用户管理/后台/患者用药审核列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/use-drugs-audit-record&PatientId=732 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/use-drugs-audit-record | String | 是 | - -PatientId | 732 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "2", - "UserId": "14512", - "PatientId": "1", - "DiagnoseImg": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png", - "AuditStatus": "4", - "RejectReason": "", - "WorkerId": "", - "AuditTime": "2023-06-25 11:12:39", - "CreateTime": "2023-06-25 11:12:39", - "AuditStatusText": "AI审核通过" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | 列表 -data.list.Id | 2 | String | 记录Id -data.list.UserId | 14512 | String | 用户Id -data.list.PatientId | 1 | String | 患者Id -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.AuditStatus | 4 | String | 审核状态 1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.list.RejectReason | - | String | 驳回原因 -data.list.WorkerId | - | String | 审核人Id -data.list.AuditTime | 2023-06-25 11:12:39 | String | 审核时间 -data.list.CreateTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.AuditStatusText | AI审核通过 | String | 审核状态文体 -## /用户管理/后台/用药审核驳回 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/use-drugs-audit-reject - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/use-drugs-audit-reject | String | 是 | - -#### 请求Body参数 -```javascript -{ - "PatientId" : 1, - "RejectReason":"驳回原因" -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | - -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.count | 1 | String | 总条数 -## /用户管理/后台/用药审核通过 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/use-drugs-audit-pass - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/use-drugs-audit-pass | String | 是 | - -#### 请求Body参数 -```javascript -{ - "PatientId" : 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.list | - | Array | 列表 -data.list.PatientId | 1 | String | 患者Id -data.list.Name | charlie | String | 姓名 -data.list.UserId | 14512 | String | - -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 与患者关系1-本人,2-亲友 -data.list.AgeYear | 2 | String | 年龄-年 -data.list.AgeMonth | 4 | String | 年龄-月 -data.list.Gender | 1 | String | 性别 1-男2-女 -data.list.CommitTime | 2023-06-25 11:12:39 | String | 提交时间 -data.list.DiagnoseImg | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5f68d27f2d352b27d9ebbb9e978ed01b_16873273508943.png | String | 诊断凭证 -data.list.RegistChannel | 0 | String | 用户注册渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/50-其他 -data.list.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.count | 1 | String | 总条数 -## /用户管理/后台/用药待审核数量 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=patient/use-drugs-audit-count - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | patient/use-drugs-audit-count | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "2" -} -``` -## /用户管理/后台/用药审核列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=medicationAuditList&Search=&RegTimeBegin=&RegTimeEnd=&AuditStatus= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | medicationAuditList | String | 是 | - -Search | - | String | 是 | 手机号,userId -RegTimeBegin | - | String | 是 | 注册时间开始 -RegTimeEnd | - | String | 是 | 注册时间结束 -AuditStatus | - | String | 是 | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/亲友号 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/亲友号/小程序码页面信息 -```text -亲属码页面信息 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/mp-info - -#### 请求方式 -> GET - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/mp-info | Text | 是 | - -#### 请求Body参数 -```javascript - -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "UserId": "14512", - "PatientId": 1, - "PatientName": "charlie", - "RelationType": 1, - "Avatar": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png", - "BindNum": 1, - "LeftBindNum": 2 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | 返回数据 -data.UserId | 14512 | String | UserId -data.PatientId | 1 | Integer | PatientId -data.PatientName | charlie | String | 患者姓名 -data.RelationType | 1 | Integer | 用户与患者关系 1-本人,2-亲友 -data.Avatar | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png | String | 头像 -data.BindNum | 1 | Integer | 已经绑定亲属数 -data.LeftBindNum | 2 | Integer | 剩余绑定亲属数 -## /用户管理/亲友号/小程序码图片地址 -```text -小程序码图片 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/mp-img&PatientId=207 - -#### 请求方式 -> GET - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/mp-img | Text | 是 | - -PatientId | 207 | Text | 是 | PatientId -#### 请求Body参数 -```javascript - -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /用户管理/亲友号/(扫小程序码后)获取患者绑定信息 -```text -亲属码页面信息 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/mp-patient-info&PatientId=267 - -#### 请求方式 -> GET - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/mp-patient-info | Text | 是 | - -PatientId | 267 | Text | 是 | PatientId -#### 请求Body参数 -```javascript - -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "UserId": "403", - "PatientId": 264, - "PatientName": "风之谷", - "RelationType": 2, - "ToBindPatientId": 267, - "ToBindPatientName": "一哥", - "ToBindPatientAge": 0, - "BindNum": 0, - "LeftBindNum": 3, - "HasSelf": false - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 错误码,0 - 成功;非0 - 报错 -data | - | Object | 返回数据 -data.UserId | 403 | String | UserId -data.PatientId | 264 | Integer | PatientId -data.PatientName | 风之谷 | String | 患者姓名 -data.RelationType | 2 | Integer | 用户与原患者关系 1-本人,2-亲友 -data.ToBindPatientId | 267 | Integer | 将要绑定的患者Id -data.ToBindPatientName | 一哥 | String | 将要绑定患者姓名 -data.ToBindPatientAge | 0 | Integer | 将要绑定患者年龄 -data.BindNum | 0 | Integer | 已经绑定亲属数 -data.LeftBindNum | 3 | Integer | 剩余绑定亲属数 -data.HasSelf | false | Boolean | 是否有本人 true有 false 没有 -## /用户管理/亲友号/绑定患者 -```text -用户扫描小程序码后,进行绑定 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/bind-patient - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/bind-patient | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "RelationType": "2", - "PatientId": 6 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -RelationType | 2 | String | 是 | 用户与患者关系 1-本人,2-妈妈,3-爸爸,4-亲属 -PatientId | 6 | Number | 是 | PatientId -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | 错误码,0 - 成功;非0 - 报错 -data | 操作成功 | String | 返回数据 -## /用户管理/亲友号/我的亲友列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/relatives - -#### 请求方式 -> GET - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/relatives | Text | 是 | - -#### 请求Body参数 -```javascript - -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "IsRootUser": "1", - "UserId": "13", - "RelationType": "2", - "BindPatientTime": "2022-07-20 10:06:35" - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -data | - | Object | 返回数据 -data.IsRootUser | 1 | String | 是否是根用户 1-是,0-不是 -data.UserId | 13 | String | UserId -data.RelationType | 2 | Number | 用户与患者关系 1-本人,2-妈妈,3-爸爸,4-亲属 -data.BindPatientTime | 2022-07-20 10:06:35 | String | 绑定患者时间 -## /用户管理/亲友号/解绑亲友 -```text -解绑亲友,不能解绑根账户 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=zd/account/unbind-user - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | zd/account/unbind-user | Text | 是 | - -#### 请求Body参数 -```javascript -{ - "UserId": "2", -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -UserId | 2 | String | 是 | UserId -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | - -data | 操作成功 | String | 返回数据 -## /患者运营 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/小程序 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -loginState | {{loginState}} | - -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/小程序/图文 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/小程序/图文/首页图文列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/index-list&count=0&ConfigId=10 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/index-list | String | 是 | - -count | 0 | String | 是 | - -ConfigId | 10 | String | 是 | 配置Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "32", - "ArticleId": "2", - "Title": "di1", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "CateName": "", - "Labels": [ - "头" - ] - } - ], - "page": 1, - "pages": 1, - "count": "1", - "OpenStatus": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 32 | String | 记录Id -data.list.ArticleId | 2 | String | 文章Id -data.list.Title | di1 | String | 标题 -data.list.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.list.CateName | - | String | 分类名 -data.list.Labels | 头 | Array | 标签,字符串数组 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -data.OpenStatus | 1 | String | 资讯模块状态 1-开启,0-关闭 -## /患者运营/小程序/图文/图文分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/cate-list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/cate-list | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":[{"CateId":"6","CateName":"分类55"}]} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Array | - -data.CateId | 6 | String | 分类id -data.CateName | 分类55 | String | 分类名 -## /患者运营/小程序/图文/mg全知道banner配置 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com/?r=igg4/mini-conf/get-mg-config - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/mini-conf/get-mg-config | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "spreadId": "2593", - "title": "bannerq图片", - "img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/662e59389df638c1955c2396e304bd6a_17506704717947.png", - "linkUrl": "" - } - ] -} -``` -## /患者运营/小程序/图文/图文列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/list&Search=&CateId=&count=10&page=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/list | String | 是 | - -Search | - | String | 是 | 标题,副标题 -CateId | - | String | 是 | 分类Id -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "1", - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "ReadCost": "3", - "CatId": "1", - "Labels": [ - "头" - ], - "Content": "hahahhahahhahah", - "AudioLink": { - "url": "" - }, - "Sort": "1", - "Status": "2", - "PublishAt": "2026-05-14 17:54:28", - "IsDeleted": "0", - "CreatorId": "1959", - "CreatedAt": "2026-05-14 17:54:28", - "UpdaterId": "", - "UpdatedAt": "2026-05-14 17:54:28", - "EditorId": "", - "EditedAt": null, - "DeleterId": "", - "DeletedAt": null, - "OpenPeopleNum": "0", - "OpenNum": "0", - "BasicNum": "99", - "CollectionPeopleNum": "0", - "ComplimentPeopleNum": "0", - "SharePeopleNum": "0", - "ShareNum": "0", - "ComplimentNum": "0", - "EbookImageUrl": [], - "BigPicLink": "", - "DrugsSort": "1", - "CateName": "分类1", - "IsCollect": 0, - "IsCompliment": 0, - "IsShare": 0, - "IsView": 0, - "WillSendScore": "0", - "IsNew": 1 - } - ], - "page": 1, - "pages": 1, - "count": "1", - "OpenStatus": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.list | - | Array | - -data.list.Id | 1 | String | 记录Id -data.list.Title | di1 | String | 标题 -data.list.SubTitle | di1sub | String | 副标题 -data.list.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.list.ReadCost | 3 | String | 阅读耗时 分钟 -data.list.CatId | 1 | String | 分类Id -data.list.Labels | 头 | Array | 标签,字符串数组 -data.list.Content | hahahhahahhahah | String | 内容 -data.list.AudioLink | - | Object | 语音链接信息,字段自定义 -data.list.AudioLink.url | - | String | 语音url -data.list.Sort | 1 | String | 排序 -data.list.Status | 2 | String | 状态,保存时传1,保存并发布传2 -data.list.PublishAt | 2026-05-14 17:54:28 | String | 发布时间 -data.list.IsDeleted | 0 | String | - -data.list.CreatorId | 1959 | String | - -data.list.CreatedAt | 2026-05-14 17:54:28 | String | - -data.list.UpdaterId | - | String | - -data.list.UpdatedAt | 2026-05-14 17:54:28 | String | 最后更新时间 -data.list.EditorId | - | String | - -data.list.EditedAt | null | Null | - -data.list.DeleterId | - | String | - -data.list.DeletedAt | null | Null | - -data.list.OpenPeopleNum | 0 | String | 打开人数 -data.list.OpenNum | 0 | String | 打开次数 -data.list.BasicNum | 99 | String | 运营基础数 -data.list.CollectionPeopleNum | 0 | String | 收藏人数 -data.list.ComplimentPeopleNum | 0 | String | 点赞人数 -data.list.SharePeopleNum | 0 | String | 分享人数 -data.list.ShareNum | 0 | String | 分享次数 -data.list.ComplimentNum | 0 | String | - -data.list.EbookImageUrl | - | Array | - -data.list.BigPicLink | - | String | 故事大图 -data.list.DrugsSort | 1 | String | 用药患者排序 -data.list.CateName | 分类1 | String | 分类名 -data.list.IsCollect | 0 | Integer | 是否收藏 1-收藏,0-未收藏 -data.list.IsCompliment | 0 | Integer | 是否点赞 1-点赞,0-未点赞 -data.list.IsShare | 0 | Integer | 是否分享 1-分享,0-未分享 -data.list.IsView | 0 | Integer | 是否观看 1-观看,0-未观看 -data.list.WillSendScore | 0 | String | 浏览将会赠送的积分 -data.list.IsNew | 1 | Integer | 是否上新 1-是,2-否 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -data.OpenStatus | 1 | String | 图文模块状态 1-开启,0-关闭 -## /患者运营/小程序/图文/图文详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/detail&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/detail | String | 是 | - -Id | 1 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": 2, - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "ReadCost": 3, - "CatId": 1, - "Labels": [ - "头", - "肩" - ], - "Content": "

hahahhahahhahah

", - "AudioLink": { - "url": "" - }, - "Sort": 300, - "Status": 1, - "PublishAt": null, - "IsDeleted": 0, - "CreatorId": "1", - "CreatedAt": "2023-06-27 10:05:14", - "UpdaterId": "1", - "UpdatedAt": "2023-06-28 11:51:51", - "EditorId": "1", - "EditedAt": "2023-06-28 11:47:39", - "DeleterId": "", - "DeletedAt": null, - "OpenPeopleNum": 1, - "OpenNum": 5, - "BasicNum": 99, - "CollectionPeopleNum": 1, - "ComplimentPeopleNum": 0, - "SharePeopleNum": 1, - "ShareNum": 1, - "CateName": null, - "IsCollect": 1, - "IsCompliment": 1, - "IsShare": 1, - "Recommends": [], - "CanGetScore": false - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.Id | 2 | Integer | 记录Id -data.Title | di1 | String | 标题 -data.SubTitle | di1sub | String | 副标题 -data.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.ReadCost | 3 | Integer | 阅读耗时 分钟 -data.CatId | 1 | Integer | 分类Id -data.Labels | 头 | Array | 标签,字符串数组 -data.Content |

hahahhahahhahah

| String | 内容 -data.AudioLink | - | Object | 语音链接信息,字段自定义 -data.AudioLink.url | - | String | 语音url -data.Sort | 300 | Integer | 排序 -data.Status | 1 | Integer | 状态,保存时传1,保存并发布传2 -data.PublishAt | null | Null | 发布时间 -data.IsDeleted | 0 | Integer | - -data.CreatorId | 1 | String | - -data.CreatedAt | 2023-06-27 10:05:14 | String | - -data.UpdaterId | 1 | String | - -data.UpdatedAt | 2023-06-28 11:51:51 | String | 最后更新时间 -data.EditorId | 1 | String | - -data.EditedAt | 2023-06-28 11:47:39 | String | - -data.DeleterId | - | String | - -data.DeletedAt | null | Null | - -data.OpenPeopleNum | 1 | Integer | 打开人数 -data.OpenNum | 5 | Integer | 打开次数 -data.BasicNum | 99 | Integer | 运营基础数 -data.CollectionPeopleNum | 1 | Integer | 收藏人数 -data.ComplimentPeopleNum | 0 | Integer | 点赞人数 -data.SharePeopleNum | 1 | Integer | 分享人数 -data.ShareNum | 1 | Integer | 分享次数 -data.CateName | null | Null | 分类名 -data.IsCollect | 1 | Integer | 是否收藏 1-收藏,0-未收藏 -data.IsCompliment | 1 | Integer | 是否点赞 1-点赞,0-未点赞 -data.IsShare | 1 | Integer | 是否分享 1-分享,0-未分享 -data.Recommends | - | Array | 推荐文章 -data.CanGetScore | false | Boolean | 是否可以获得积分 true可以,false不可以 -## /患者运营/小程序/图文/图文阅读记录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/view - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/view | String | 是 | - -#### 请求Body参数 -```javascript -{ - "ContentId": 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":{"HistoryId":4}} -``` -## /患者运营/小程序/图文/图文收藏 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/collection - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/collection | String | 是 | - -#### 请求Body参数 -```javascript -{ - "ContentId": 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/图文/图文点赞 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/compliment - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/compliment | String | 是 | - -#### 请求Body参数 -```javascript -{ - "ContentId": 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/图文/图文分享 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/share - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/share | String | 是 | - -#### 请求Body参数 -```javascript -{ - "ContentId": 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/图文/图文取消收藏 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/cancel-collection - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/cancel-collection | String | 是 | - -#### 请求Body参数 -```javascript -{ - "ContentId": 1 -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/图文/更改图文观看时长 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/watch-duration - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/watch-duration | String | 是 | - -#### 请求Body参数 -```javascript -{ - "HistoryId":1, - "WatchDuration":10 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -HistoryId | 1 | Integer | 是 | 历史记录Id -WatchDuration | 10 | Integer | 是 | 观看时长 秒 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/图文/收藏列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/pic-text/collection-list&count=10&page=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/pic-text/collection-list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "1", - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "ReadCost": "3", - "CatId": "1", - "Labels": [ - "头" - ], - "Content": "hahahhahahhahah", - "AudioLink": { - "url": "" - }, - "Sort": "1", - "Status": "2", - "PublishAt": "2026-05-14 17:54:28", - "IsDeleted": "0", - "CreatorId": "1959", - "CreatedAt": "2026-05-14 17:54:28", - "UpdaterId": "", - "UpdatedAt": "2026-05-14 17:54:28", - "EditorId": "", - "EditedAt": null, - "DeleterId": "", - "DeletedAt": null, - "OpenPeopleNum": "1", - "OpenNum": "1", - "BasicNum": "99", - "CollectionPeopleNum": "1", - "ComplimentPeopleNum": "1", - "SharePeopleNum": "1", - "ShareNum": "1", - "ComplimentNum": "1", - "EbookImageUrl": "", - "BigPicLink": "", - "DrugsSort": "1", - "ContentId": "1", - "CollectTime": "2026-05-15 10:28:47", - "CateName": "分类1", - "IsCollect": 0, - "IsCompliment": 1, - "IsShare": 1, - "IsView": 1 - } - ], - "page": 1, - "pages": 1, - "count": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.list | - | Array | - -data.list.Id | 1 | String | 记录Id -data.list.Title | di1 | String | 标题 -data.list.SubTitle | di1sub | String | 副标题 -data.list.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.list.ReadCost | 3 | String | 阅读耗时 分钟 -data.list.CatId | 1 | String | 分类Id -data.list.Labels | 头 | Array | 标签,字符串数组 -data.list.Content | hahahhahahhahah | String | 内容 -data.list.AudioLink | - | Object | 语音链接信息,字段自定义 -data.list.AudioLink.url | - | String | 语音url -data.list.Sort | 1 | String | 排序 -data.list.Status | 2 | String | 状态,保存时传1,保存并发布传2 -data.list.PublishAt | 2026-05-14 17:54:28 | String | 发布时间 -data.list.IsDeleted | 0 | String | - -data.list.CreatorId | 1959 | String | - -data.list.CreatedAt | 2026-05-14 17:54:28 | String | - -data.list.UpdaterId | - | String | - -data.list.UpdatedAt | 2026-05-14 17:54:28 | String | 最后更新时间 -data.list.EditorId | - | String | - -data.list.EditedAt | null | Null | - -data.list.DeleterId | - | String | - -data.list.DeletedAt | null | Null | - -data.list.OpenPeopleNum | 1 | String | 打开人数 -data.list.OpenNum | 1 | String | 打开次数 -data.list.BasicNum | 99 | String | 运营基础数 -data.list.CollectionPeopleNum | 1 | String | 收藏人数 -data.list.ComplimentPeopleNum | 1 | String | 点赞人数 -data.list.SharePeopleNum | 1 | String | 分享人数 -data.list.ShareNum | 1 | String | 分享次数 -data.list.ComplimentNum | 1 | String | - -data.list.EbookImageUrl | - | String | - -data.list.BigPicLink | - | String | 故事大图 -data.list.DrugsSort | 1 | String | 用药患者排序 -data.list.ContentId | 1 | String | - -data.list.CollectTime | 2026-05-15 10:28:47 | String | 收藏时间 -data.list.CateName | 分类1 | String | 分类名 -data.list.IsCollect | 0 | Integer | 是否收藏 1-收藏,0-未收藏 -data.list.IsCompliment | 1 | Integer | 是否点赞 1-点赞,0-未点赞 -data.list.IsShare | 1 | Integer | 是否分享 1-分享,0-未分享 -data.list.IsView | 1 | Integer | 是否观看 1-观看,0-未观看 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -## /患者运营/小程序/活动 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/小程序/活动/分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/cate-list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/cate-list | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":[{"CateId":"6","CateName":"分类55"}]} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Array | - -data.CateId | 6 | String | 分类id -data.CateName | 分类55 | String | 分类名 -## /患者运营/小程序/活动/活动列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/list&Type=1&Search=&CateId= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -LNG | 116.23128 | String | 是 | 经度 此参数需要定位距离时才传 -LAT | 40.22077 | String | 是 | 纬度 此参数需要定位距离时才传 -r | igg4/activity/list | String | 是 | - -Type | 1 | String | 是 | 活动类型 1-线上,2-线下 -Search | - | String | 是 | 名称 -CateId | - | String | 是 | 分类Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "1", - "Name": "线上活动", - "Type": "1", - "CateId": "1", - "Labels": [ - "标签1" - ], - "BigImgUrl": "", - "CreateTime": "2026-05-15 17:18:29", - "BeginTime": "2026-05-16 16:00:00", - "EndTime": "2026-05-16 17:00:00", - "SignUpDeadline": "2026-05-16 17:00:00", - "ShareNum": "0", - "SharePeopleNum": "0", - "SignUpPeopleNum": "0", - "OpenPeopleNum": "0", - "OpenNum": "0", - "JoinPeopleNum": null, - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "Status": "1", - "ReplayVideoUrl": "", - "AttachmentFileName": "", - "AttachmentUrl": "", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": "", - "Link": "", - "WorkerId": "1959", - "ActivityBasicNum": "0", - "TencentMeetingId": "", - "TencentMeetingCode": "", - "MasterName": "ha", - "MasterTitle": "tt", - "MasterHosipital": "回龙观医院", - "DoctorId": "1", - "Location": "", - "LocationLNG": "0.000000", - "LocationLAT": "0.000000", - "UpdateTime": "2026-05-15 17:18:29", - "TencentMeetingStatus": "0", - "ReplayStatus": "0", - "RegionId": "1", - "RegionLThreeId": "1", - "RegionLThreeName": "北中国", - "WxPicUrl": null, - "WxProxyPicUrl": null, - "ThumbMediaId": null, - "SubscribeUserCount": "0", - "SubscribeSendSuccessCount": "0", - "JumpObj": { - "url": "www.baidu.com" - }, - "ss": "1", - "CateName": "分类1", - "IsSignUp": 0, - "SignUpStatus": 0, - "WillSendScore": "0" - } - ], - "page": 1, - "pages": 1, - "count": "1", - "OpenStatus": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 1 | String | 记录id -data.list.Name | 线上活动 | String | 活动名称 -data.list.Type | 1 | String | 活动类型 1-线上,2-线下 -data.list.CateId | 1 | String | 分类Id -data.list.Labels | 标签1 | Array | 标签 -data.list.BigImgUrl | - | String | - -data.list.CreateTime | 2026-05-15 17:18:29 | String | 创建时间 -data.list.BeginTime | 2026-05-16 16:00:00 | String | 活动开始时间 -data.list.EndTime | 2026-05-16 17:00:00 | String | 活动结束时间 -data.list.SignUpDeadline | 2026-05-16 17:00:00 | String | 报名截止时间 -data.list.ShareNum | 0 | String | - -data.list.SharePeopleNum | 0 | String | 分享人数 -data.list.SignUpPeopleNum | 0 | String | 报名人数 -data.list.OpenPeopleNum | 0 | String | 打开人数 -data.list.OpenNum | 0 | String | 打开次数 -data.list.JoinPeopleNum | null | Null | 参与人数 -data.list.IsLimitUser | 1 | String | 是否限额 1-限制,0-不限制 -data.list.LimitPeopleNum | 100 | String | 限额人数 -data.list.Status | 1 | String | 状态 1-待开始,2-进行中,3-已结束,99-取消,100-删除 -data.list.ReplayVideoUrl | - | String | 视频回放地址 -data.list.AttachmentFileName | - | String | - -data.list.AttachmentUrl | - | String | - -data.list.PosterUrl | - | String | 海报图 -data.list.IntroductionUrl | http://www.baidu.com | String | 介绍Url -data.list.DetailJson | - | String | 详情 -data.list.Link | - | String | - -data.list.WorkerId | 1959 | String | - -data.list.ActivityBasicNum | 0 | String | 运营基础数 -data.list.TencentMeetingId | - | String | 腾讯会议Id -data.list.TencentMeetingCode | - | String | 腾讯会议code -data.list.MasterName | ha | String | 专家名称 -data.list.MasterTitle | tt | String | 专家头衔 -data.list.MasterHosipital | 回龙观医院 | String | 专家所在医院 -data.list.DoctorId | 1 | String | - -data.list.Location | - | String | 活动地点 -data.list.LocationLNG | 0.000000 | String | 地点经度 -data.list.LocationLAT | 0.000000 | String | 地点纬度 -data.list.UpdateTime | 2026-05-15 17:18:29 | String | - -data.list.TencentMeetingStatus | 0 | String | - -data.list.ReplayStatus | 0 | String | - -data.list.RegionId | 1 | String | - -data.list.RegionLThreeId | 1 | String | - -data.list.RegionLThreeName | 北中国 | String | - -data.list.WxPicUrl | null | Null | - -data.list.WxProxyPicUrl | null | Null | - -data.list.ThumbMediaId | null | Null | - -data.list.SubscribeUserCount | 0 | String | - -data.list.SubscribeSendSuccessCount | 0 | String | - -data.list.JumpObj | - | Object | 活动跳转信息 -data.list.JumpObj.url | www.baidu.com | String | - -data.list.ss | 1 | String | - -data.list.CateName | 分类1 | String | 分类名 -data.list.IsSignUp | 0 | Integer | 是否报名 -data.list.SignUpStatus | 0 | Integer | 报名状态 -data.list.WillSendScore | 0 | String | 报名将会赠送的积分 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 页数 -data.count | 1 | String | 总条数 -data.OpenStatus | 1 | String | 开关状态 1-开,0-关 -## /患者运营/小程序/活动/活动详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/detail&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/detail | String | 是 | - -Id | 1 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": "1", - "Name": "线上活动", - "Type": "1", - "CateId": "1", - "Labels": [ - "标签1" - ], - "BigImgUrl": "", - "CreateTime": "2026-05-15 17:18:29", - "BeginTime": "2026-05-16 16:00:00", - "EndTime": "2026-05-16 17:00:00", - "SignUpDeadline": "2026-05-16 17:00:00", - "ShareNum": "0", - "SharePeopleNum": "0", - "SignUpPeopleNum": "0", - "OpenPeopleNum": "0", - "OpenNum": "0", - "JoinPeopleNum": null, - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "Status": "1", - "ReplayVideoUrl": "", - "AttachmentFileName": "", - "AttachmentUrl": "", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": "", - "Link": "", - "WorkerId": "1959", - "ActivityBasicNum": "0", - "TencentMeetingId": "", - "TencentMeetingCode": "", - "MasterName": "ha", - "MasterTitle": "tt", - "MasterHosipital": "回龙观医院", - "DoctorId": "1", - "Location": "", - "LocationLNG": "0.000000", - "LocationLAT": "0.000000", - "UpdateTime": "2026-05-15 17:18:29", - "TencentMeetingStatus": "0", - "ReplayStatus": "0", - "RegionId": "0", - "RegionLThreeId": "1", - "RegionLThreeName": "北中国", - "WxPicUrl": null, - "WxProxyPicUrl": null, - "ThumbMediaId": null, - "SubscribeUserCount": "0", - "SubscribeSendSuccessCount": "0", - "JumpObj": { - "url": "www.baidu.com" - }, - "CateName": "分类1", - "IsSignUp": 0, - "SignUpStatus": 0, - "SignUpRecord": [] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.Id | 1 | String | 记录Id -data.Name | 线上活动 | String | 活动名称 -data.Type | 1 | String | 活动类型 1-线上,2-线下 -data.CateId | 1 | String | 分类Id -data.Labels | 标签1 | Array | 标签 -data.BigImgUrl | - | String | - -data.CreateTime | 2026-05-15 17:18:29 | String | 创建时间 -data.BeginTime | 2026-05-16 16:00:00 | String | 活动开始时间 -data.EndTime | 2026-05-16 17:00:00 | String | 活动结束时间 -data.SignUpDeadline | 2026-05-16 17:00:00 | String | 报名截止时间 -data.ShareNum | 0 | String | - -data.SharePeopleNum | 0 | String | 分享人数 -data.SignUpPeopleNum | 0 | String | 报名人数 -data.OpenPeopleNum | 0 | String | 打开人数 -data.OpenNum | 0 | String | 打开次数 -data.JoinPeopleNum | null | Null | 参与人数 -data.IsLimitUser | 1 | String | 是否限额 1-限制,0-不限制 -data.LimitPeopleNum | 100 | String | 限额人数 -data.Status | 1 | String | 状态 1-待开始,2-进行中,3-已结束,99-取消,100-删除 -data.ReplayVideoUrl | - | String | 回放地址 -data.AttachmentFileName | - | String | - -data.AttachmentUrl | - | String | - -data.PosterUrl | - | String | 海报图 -data.IntroductionUrl | http://www.baidu.com | String | 介绍Url -data.DetailJson | - | String | 详情 -data.Link | - | String | - -data.WorkerId | 1959 | String | - -data.ActivityBasicNum | 0 | String | 运营基础数 -data.TencentMeetingId | - | String | - -data.TencentMeetingCode | - | String | 腾讯会议Code -data.MasterName | ha | String | 专家名称 -data.MasterTitle | tt | String | 专家头衔 -data.MasterHosipital | 回龙观医院 | String | 专家所在医院 -data.DoctorId | 1 | String | - -data.Location | - | String | 活动地点 -data.LocationLNG | 0.000000 | String | 经度 -data.LocationLAT | 0.000000 | String | 纬度 -data.UpdateTime | 2026-05-15 17:18:29 | String | - -data.TencentMeetingStatus | 0 | String | - -data.ReplayStatus | 0 | String | - -data.RegionId | 0 | String | - -data.RegionLThreeId | 1 | String | - -data.RegionLThreeName | 北中国 | String | - -data.WxPicUrl | null | Null | - -data.WxProxyPicUrl | null | Null | - -data.ThumbMediaId | null | Null | - -data.SubscribeUserCount | 0 | String | - -data.SubscribeSendSuccessCount | 0 | String | - -data.JumpObj | - | Object | 活动跳转信息 -data.JumpObj.url | www.baidu.com | String | - -data.CateName | 分类1 | String | 分类名 -data.IsSignUp | 0 | Integer | 是否报名 1-报名,0-没有 -data.SignUpStatus | 0 | Integer | 报名状态 1-审核中,2-已报名 -data.SignUpRecord | - | Array | - -## /患者运营/小程序/活动/打开记录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/view - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/view | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 16 | Integer | 是 | 记录id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/活动/分享记录 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/share - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/share | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 16 | Integer | 是 | 记录id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/活动/报名 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/sign-up - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/sign-up | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 1, - "PreUserIdentity": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 16 | Integer | 是 | 记录id -PreUserIdentity | 1 | Integer | 是 | 报名前身份 1-空白用户,2-注册用户,3-疾病患者,4-用药患者 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "rewardScore":50 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.rewardScore | 50 | Integer | 赠送积分 -## /患者运营/小程序/活动/签到 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/sign-in - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/sign-in | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 1 | Integer | 是 | 记录id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/小程序/活动/报名活动列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/sign-up-list&Type=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/sign-up-list | String | 是 | - -Type | 1 | String | 是 | 活动类型 1-线上,2-线下 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "16", - "Name": "线下活动2", - "Type": "2", - "CateId": "1", - "Labels": [ - "标签1" - ], - "BigImgUrl": "", - "CreateTime": "2023-07-06 17:46:50", - "BeginTime": "2023-07-06 16:00:00", - "EndTime": "2023-07-06 17:00:00", - "SignUpDeadline": "2023-07-09 17:00:00", - "SharePeopleNum": "1", - "SignUpPeopleNum": "0", - "OpenPeopleNum": "1", - "OpenNum": "2", - "JoinPeopleNum": null, - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "Status": "3", - "ReplayVideoUrl": "", - "AttachmentFileName": "", - "AttachmentUrl": "", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": "[]", - "Link": "", - "WorkerId": "1", - "ActivityBasicNum": "0", - "TencentMeetingId": "", - "TencentMeetingCode": "", - "MasterName": "", - "MasterTitle": "", - "MasterHosipital": "", - "Location": "北京市昌平区霍营地铁站", - "LocationLNG": "116.368073", - "LocationLAT": "40.074886", - "UpdateTime": "2023-07-08 14:24:26", - "CateName": "", - "IsSignUp": 1, - "SignUpStatus": "2" - } - ], - "page": 1, - "pages": 1, - "count": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 16 | String | 记录id -data.list.Name | 线下活动2 | String | 活动名称 -data.list.Type | 2 | String | 活动类型 1-线上,2-线下 -data.list.CateId | 1 | String | 分类Id -data.list.Labels | 标签1 | Array | 标签 -data.list.BigImgUrl | - | String | - -data.list.CreateTime | 2023-07-06 17:46:50 | String | 创建时间 -data.list.BeginTime | 2023-07-06 16:00:00 | String | 活动开始时间 -data.list.EndTime | 2023-07-06 17:00:00 | String | 活动结束时间 -data.list.SignUpDeadline | 2023-07-09 17:00:00 | String | 报名截止时间 -data.list.SharePeopleNum | 1 | String | 分享人数 -data.list.SignUpPeopleNum | 0 | String | 报名人数 -data.list.OpenPeopleNum | 1 | String | 打开人数 -data.list.OpenNum | 2 | String | 打开次数 -data.list.JoinPeopleNum | null | Null | 参与人数 -data.list.IsLimitUser | 1 | String | 是否限额 1-限制,0-不限制 -data.list.LimitPeopleNum | 100 | String | 限额人数 -data.list.Status | 3 | String | 状态 1-待开始,2-进行中,3-已结束,99-取消,100-删除 -data.list.ReplayVideoUrl | - | String | 视频回放地址 -data.list.AttachmentFileName | - | String | - -data.list.AttachmentUrl | - | String | - -data.list.PosterUrl | - | String | 海报图 -data.list.IntroductionUrl | http://www.baidu.com | String | 介绍Url -data.list.DetailJson | [] | String | 详情 -data.list.Link | - | String | - -data.list.WorkerId | 1 | String | - -data.list.ActivityBasicNum | 0 | String | 运营基础数 -data.list.TencentMeetingId | - | String | 腾讯会议Id -data.list.TencentMeetingCode | - | String | 腾讯会议code -data.list.MasterName | - | String | 专家名称 -data.list.MasterTitle | - | String | 专家头衔 -data.list.MasterHosipital | - | String | 专家所在医院 -data.list.Location | 北京市昌平区霍营地铁站 | String | 活动地点 -data.list.LocationLNG | 116.368073 | String | 地点经度 -data.list.LocationLAT | 40.074886 | String | 地点纬度 -data.list.UpdateTime | 2023-07-08 14:24:26 | String | - -data.list.CateName | - | String | 分类名 -data.list.IsSignUp | 1 | Integer | 是否报名 -data.list.SignUpStatus | 2 | String | 报名状态 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 页数 -data.count | 1 | String | 总条数 -## /患者运营/小程序/活动/报名状态 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/sign-up-detail&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/sign-up-detail | String | 是 | - -Id | 1 | String | 是 | 记录id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "ActivityId": 15, - "ActivityName": "线上活动3", - "Type": 1, - "TencentMeetingCode": "525460508", - "Location": "", - "LocationLNG": 0, - "LocationLAT": 0, - "BeginTime": "2023-07-07 16:00:00", - "AuditStatus": "4", - "IsSignUp": 1, - "SignUpStatus": "1", - "IsFollow": 1 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.ActivityId | 15 | Integer | 活动Id -data.ActivityName | 线上活动3 | String | 活动名称 -data.Type | 1 | Integer | 活动类型 1-线上 2-线下 -data.TencentMeetingCode | 525460508 | String | 腾讯会议Code -data.Location | - | String | 活动地点 -data.LocationLNG | 0 | Integer | 经度 -data.LocationLAT | 0 | Integer | 纬度 -data.BeginTime | 2023-07-07 16:00:00 | String | 活动开始时间 -data.AuditStatus | 4 | String | 审核状态 0-未申请,1-审核中,2-审核驳回,3-审核通过,4-ai审核通过 -data.IsSignUp | 1 | Integer | 是否报名 1-报名,0-没有 -data.SignUpStatus | 1 | String | 报名状态 1-审核中,2-已报名 -data.IsFollow | 1 | Integer | 是否关注 1-关注,0-未关注 -## /患者运营/小程序/活动/签到状态 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/sign-in-detail&Id=16 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/sign-in-detail | String | 是 | - -Id | 16 | String | 是 | 记录id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "ActivityId": 16, - "ActivityName": "线下活动2", - "Type": 2, - "Location": "北京市昌平区霍营地铁站", - "LocationLNG": 116.368073, - "LocationLAT": 40.074886, - "BeginTime": "2023-07-06 16:00:00", - "IsSignIn": 1 - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.ActivityId | 16 | Integer | 活动Id -data.ActivityName | 线下活动2 | String | 活动名称 -data.Type | 2 | Integer | 活动类型 1-线上 2-线下 -data.Location | 北京市昌平区霍营地铁站 | String | 活动地点 -data.LocationLNG | 116.368073 | Number | 经度 -data.LocationLAT | 40.074886 | Number | 纬度 -data.BeginTime | 2023-07-06 16:00:00 | String | 活动开始时间 -data.IsSignIn | 1 | Integer | 签到状态 1-已签到,0-未签到 -## /患者运营/小程序/活动/海报 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=poster/prepare - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | poster/prepare | String | 是 | - -#### 请求Body参数 -```javascript -{ - "posterId":"activity-invite", - "activityId":15, - "userId":"14512" -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/小程序/活动/首页活动列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/activity/index-list&ConfigId=16&count=5 - -#### 请求方式 -> GET - -#### Content-Type -> form-data - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/activity/index-list | String | 是 | - -ConfigId | 16 | String | 是 | 配置Id -count | 5 | String | 是 | 数量 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "26", - "Name": "节日庆典", - "Type": "2", - "CateId": "12", - "Labels": [ - "[\"[\\\"[\\\\\\\"112\\\\\\\"]\\\"]\"]" - ], - "BigImgUrl": "", - "CreateTime": "2023-07-12 14:44:35", - "BeginTime": "2023-07-12 14:00:00", - "EndTime": "2023-08-31 14:00:00", - "SignUpDeadline": "2023-07-15 14:45:00", - "ShareNum": "0", - "SharePeopleNum": "0", - "SignUpPeopleNum": "2", - "OpenPeopleNum": "5", - "OpenNum": "29", - "JoinPeopleNum": null, - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "Status": "2", - "ReplayVideoUrl": "https://circlehbsaas.oss-cn-beijing.aliyuncs.com/video/20230712546_1635738115605487.mp4", - "AttachmentFileName": "", - "AttachmentUrl": "", - "PosterUrl": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/7c9aab855c97b203e0bdc15ce8819186_16891442189041.png", - "IntroductionUrl": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/25614fceaf4ddb9426437b098c642525_16891442214619.png", - "DetailJson": "[{\"name\":\"微信图片_20230706144658.png\",\"type\":\"image\",\"url\":\"https:\\/\\/picsissiok-10049618.cos.ap-shanghai.myqcloud.com\\/150d741a6cf83c3ce87a13467c2779e9_16891442233305.png\",\"size\":\"428527\"},{\"name\":\"微信图片_20230706144658.png\",\"type\":\"image\",\"url\":\"https:\\/\\/picsissiok-10049618.cos.ap-shanghai.myqcloud.com\\/45fd9fbf17f307fe0c8ecff178d790eb_16891442267963.png\",\"size\":\"428527\"},{\"name\":\"微信图片_20230706144658.png\",\"type\":\"image\",\"url\":\"https:\\/\\/picsissiok-10049618.cos.ap-shanghai.myqcloud.com\\/b7785469bdcc9fdcf47555e6774ec61f_16891442302865.png\",\"size\":\"428527\"}]", - "Link": "", - "WorkerId": "14510", - "ActivityBasicNum": "0", - "TencentMeetingId": "", - "TencentMeetingCode": "", - "MasterName": "", - "MasterTitle": "", - "MasterHosipital": "", - "Location": "北京市天通苑西三区北20号楼4单元111111111111111111111111111111111111111111", - "LocationLNG": "116.409561", - "LocationLAT": "40.076954", - "UpdateTime": "2023-07-13 09:31:22", - "TencentMeetingStatus": "0", - "ReplayStatus": "0", - "ss": "0", - "CateName": "日常护理", - "IsSignUp": 0, - "SignUpStatus": 0 - } - ], - "page": 1, - "pages": 1, - "count": "1", - "OpenStatus": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 26 | String | 记录id -data.list.Name | 节日庆典 | String | 活动名称 -data.list.Type | 2 | String | 活动类型 1-线上,2-线下 -data.list.CateId | 12 | String | 分类Id -data.list.Labels | ["[\"[\\\"112\\\"]\"]"] | Array | 标签 -data.list.BigImgUrl | - | String | - -data.list.CreateTime | 2023-07-12 14:44:35 | String | 创建时间 -data.list.BeginTime | 2023-07-12 14:00:00 | String | 活动开始时间 -data.list.EndTime | 2023-08-31 14:00:00 | String | 活动结束时间 -data.list.SignUpDeadline | 2023-07-15 14:45:00 | String | 报名截止时间 -data.list.ShareNum | 0 | String | 分享次数 -data.list.SharePeopleNum | 0 | String | 分享人数 -data.list.SignUpPeopleNum | 2 | String | 报名人数 -data.list.OpenPeopleNum | 5 | String | 打开人数 -data.list.OpenNum | 29 | String | 打开次数 -data.list.JoinPeopleNum | null | Null | 参与人数 -data.list.IsLimitUser | 1 | String | 是否限额 1-限制,0-不限制 -data.list.LimitPeopleNum | 100 | String | 限额人数 -data.list.Status | 2 | String | 状态 1-待开始,2-进行中,3-已结束,99-取消,100-删除 -data.list.ReplayVideoUrl | https://circlehbsaas.oss-cn-beijing.aliyuncs.com/video/20230712546_1635738115605487.mp4 | String | 视频回放地址 -data.list.AttachmentFileName | - | String | - -data.list.AttachmentUrl | - | String | - -data.list.PosterUrl | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/7c9aab855c97b203e0bdc15ce8819186_16891442189041.png | String | 海报图 -data.list.IntroductionUrl | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/25614fceaf4ddb9426437b098c642525_16891442214619.png | String | 介绍Url -data.list.DetailJson | [{"name":"微信图片_20230706144658.png","type":"image","url":"https:\/\/picsissiok-10049618.cos.ap-shanghai.myqcloud.com\/150d741a6cf83c3ce87a13467c2779e9_16891442233305.png","size":"428527"},{"name":"微信图片_20230706144658.png","type":"image","url":"https:\/\/picsissiok-10049618.cos.ap-shanghai.myqcloud.com\/45fd9fbf17f307fe0c8ecff178d790eb_16891442267963.png","size":"428527"},{"name":"微信图片_20230706144658.png","type":"image","url":"https:\/\/picsissiok-10049618.cos.ap-shanghai.myqcloud.com\/b7785469bdcc9fdcf47555e6774ec61f_16891442302865.png","size":"428527"}] | String | 详情 -data.list.Link | - | String | - -data.list.WorkerId | 14510 | String | - -data.list.ActivityBasicNum | 0 | String | 运营基础数 -data.list.TencentMeetingId | - | String | 腾讯会议Id -data.list.TencentMeetingCode | - | String | 腾讯会议code -data.list.MasterName | - | String | 专家名称 -data.list.MasterTitle | - | String | 专家头衔 -data.list.MasterHosipital | - | String | 专家所在医院 -data.list.Location | 北京市天通苑西三区北20号楼4单元111111111111111111111111111111111111111111 | String | 活动地点 -data.list.LocationLNG | 116.409561 | String | 地点经度 -data.list.LocationLAT | 40.076954 | String | 地点纬度 -data.list.UpdateTime | 2023-07-13 09:31:22 | String | - -data.list.TencentMeetingStatus | 0 | String | - -data.list.ReplayStatus | 0 | String | - -data.list.ss | 0 | String | - -data.list.CateName | 日常护理 | String | 分类名 -data.list.IsSignUp | 0 | Integer | 是否报名 -data.list.SignUpStatus | 0 | Integer | 报名状态 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 页数 -data.count | 1 | String | 总条数 -data.OpenStatus | 1 | String | 开关状态 1-开,0-关 -## /患者运营/小程序/获取微信公众号关注二维码,带场景值 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/common/get-channel-wx-code&ChannelType=1&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/common/get-channel-wx-code | String | 是 | - -ChannelType | 1 | String | 是 | 用户关注渠道 1-直播/2-ADL/3-图文/4-视频/5-患者故事/6-平台介绍/7-升级服务介绍/8-亲友号/9-渠道码/10-线下活动/11-其它(搜索公众号,无法控制的渠道)/12-NRDL活动 -Id | 1 | String | 是 | 记录id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -pass | 1 | - -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/内容分类管理 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/内容分类管理/新建分类 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=po-cate/create - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | po-cate/create | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Name": "故事分类" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Name | 分类2 | String | 是 | 分类名 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"创建成功"} -``` -## /患者运营/后台/内容分类管理/分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=po-cate/list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | po-cate/list | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "Id": "4", - "Name": "分类1" - }, - { - "Id": "5", - "Name": "分类2" - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Array | - -data.Id | 4 | String | 分类Id -data.Name | 分类1 | String | 分类名 -## /患者运营/后台/内容分类管理/更新分类 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=po-cate/update - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | po-cate/update | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id":5, - "Name":"分类3" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 5 | Integer | 是 | 分类Id -Name | 分类3 | String | 是 | 分类名 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"编辑成功"} -``` -## /患者运营/后台/内容分类管理/删除分类 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=po-cate/delete - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | po-cate/delete | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id":5 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 5 | Integer | 是 | 分类Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"删除成功"} -``` -## /患者运营/后台/图文 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/图文/分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=pic-text/cate-list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/cate-list | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "Id": "12", - "CateId": "12", - "Sort": "7", - "IsShow": "2", - "ImageUrl": "", - "CateName": "日常护理", - "Num": 0 - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Array | - -data.Id | 12 | String | 记录Id -data.CateId | 12 | String | 分类id -data.Sort | 7 | String | 排序 -data.IsShow | 2 | String | 是否展示 1-展示,2-不展示 -data.ImageUrl | - | String | 图片地址 -data.CateName | 日常护理 | String | 分类名 -data.Num | 0 | Integer | 内容数量 -## /患者运营/后台/图文/分类排序 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=pic-text/cate-sort - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/cate-sort | String | 是 | - -#### 请求Body参数 -```javascript -{ - "IdList":[4,6] -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/图文/分类设置是否展示 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/cate-set-show - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/cate-set-show | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Id":4, - "IsShow":2 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 4 | Integer | 是 | 分类Id -IsShow | 2 | Integer | 是 | 是否显示 1-显示,2-不显示 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/图文/可选分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/select-cate-list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/select-cate-list | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "CateId": "6", - "CateName": "分类55", - "Num": 0 - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Array | - -data.CateId | 6 | String | 分类id -data.CateName | 分类55 | String | 分类名 -data.Num | 0 | Integer | 内容数量 -## /患者运营/后台/图文/创建图文 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://home.igg4.hbraas.com/?r=pic-text/create - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/create | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "BigPicLink":"https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "ReadCost": 3, - "CatId": 1, - "Labels": [ - "头", - "肩" - ], - "Content": "hahahhahahhahah", - "AudioLink": { - "url": "" - }, - "BasicNum": 99, - "Status": 2, - "EbookImageUrl": [ - - ], - "BookIds": [ - - ] -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Title | di1 | String | 是 | 标题 -SubTitle | di1sub | String | 是 | 副标题 -TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 是 | 标题图地址 -BigPicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 是 | 故事图片链接 -ReadCost | 3 | Integer | 是 | 阅读耗时 分钟 -CatId | 1 | Integer | 是 | 分类Id -Labels | 头 | Array | 是 | 标签,字符串数组 -Content | hahahhahahhahah | String | 是 | 内容 -AudioLink | - | Object | 是 | 语音链接信息,字段自定义 -AudioLink.url | - | String | 是 | 音频链接 -BasicNum | 99 | Integer | 是 | 运营基础数 -Status | 2 | Integer | 是 | 状态,保存时传1,保存并发布传2 -EbookImageUrl | - | Array | 是 | 电子书图片 -BookIds | 1 | Array | 是 | 电子书Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/图文/图文列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/list&count=10&page=1&Search=&Status=&PublishAtBegin=&PublishAtEnd=&UpdateTimeBegin=&UpdateTimeEnd=&Sort= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Search | - | String | 是 | 名称 -Status | - | String | 是 | 状态,1-待发布,2-已发布 -PublishAtBegin | - | String | 是 | 发布时间开始 -PublishAtEnd | - | String | 是 | 发布时间结束 -UpdateTimeBegin | - | String | 是 | 更新时间开始 -UpdateTimeEnd | - | String | 是 | 更新时间结束 -Sort | - | String | 是 | 排序 默认为-sort,time - 更改时间键升序,-time -更改时间降序,sort - 权重升序 ,-sort -权重降序,-drugsSort 用药患者权重降序, drugsSort 用药患者权重升序 -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "1", - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "BigPicLink": "", - "ReadCost": "3", - "CatId": "1", - "Labels": [ - "头" - ], - "Sort": "1", - "DrugsSort": "1", - "Status": "2", - "PublishAt": "2026-05-14 17:54:28", - "UpdatedAt": "2026-05-14 17:54:28", - "EditedAt": null, - "OpenPeopleNum": "0", - "OpenNum": "0", - "BasicNum": "99", - "CollectionPeopleNum": "0", - "ComplimentPeopleNum": "0", - "ComplimentNum": "0", - "SharePeopleNum": "0", - "ShareNum": "0", - "CateName": "分类1" - } - ], - "page": 1, - "pages": 1, - "count": "1", - "OpenStatus": "1", - "EbookStatus": "0" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.list | - | Array | - -data.list.Id | 1 | String | 记录Id -data.list.Title | di1 | String | 标题 -data.list.SubTitle | di1sub | String | 副标题 -data.list.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.list.BigPicLink | - | String | 故事图片链接 -data.list.ReadCost | 3 | String | 阅读耗时 分钟 -data.list.CatId | 1 | String | 分类Id -data.list.Labels | 头 | Array | 标签,字符串数组 -data.list.Sort | 1 | String | 排序权重 -data.list.DrugsSort | 1 | String | 用药患者 权重排序 -data.list.Status | 2 | String | 状态,1-待发布,2-已发布 -data.list.PublishAt | 2026-05-14 17:54:28 | String | 发布时间 -data.list.UpdatedAt | 2026-05-14 17:54:28 | String | 最后更新时间 -data.list.EditedAt | null | Null | - -data.list.OpenPeopleNum | 0 | String | 打开人数 -data.list.OpenNum | 0 | String | 打开次数 -data.list.BasicNum | 99 | String | 运营基础数 -data.list.CollectionPeopleNum | 0 | String | 收藏人数 -data.list.ComplimentPeopleNum | 0 | String | 点赞人数 -data.list.ComplimentNum | 0 | String | - -data.list.SharePeopleNum | 0 | String | 分享人数 -data.list.ShareNum | 0 | String | 分享次数 -data.list.CateName | 分类1 | String | 分类名 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 总条数 -data.OpenStatus | 1 | String | 资讯模块状态 1-开启,0-关闭 -data.EbookStatus | 0 | String | 电子书模式 1-是,0-不是 -## /患者运营/后台/图文/图文详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/view&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/view | String | 是 | - -Id | 1 | String | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": 1, - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "ReadCost": 3, - "CatId": 1, - "Labels": [ - "头" - ], - "Content": "hahahhahahhahah", - "AudioLink": { - "url": "" - }, - "Sort": 1, - "Status": 2, - "PublishAt": "2026-05-14 17:54:28", - "IsDeleted": 0, - "CreatorId": "1959", - "CreatedAt": "2026-05-14 17:54:28", - "UpdaterId": "", - "UpdatedAt": "2026-05-14 17:54:28", - "EditorId": "", - "EditedAt": null, - "DeleterId": "", - "DeletedAt": null, - "OpenPeopleNum": 0, - "OpenNum": 0, - "BasicNum": 99, - "CollectionPeopleNum": 0, - "ComplimentPeopleNum": 0, - "SharePeopleNum": 0, - "ShareNum": 0, - "ComplimentNum": 0, - "EbookImageUrl": [], - "BigPicLink": "", - "DrugsSort": 1, - "CateName": "分类1", - "BookIds": [] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.Id | 1 | Integer | 记录Id -data.Title | di1 | String | 标题 -data.SubTitle | di1sub | String | 副标题 -data.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.ReadCost | 3 | Integer | 阅读耗时 分钟 -data.CatId | 1 | Integer | 分类Id -data.Labels | 头 | Array | 标签,字符串数组 -data.Content | hahahhahahhahah | String | 内容 -data.AudioLink | - | Object | 语音链接信息,字段自定义 -data.AudioLink.url | - | String | 语音url -data.Sort | 1 | Integer | 排序 -data.Status | 2 | Integer | 状态,1-待发布,2-已发布 -data.PublishAt | 2026-05-14 17:54:28 | String | 发布时间 -data.IsDeleted | 0 | Integer | - -data.CreatorId | 1959 | String | - -data.CreatedAt | 2026-05-14 17:54:28 | String | - -data.UpdaterId | - | String | - -data.UpdatedAt | 2026-05-14 17:54:28 | String | 最后更新时间 -data.EditorId | - | String | - -data.EditedAt | null | Null | - -data.DeleterId | - | String | - -data.DeletedAt | null | Null | - -data.OpenPeopleNum | 0 | Integer | 打开人数 -data.OpenNum | 0 | Integer | 打开次数 -data.BasicNum | 99 | Integer | 运营基础数 -data.CollectionPeopleNum | 0 | Integer | 收藏人数 -data.ComplimentPeopleNum | 0 | Integer | 点赞人数 -data.SharePeopleNum | 0 | Integer | 分享人数 -data.ShareNum | 0 | Integer | 分享次数 -data.ComplimentNum | 0 | Integer | - -data.EbookImageUrl | - | Array | 电子书图片 -data.BigPicLink | - | String | 故事图片链接 -data.DrugsSort | 1 | Integer | 用药患者 权重排序 -data.CateName | 分类1 | String | 分类名 -data.BookIds | - | Array | 电子书Id -## /患者运营/后台/图文/编辑图文 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/update - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/update | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Id": 2, - "Title": "di1", - "SubTitle": "di1sub", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "ReadCost": 3, - "CatId": 1, - "Labels": [ - "头", - "肩" - ], - "Content": "hahahhahahhahah", - "AudioLink": { - "url": "" - }, - "BasicNum": 100, - "Status": 2, - "EbookImageUrl": [], - "BookIds": [ - 1, - 2 - ] -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -Title | di1 | String | 是 | 标题 -SubTitle | di1sub | String | 是 | 副标题 -TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 是 | 标题图地址 -ReadCost | 3 | Integer | 是 | 阅读耗时 分钟 -CatId | 1 | Integer | 是 | 分类Id -Labels | 头 | Array | 是 | 标签,字符串数组 -Content | hahahhahahhahah | String | 是 | 内容 -AudioLink | - | Object | 是 | 语音链接信息,字段自定义 -AudioLink.url | - | String | 是 | 音频链接 -BasicNum | 100 | Integer | 是 | 运营基础数 -Status | 2 | Integer | 是 | 状态,保存时传1,保存并发布传2 -EbookImageUrl | - | Array | 是 | 电子书图片 -BookIds | 1 | Array | 是 | 电子书Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"编辑成功"} -``` -## /患者运营/后台/图文/删除图文 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/delete - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/delete | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Id":1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"删除成功"} -``` -## /患者运营/后台/图文/发布图文 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/shelve - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/shelve | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Id":2 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/图文/下架图文 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/off-shelve - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/off-shelve | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Id":2 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/图文/编辑权重 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/edit-sort-weight - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/edit-sort-weight | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Id": 2, - "Sort": 300, - "DrugsSort":2 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -Sort | 300 | Integer | 是 | 权重排序 -DrugsSort | 2 | Integer | 是 | 用药患者 权重排序 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/图文/编辑资讯模块开关 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/edit-open-status - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/edit-open-status | String | 是 | - -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 请求Body参数 -```javascript -{ - "Status":0 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Status | 1 | Integer | 是 | 资讯模块 1-开启 0-关闭 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/图文/装修页 选择资讯列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/select-list&count=10&page=1&Search= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/select-list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Search | - | String | 是 | 标题,副标题 -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":{"list":[{"Id":"2","Title":"di1","SubTitle":"di1sub","TitlePicLink":"https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500","ReadCost":"3","CatId":"1","Labels":["头","肩"],"Content":"hahahhahahhahah","AudioLink":{"url":""},"Sort":"300","Status":"2","PublishAt":"2023-06-27 11:13:56","IsDeleted":"0","CreatorId":"1","CreatedAt":"2023-06-27 10:05:14","UpdaterId":"1","UpdatedAt":"2023-06-27 11:13:56","EditorId":"1","EditedAt":"2023-06-27 10:48:27","DeleterId":"","DeletedAt":null,"OpenPeopleNum":"0","OpenNum":"0","BasicNum":"99","CollectionPeopleNum":"0","ComplimentPeopleNum":"0","SharePeopleNum":"0","ShareNum":"0","CateName":""}],"page":1,"pages":1,"count":"1"}} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.list | - | Array | - -data.list.Id | 2 | String | 记录Id -data.list.Title | di1 | String | 标题 -data.list.SubTitle | di1sub | String | 副标题 -data.list.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.list.ReadCost | 3 | String | 阅读耗时 分钟 -data.list.CatId | 1 | String | 分类Id -data.list.Labels | 头 | Array | 标签,字符串数组 -data.list.Content | hahahhahahhahah | String | 内容 -data.list.AudioLink | - | Object | 语音链接信息,字段自定义 -data.list.AudioLink.url | - | String | 语音url -data.list.Sort | 300 | String | 排序权重 -data.list.Status | 2 | String | 状态,1-待发布,2-已发布 -data.list.PublishAt | 2023-06-27 11:13:56 | String | 发布时间 -data.list.IsDeleted | 0 | String | - -data.list.CreatorId | 1 | String | - -data.list.CreatedAt | 2023-06-27 10:05:14 | String | - -data.list.UpdaterId | 1 | String | - -data.list.UpdatedAt | 2023-06-27 11:13:56 | String | 最后更新时间 -data.list.EditorId | 1 | String | - -data.list.EditedAt | 2023-06-27 10:48:27 | String | - -data.list.DeleterId | - | String | - -data.list.DeletedAt | null | Null | - -data.list.OpenPeopleNum | 0 | String | 打开人数 -data.list.OpenNum | 0 | String | 打开次数 -data.list.BasicNum | 99 | String | 运营基础数 -data.list.CollectionPeopleNum | 0 | String | 收藏人数 -data.list.ComplimentPeopleNum | 0 | String | 点赞人数 -data.list.SharePeopleNum | 0 | String | 分享人数 -data.list.ShareNum | 0 | String | 分享次数 -data.list.CateName | - | String | 分类名 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 总条数 -## /患者运营/后台/图文/装修页 资讯预览 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/index-list&count=3&ConfigId=18 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/index-list | String | 是 | - -count | 3 | String | 是 | - -ConfigId | 18 | String | 是 | 配置Id -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "32", - "ArticleId": "2", - "Title": "di1", - "TitlePicLink": "https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500", - "CateName": "", - "Labels": [ - "头" - ] - } - ], - "page": 1, - "pages": 1, - "count": "1", - "OpenStatus": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 32 | String | 记录Id -data.list.ArticleId | 2 | String | 文章Id -data.list.Title | di1 | String | 标题 -data.list.TitlePicLink | https://img0.baidu.com/it/u=2512167382,1370449062&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500 | String | 标题图地址 -data.list.CateName | - | String | 分类名 -data.list.Labels | 头 | Array | 标签,字符串数组 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 总条数 -data.OpenStatus | 1 | String | 资讯模块状态 1-开启,0-关闭 -## /患者运营/后台/图文/统计信息 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/stat-info&Id=2 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/stat-info | String | 是 | - -Id | 2 | String | 是 | 记录Id -#### 路径变量 -参数名 | 示例值 | 参数描述 ---- | --- | --- -home | - | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "OpenNum": 5, - "OpenPeopleNum": 1, - "CollectionPeopleNum": 1, - "ComplimentPeopleNum": 0, - "SharePeopleNum": 1, - "ShareNum": 1, - "ConvertPatientNum": "0" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.OpenNum | 5 | Integer | 打开次数 -data.OpenPeopleNum | 1 | Integer | 打开人数 -data.CollectionPeopleNum | 1 | Integer | 收藏人数 -data.ComplimentPeopleNum | 0 | Integer | 点赞人数 -data.SharePeopleNum | 1 | Integer | 分享人数 -data.ShareNum | 1 | Integer | 分享次数 -data.ConvertPatientNum | 0 | String | 转化患者数 -## /患者运营/后台/图文/统计列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/stat-list&Id=2&StartDate=&EndDate=&count=0&page=&IsAsc= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/stat-list | String | 是 | - -Id | 2 | String | 是 | 记录Id -StartDate | - | String | 是 | 开始日期 -EndDate | - | String | 是 | 结束日期 -count | 0 | String | 是 | 每页条数 -page | - | String | 是 | 页码 -IsAsc | - | String | 是 | 是否日期升序 1-是,2-不是 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "StatDate": "2023-06-27", - "OpenNum": "5", - "OpenUserNum": "1", - "ComplimentUserNum": "1", - "CollectionUserNum": "1", - "ShareNum": "1", - "ShareUserNum": "1", - "ConvertPatientNum": "0" - } - ], - "pages": 1, - "count": "1", - "page": 1, - "Sum": { - "OpenNum": "5", - "OpenUserNum": "1", - "ComplimentUserNum": "1", - "CollectionUserNum": "1", - "ShareNum": "1", - "ShareUserNum": "1", - "ConvertPatientNum": "0" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.list | - | Array | - -data.list.StatDate | 2023-06-27 | String | 统计日期 -data.list.OpenNum | 5 | String | 打开次数 -data.list.OpenUserNum | 1 | String | - -data.list.ComplimentUserNum | 1 | String | - -data.list.CollectionUserNum | 1 | String | - -data.list.ShareNum | 1 | String | 分享次数 -data.list.ShareUserNum | 1 | String | - -data.list.ConvertPatientNum | 0 | String | - -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -data.page | 1 | Integer | 页码 -data.Sum | - | Object | 统计数据 -data.Sum.OpenNum | 5 | String | 打开次数 -data.Sum.OpenUserNum | 1 | String | 打开人数 -data.Sum.ComplimentUserNum | 1 | String | 点赞人数 -data.Sum.CollectionUserNum | 1 | String | 收藏人数 -data.Sum.ShareNum | 1 | String | 分享次数 -data.Sum.ShareUserNum | 1 | String | 分享人数 -data.Sum.ConvertPatientNum | 0 | String | 转化患者数 -## /患者运营/后台/图文/观看列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/view-list&UserId=15645&count=10&page=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/view-list | String | 是 | - -UserId | 15645 | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "ViewTime": "2023-07-10 18:17:49", - "CateName": "奇形怪状", - "Title": "给第一次诊断重症肌无力患者的建议", - "WatchDuration": "0", - "Id": "16" - } - ], - "page": 1, - "pages": 14, - "count": "131" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.ViewTime | 2023-07-10 18:17:49 | String | 观看时间 -data.list.CateName | 奇形怪状 | String | 分类 -data.list.Title | 给第一次诊断重症肌无力患者的建议 | String | 标题 -data.list.WatchDuration | 0 | String | 观看时长 秒 -data.list.Id | 16 | String | 记录Id -data.page | 1 | Integer | 页码 -data.pages | 14 | Integer | 总页数 -data.count | 131 | String | 总条数 -## /患者运营/后台/图文/分类图片 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/cate-pic - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/cate-pic | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 4, - // "ImageUrl": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/a78dd4de1d434513c5627bfbcad323f6_16952103839929.jpg" - "ImageUrl":"" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 4 | Integer | 是 | 分类Id -ImageUrl | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/a78dd4de1d434513c5627bfbcad323f6_16952103839929.jpg | String | 是 | 分类图片地址,设为空字符串是清空 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/图文/编辑电子书模式 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=pic-text/edit-ebook-mode - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | pic-text/edit-ebook-mode | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Status": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Status | 1 | Integer | 是 | 电子书 1-开启 0-关闭 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/图文/图文列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=PicTextListExport&Search=&Status=&PublishAtBegin=&PublishAtEnd=&UpdateTimeBegin=&UpdateTimeEnd=&Sort= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | PicTextListExport | String | 是 | - -Search | - | String | 是 | - -Status | - | String | 是 | - -PublishAtBegin | - | String | 是 | - -PublishAtEnd | - | String | 是 | - -UpdateTimeBegin | - | String | 是 | - -UpdateTimeEnd | - | String | 是 | - -Sort | - | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "21", - "Title": "11111", - "SubTitle": "", - "TitlePicLink": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5ff758858b26217ec5a7eb7ed865bb43_16901844546131.jpg", - "ReadCost": "111", - "CatId": "0", - "Labels": "", - "Content": "


\n\n


", - "AudioLink": { - "url": "" - }, - "Sort": "16", - "Status": "2", - "PublishAt": "2023-08-02 10:39:37", - "IsDeleted": "0", - "CreatorId": "1", - "CreatedAt": "2023-07-24 15:40:57", - "UpdaterId": "194", - "UpdatedAt": "2023-08-02 10:39:37", - "EditorId": "194", - "EditedAt": "2023-08-02 10:39:37", - "DeleterId": "", - "DeletedAt": null, - "OpenPeopleNum": "8", - "OpenNum": "13", - "BasicNum": "0", - "CollectionPeopleNum": "0", - "ComplimentPeopleNum": "4", - "SharePeopleNum": "1", - "ShareNum": "1", - "ComplimentNum": "5", - "EbookImageUrl": [], - "CateName": "" - } - ], - "page": 1, - "pages": 2, - "count": "17", - "OpenStatus": "1", - "EbookStatus": "0" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Object | - -data.list | - | Array | - -data.list.Id | 21 | String | 记录Id -data.list.Title | 11111 | String | 标题 -data.list.SubTitle | - | String | 副标题 -data.list.TitlePicLink | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/5ff758858b26217ec5a7eb7ed865bb43_16901844546131.jpg | String | 标题图地址 -data.list.ReadCost | 111 | String | 阅读耗时 分钟 -data.list.CatId | 0 | String | 分类Id -data.list.Labels | - | String | 标签,字符串数组 -data.list.Content |



| String | 内容 -data.list.AudioLink | - | Object | 语音链接信息,字段自定义 -data.list.AudioLink.url | - | String | 语音url -data.list.Sort | 16 | String | 排序权重 -data.list.Status | 2 | String | 状态,1-待发布,2-已发布 -data.list.PublishAt | 2023-08-02 10:39:37 | String | 发布时间 -data.list.IsDeleted | 0 | String | - -data.list.CreatorId | 1 | String | - -data.list.CreatedAt | 2023-07-24 15:40:57 | String | - -data.list.UpdaterId | 194 | String | - -data.list.UpdatedAt | 2023-08-02 10:39:37 | String | 最后更新时间 -data.list.EditorId | 194 | String | - -data.list.EditedAt | 2023-08-02 10:39:37 | String | - -data.list.DeleterId | - | String | - -data.list.DeletedAt | null | Null | - -data.list.OpenPeopleNum | 8 | String | 打开人数 -data.list.OpenNum | 13 | String | 打开次数 -data.list.BasicNum | 0 | String | 运营基础数 -data.list.CollectionPeopleNum | 0 | String | 收藏人数 -data.list.ComplimentPeopleNum | 4 | String | 点赞人数 -data.list.SharePeopleNum | 1 | String | 分享人数 -data.list.ShareNum | 1 | String | 分享次数 -data.list.ComplimentNum | 5 | String | - -data.list.EbookImageUrl | - | Array | - -data.list.CateName | - | String | 分类名 -data.page | 1 | Integer | 页码 -data.pages | 2 | Integer | 总页数 -data.count | 17 | String | 总条数 -data.OpenStatus | 1 | String | 资讯模块状态 1-开启,0-关闭 -data.EbookStatus | 0 | String | 电子书模式 1-是,0-不是 -## /患者运营/后台/图文/图文统计列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=PicTextStatExport&Id=22&StartDate=&EndDate= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | PicTextStatExport | String | 是 | - -Id | 22 | String | 是 | 记录Id -StartDate | - | String | 是 | 开始日期 -EndDate | - | String | 是 | 结束日期 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/图文/图文查看次数统计列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=PicTextOpenStatExport&StartDate=&EndDate= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | PicTextOpenStatExport | String | 是 | - -StartDate | - | String | 是 | 开始日期 -EndDate | - | String | 是 | 结束日期 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/cate-list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/cate-list | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "Id": "6", - "CateId": "6", - "Sort": "3", - "IsShow": "1", - "CateName": "分类55", - "Num": 0 - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Array | - -data.Id | 6 | String | 记录Id -data.CateId | 6 | String | 分类id -data.Sort | 3 | String | 排序 -data.IsShow | 1 | String | 是否展示 1-展示,2-不展示 -data.CateName | 分类55 | String | 分类名 -data.Num | 0 | Integer | 内容数量 -## /患者运营/后台/活动/分类排序 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/cate-sort - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/cate-sort | String | 是 | - -#### 请求Body参数 -```javascript -{ - "IdList":[4,6] -} -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/活动/分类设置是否展示 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/cate-set-show - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/cate-set-show | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id":4, - "IsShow":1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 4 | Integer | 是 | 分类Id -IsShow | 2 | Integer | 是 | 是否显示 1-显示,2-不显示 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/活动/可选分类列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/select-cate-list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/select-cate-list | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "CateId": "6", - "CateName": "分类55", - "Num": 0 - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 验证码 -data | - | Array | - -data.CateId | 6 | String | 分类id -data.CateName | 分类55 | String | 分类名 -data.Num | 0 | Integer | 内容数量 -## /患者运营/后台/活动/创建线上活动 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/create - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/create | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Type": 1, - "Name": "线上活动", - "BeginTime": "2026-05-16 16:00", - "EndTime": "2026-05-16 17:00", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": [], - "CateId": 1, - "Labels": [ - "标签1", - "标签2" - ], - "MasterName": "ha", - "MasterTitle": "tt", - "MasterHosipital": "回龙观医院", - "SignUpDeadline": "2026-05-16 17:00", - "IsLimitUser": 1, - "LimitPeopleNum": 100, - "DoctorId": 1, - "RegionId": 1, - "JumpObj":{ - "url":"www.baidu.com" - } -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Type | 1 | Integer | 是 | 活动类型 1-线上,2-线下 -Name | 线上活动 | String | 是 | 活动名称 -BeginTime | 2026-05-16 16:00 | String | 是 | 活动开始时间 -EndTime | 2026-05-16 17:00 | String | 是 | 活动结束时间 -PosterUrl | - | String | 是 | 海报Url -IntroductionUrl | http://www.baidu.com | String | 是 | 介绍Url -DetailJson | - | Array | 是 | 详情 -CateId | 1 | Integer | 是 | 分类Id -Labels | 标签1 | Array | 是 | 标签,字符串数组 -MasterName | ha | String | 是 | 专家名称 -MasterTitle | tt | String | 是 | 专家头衔 -MasterHosipital | 回龙观医院 | String | 是 | 专家所在医院 -SignUpDeadline | 2026-05-16 17:00 | String | 是 | 报名截止时间 -IsLimitUser | 1 | Integer | 是 | 是否限额 1-限额,0-不限额 -LimitPeopleNum | 100 | Integer | 是 | 限额人数 -DoctorId | 1 | Integer | 是 | 医生Id -RegionId | 1 | Integer | 是 | 大区Id,同医院大区 -JumpObj | - | Object | 是 | 活动跳转信息 -JumpObj.url | www.baidu.com | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/活动/创建线下活动 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/create - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/create | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Type": 2, - "Name": "线下活动", - "BeginTime": "2023-07-06 16:00", - "EndTime": "2023-07-06 17:00", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": [], - "CateId": 1, - "Labels": [ - "标签1", - "标签2" - ], - "Location": "北京市昌平区万科金域国际中心A座", - "ActivityBasicNum": 0, - "SignUpDeadline": "2023-07-06 17:00", - "IsLimitUser": 1, - "DoctorId":123, - "LimitPeopleNum": 100 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Type | 2 | Integer | 是 | 活动类型 1-线上,2-线下 -Name | 线下活动 | String | 是 | 活动名称 -BeginTime | 2023-07-06 16:00 | String | 是 | 活动开始时间 -EndTime | 2023-07-06 17:00 | String | 是 | 活动结束时间 -PosterUrl | - | String | 是 | 海报Url -IntroductionUrl | http://www.baidu.com | String | 是 | 介绍Url -DetailJson | - | Array | 是 | 详情 -CateId | 1 | Integer | 是 | 分类Id -Labels | 标签1 | Array | 是 | 标签,字符串数组 -Location | 北京市昌平区万科金域国际中心A座 | String | 是 | 活动地点 -ActivityBasicNum | 0 | Integer | 是 | 运营基础数 -SignUpDeadline | 2023-07-06 17:00 | String | 是 | 报名截止时间 -IsLimitUser | 1 | Integer | 是 | 是否限额 1-限额,0-不限额 -DoctorId | 123 | Integer | 是 | 医生Id -LimitPeopleNum | 100 | Integer | 是 | 限额人数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/活动/活动详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/view&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/view | String | 是 | - -Id | 1 | String | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": "1", - "Name": "线上活动", - "Type": "1", - "CateId": "1", - "Labels": [ - "标签1" - ], - "BigImgUrl": "", - "CreateTime": "2026-05-15 17:18:29", - "BeginTime": "2026-05-16 16:00:00", - "EndTime": "2026-05-16 17:00:00", - "SignUpDeadline": "2026-05-16 17:00:00", - "ShareNum": "0", - "SharePeopleNum": "0", - "SignUpPeopleNum": "0", - "OpenPeopleNum": "0", - "OpenNum": "0", - "JoinPeopleNum": null, - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "Status": "1", - "ReplayVideoUrl": "", - "AttachmentFileName": "", - "AttachmentUrl": "", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": [], - "Link": "", - "WorkerId": "1959", - "ActivityBasicNum": "0", - "TencentMeetingId": "", - "TencentMeetingCode": "", - "MasterName": "ha", - "MasterTitle": "tt", - "MasterHosipital": "回龙观医院", - "DoctorId": "1", - "Location": "", - "LocationLNG": "0.000000", - "LocationLAT": "0.000000", - "UpdateTime": "2026-05-15 17:18:29", - "TencentMeetingStatus": "0", - "ReplayStatus": "0", - "RegionId": "1", - "RegionLThreeId": "1", - "RegionLThreeName": "北中国", - "WxPicUrl": null, - "WxProxyPicUrl": null, - "ThumbMediaId": null, - "SubscribeUserCount": "0", - "SubscribeSendSuccessCount": "0", - "JumpObj": { - "url": "www.baidu.com" - }, - "StatusName": "待开始", - "DoctorInfo": { - "DoctorId": "1", - "DoctorName": "秦医生", - "HospitalId": "1", - "HospitalName": "协和" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.Id | 1 | String | 记录Id -data.Name | 线上活动 | String | 活动名称 -data.Type | 1 | String | 活动类型 1-线上,2-线下 -data.CateId | 1 | String | 分类Id -data.Labels | 标签1 | Array | 标签,字符串数组 -data.BigImgUrl | - | String | - -data.CreateTime | 2026-05-15 17:18:29 | String | 创建时间 -data.BeginTime | 2026-05-16 16:00:00 | String | 活动开始时间 -data.EndTime | 2026-05-16 17:00:00 | String | 活动结束时间 -data.SignUpDeadline | 2026-05-16 17:00:00 | String | 报名截止时间 -data.ShareNum | 0 | String | - -data.SharePeopleNum | 0 | String | 分享人数 -data.SignUpPeopleNum | 0 | String | 报名人数 -data.OpenPeopleNum | 0 | String | 打开人数 -data.OpenNum | 0 | String | 打开次数 -data.JoinPeopleNum | null | Null | 参与人数 -data.IsLimitUser | 1 | String | 是否限额 1-限额,0-不限额 -data.LimitPeopleNum | 100 | String | 限额人数 -data.Status | 1 | String | 状态 1-待开始,2-进行中,3-已结束,100-删除 -data.ReplayVideoUrl | - | String | 回放视频地址 -data.AttachmentFileName | - | String | - -data.AttachmentUrl | - | String | - -data.PosterUrl | - | String | 海报图 -data.IntroductionUrl | http://www.baidu.com | String | 介绍Url -data.DetailJson | - | Array | 详情 -data.Link | - | String | - -data.WorkerId | 1959 | String | - -data.ActivityBasicNum | 0 | String | 运营基础数 -data.TencentMeetingId | - | String | 腾讯会议Id -data.TencentMeetingCode | - | String | 腾讯会议code -data.MasterName | ha | String | 专家名称 -data.MasterTitle | tt | String | 专家头衔 -data.MasterHosipital | 回龙观医院 | String | 专家所在医院 -data.DoctorId | 1 | String | 医生Id -data.Location | - | String | 活动地点 -data.LocationLNG | 0.000000 | String | - -data.LocationLAT | 0.000000 | String | - -data.UpdateTime | 2026-05-15 17:18:29 | String | - -data.TencentMeetingStatus | 0 | String | - -data.ReplayStatus | 0 | String | - -data.RegionId | 1 | String | - -data.RegionLThreeId | 1 | String | - -data.RegionLThreeName | 北中国 | String | - -data.WxPicUrl | null | Null | - -data.WxProxyPicUrl | null | Null | - -data.ThumbMediaId | null | Null | - -data.SubscribeUserCount | 0 | String | - -data.SubscribeSendSuccessCount | 0 | String | - -data.JumpObj | - | Object | 活动跳转信息 -data.JumpObj.url | www.baidu.com | String | - -data.StatusName | 待开始 | String | - -data.DoctorInfo | - | Object | 医生信息 -data.DoctorInfo.DoctorId | 1 | String | 医生Id -data.DoctorInfo.DoctorName | 秦医生 | String | 医生姓名 -data.DoctorInfo.HospitalId | 1 | String | 医院Id -data.DoctorInfo.HospitalName | 协和 | String | 医生所在医院名 -## /患者运营/后台/活动/编辑线上活动 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/edit - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/edit | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 15, - "Name": "线上活动3", - "BeginTime": "2023-07-07 16:00", - "EndTime": "2023-07-07 17:00", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": [], - "CateId": 1, - "Labels": [ - "标签1", - "标签2" - ], - "MasterName": "ha", - "MasterTitle": "tt", - "MasterHosipital": "回龙观医院", - "SignUpDeadline": "2023-07-06 17:00", - "IsLimitUser": 1, - "LimitPeopleNum": 100, - "DoctorId": "12", - "RegionId": 1, - "JumpObj":{ - "url":"www.baidu.com" - } -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 15 | Integer | 是 | 记录id -Name | 线上活动3 | String | 是 | 活动名称 -BeginTime | 2023-07-07 16:00 | String | 是 | 活动开始时间 -EndTime | 2023-07-07 17:00 | String | 是 | 活动结束时间 -PosterUrl | - | String | 是 | 海报Url -IntroductionUrl | http://www.baidu.com | String | 是 | 介绍Url -DetailJson | - | Array | 是 | 详情 -CateId | 1 | Integer | 是 | 分类Id -Labels | 标签1 | Array | 是 | 标签,字符串数组 -MasterName | ha | String | 是 | 专家名称 -MasterTitle | tt | String | 是 | 专家头衔 -MasterHosipital | 回龙观医院 | String | 是 | 专家所在医院 -SignUpDeadline | 2023-07-06 17:00 | String | 是 | 报名截止时间 -IsLimitUser | 1 | Integer | 是 | 是否限额 1-限额,0-不限额 -LimitPeopleNum | 100 | Integer | 是 | 限额人数 -DoctorId | 12 | String | 是 | 医生Id -RegionId | 1 | Integer | 是 | 大区Id,同医院大区 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/活动/编辑线下活动 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/edit - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/edit | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 16, - "Name": "线下活动2", - "BeginTime": "2023-07-06 16:00", - "EndTime": "2023-07-06 17:00", - "PosterUrl": "", - "IntroductionUrl": "http://www.baidu.com", - "DetailJson": [], - "CateId": 1, - "Labels": [ - "标签1", - "标签2" - ], - "Location": "北京市昌平区霍营地铁站", - "ActivityBasicNum": 0, - "SignUpDeadline": "2023-07-06 17:00", - "IsLimitUser": 1, - "DoctorId": "12", - "LimitPeopleNum": 100 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Type | 2 | Integer | 是 | 活动类型 1-线上,2-线下 -Name | 线下活动 | String | 是 | 活动名称 -BeginTime | 2023-07-06 16:00 | String | 是 | 活动开始时间 -EndTime | 2023-07-06 17:00 | String | 是 | 活动结束时间 -PosterUrl | - | String | 是 | 海报Url -IntroductionUrl | http://www.baidu.com | String | 是 | 介绍Url -DetailJson | - | Array | 是 | 详情 -CateId | 1 | Integer | 是 | 分类Id -Labels | 标签1 | Array | 是 | 标签,字符串数组 -Location | 北京市昌平区万科金域国际中心A座 | String | 是 | 活动地点 -ActivityBasicNum | 0 | Integer | 是 | 运营基础数 -SignUpDeadline | 2023-07-06 17:00 | String | 是 | 报名截止时间 -IsLimitUser | 1 | Integer | 是 | 是否限额 1-限额,0-不限额 -LimitPeopleNum | 100 | Integer | 是 | 限额人数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"操作成功"} -``` -## /患者运营/后台/活动/活动列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/list&count=10&page=1&Name=&Type=&BeginDate=&EndDate=&ActivityEndBeginDate=&ActivityEndEndDate=&ReplayStatus=&Status= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Name | - | String | 是 | 标题 -Type | - | String | 是 | 活动类型 1-线上,2-线下 -BeginDate | - | String | 是 | 活动时间 开始 -EndDate | - | String | 是 | 活动时间 结束 -ActivityEndBeginDate | - | String | 是 | 活动截止时间 开始 -ActivityEndEndDate | - | String | 是 | 活动截止时间 结束 -ReplayStatus | - | String | 是 | 回放状态 1-待上传 -Status | - | String | 是 | 状态 1-待开始,2-进行中,3-已结束 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "Id": "1", - "Name": "线上活动", - "Type": "1", - "CateName": "分类1", - "IntroductionUrl": "http://www.baidu.com", - "BeginTime": "2026-05-16 16:00:00", - "EndTime": "2026-05-16 17:00:00", - "Duration": "1小时", - "SignUpDeadline": "2026-05-16 17:00:00", - "SignUpPeopleNum": "0", - "ClickSignUpPeopleNum": "0", - "SharePeopleNum": "0", - "ShareNum": "0", - "OpenNum": "0", - "OpenPeopleNum": "0", - "JoinPeopleNum": null, - "Status": "1", - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "SubscribeUserCount": "0", - "SubscribeSendSuccessCount": "0", - "Location": "", - "TencentMeetingCode": "", - "CreateTime": "2026-05-15 17:18:29", - "UpdateTime": "2026-05-15 17:18:29", - "ReplayVideoUrl": "", - "RegionId": "1", - "RegionName": "北中国", - "ConvertPatientNum": 0, - "FollowUserNum": 0 - } - ], - "page": 1, - "pages": 1, - "count": "1", - "TotalCount": "1", - "WaitCount": "1", - "DoingCount": "0", - "EndCount": "0", - "offline_open_status": "0", - "online_open_status": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.Id | 1 | String | 记录Id -data.list.Name | 线上活动 | String | 活动名称 -data.list.Type | 1 | String | 活动类型 1-线上,2-线下 -data.list.CateName | 分类1 | String | 分类名 -data.list.IntroductionUrl | http://www.baidu.com | String | 介绍Url -data.list.BeginTime | 2026-05-16 16:00:00 | String | 活动开始时间 -data.list.EndTime | 2026-05-16 17:00:00 | String | 活动结束时间 -data.list.Duration | 1小时 | String | 时长 (分钟) -data.list.SignUpDeadline | 2026-05-16 17:00:00 | String | 报名截止时间 -data.list.SignUpPeopleNum | 0 | String | 报名人数 -data.list.ClickSignUpPeopleNum | 0 | String | - -data.list.SharePeopleNum | 0 | String | 分享人数 -data.list.ShareNum | 0 | String | - -data.list.OpenNum | 0 | String | 打开次数 -data.list.OpenPeopleNum | 0 | String | 打开人数 -data.list.JoinPeopleNum | null | Null | 参与人数 -data.list.Status | 1 | String | 状态 1-待开始,2-进行中,3-已结束,100-删除 -data.list.IsLimitUser | 1 | String | 是否限额 1-限额,0-不限额 -data.list.LimitPeopleNum | 100 | String | 限额人数 -data.list.SubscribeUserCount | 0 | String | - -data.list.SubscribeSendSuccessCount | 0 | String | - -data.list.Location | - | String | 活动地点 -data.list.TencentMeetingCode | - | String | - -data.list.CreateTime | 2026-05-15 17:18:29 | String | 报名时间 -data.list.UpdateTime | 2026-05-15 17:18:29 | String | - -data.list.ReplayVideoUrl | - | String | 视频回放地址 -data.list.RegionId | 1 | String | 大区Id,同医院大区 -data.list.RegionName | 北中国 | String | 活动大区 -data.list.ConvertPatientNum | 0 | Integer | - -data.list.FollowUserNum | 0 | Integer | - -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 总条数 -data.TotalCount | 1 | String | 总活动数 -data.WaitCount | 1 | String | 待开始 -data.DoingCount | 0 | String | 进行中 -data.EndCount | 0 | String | 已结束 -data.offline_open_status | 0 | String | 线下活动状态开关 1-开,0-关 -data.online_open_status | 1 | String | 线上活动状态开关 1-开,0-关 -## /患者运营/后台/活动/删除活动 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/delete - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/delete | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id": 1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":"删除成功"} -``` -## /患者运营/后台/活动/编辑模块开关 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/edit-open-status - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/edit-open-status | String | 是 | - -#### 请求Body参数 -```javascript -{ - "online_open_status":1, - "offline_open_status":1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -online_open_status | 1 | Integer | 是 | 线上活动 1-开0-关 -offline_open_status | 0 | Integer | 是 | 线下活动 1-开0-关 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/活动/活动列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=exprot/export&strategy=ActivityExport&Name=&Type=&BeginDate=&EndDate=&ActivityEndBeginDate=&ActivityEndEndDate= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | exprot/export | String | 是 | - -strategy | ActivityExport | String | 是 | - -Name | - | String | 是 | 标题 -Type | - | String | 是 | 活动类型 1-线上,2-线下 -BeginDate | - | String | 是 | 活动时间 开始 -EndDate | - | String | 是 | 活动时间 结束 -ActivityEndBeginDate | - | String | 是 | 活动截止时间 开始 -ActivityEndEndDate | - | String | 是 | 活动截止时间 结束 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/取消活动 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/cancel - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/cancel | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id":15 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 2 | Integer | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/活动/编辑回放地址 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/update-replay-url - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/update-replay-url | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Id":15, - "ReplayVideoUrl":"www" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Id | 15 | Integer | 是 | 记录id -ReplayVideoUrl | - | String | 是 | 视频地址 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "操作成功" -} -``` -## /患者运营/后台/活动/获取签到码 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/get-sign-code&Id=16 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/get-sign-code | String | 是 | - -Id | 16 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/活动报名列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/sign-up-list&count=10&page=1&Serach=&PreUserIdentity=&Status=&ActivityId=70 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/sign-up-list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Serach | - | String | 是 | 关键字 -PreUserIdentity | - | String | 是 | 报名前用户身份 1-空白,2-注册,3-疾病,4-用药 -Status | - | String | 是 | 报名状态 1-审核中,2-已报名 -ActivityId | 70 | String | 是 | 活动Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "ActivityId": "70", - "ActivityName": "vim使用", - "BeginTime": "2023-11-08 14:44:00", - "CreateTime": "2023-11-07 14:45:42", - "PatientName": "周期", - "Telephone": "18513583927", - "PreUserIdentity": "用药", - "PatientAuditStatus": "机器审核通过", - "Status": "已报名", - "TelehponeRegionId": "4", - "TelephoneRegionName": "北区", - "Gender": "女", - "AgeRangeText": "60-74岁", - "AdlNums": "0", - "DiagnoseType": "", - "RegistChannel": "", - "InviteChannel": "", - "PatientId": "453" - } - ], - "count": "1", - "page": 1, - "pages": 1, - "RegionUserNum": [ - { - "Num": 0, - "RegionName": "东区" - }, - { - "Num": 0, - "RegionName": "南区" - }, - { - "Num": 0, - "RegionName": "西区" - }, - { - "Num": 1, - "RegionName": "北区" - }, - { - "Num": 0, - "RegionName": "中区" - }, - { - "Num": 0, - "RegionName": "其他" - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.ActivityId | 70 | String | 活动Id -data.list.ActivityName | vim使用 | String | 活动名称 -data.list.BeginTime | 2023-11-08 14:44:00 | String | 活动开始时间 -data.list.CreateTime | 2023-11-07 14:45:42 | String | 报名时间 -data.list.PatientName | 周期 | String | 患者姓名 -data.list.Telephone | 18513583927 | String | 手机号 -data.list.PreUserIdentity | 用药 | String | 报名前身份 -data.list.PatientAuditStatus | 机器审核通过 | String | 患者审核状态 -data.list.Status | 已报名 | String | 状态 -data.list.TelehponeRegionId | 4 | String | - -data.list.TelephoneRegionName | 北区 | String | - -data.list.Gender | 女 | String | 性别 -data.list.AgeRangeText | 60-74岁 | String | 年龄范围 -data.list.AdlNums | 0 | String | ADL次数 -data.list.DiagnoseType | - | String | 诊断类型 -data.list.RegistChannel | - | String | 来源渠道 -data.list.InviteChannel | - | String | 邀请渠道 -data.list.PatientId | 453 | String | 患者Id -data.count | 1 | String | 总条数 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.RegionUserNum | - | Array | - -data.RegionUserNum.Num | 0 | Integer | 次数 -data.RegionUserNum.RegionName | 东区 | String | - -## /患者运营/后台/活动/活动报名列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=ActivitySignUpExport&Serach=&PreUserIdentity=&Status=&ActivityId=16 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | ActivitySignUpExport | String | 是 | - -Serach | - | String | 是 | 关键字 -PreUserIdentity | - | String | 是 | 报名前用户身份 1-空白,2-注册,3-疾病,4-用药 -Status | - | String | 是 | 报名状态 1-审核中,2-已报名 -ActivityId | 16 | String | 是 | 活动Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/活动签到列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/sign-in-list&count=10&page=1&Search=185&ActivityId=53 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/sign-in-list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Search | 185 | String | 是 | 关键字 -ActivityId | 53 | String | 是 | 活动Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "ActivityId": "16", - "ActivityName": "线下活动2", - "BeginTime": "2023-07-06 16:00:00", - "CreateTime": "2023-07-07 20:01:22", - "PatientName": "charlie", - "Telephone": "18513583927", - "RelationType": "1", - "Gender": "1", - "SignInTime": "2023-07-08 08:57:07" - } - ], - "count": "1", - "page": 1, - "pages": 1, - "ActivityId": 16, - "ActivityName": "线下活动2", - "BeginTime": "2023-07-06 16:00:00" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.ActivityId | 16 | String | 活动Id -data.list.ActivityName | 线下活动2 | String | 活动名称 -data.list.BeginTime | 2023-07-06 16:00:00 | String | 活动开始时间 -data.list.CreateTime | 2023-07-07 20:01:22 | String | 报名时间 -data.list.PatientName | charlie | String | 患者姓名 -data.list.Telephone | 18513583927 | String | 手机号 -data.list.RelationType | 1 | String | 用户身份 1-本人,2-亲友 -data.list.Gender | 1 | String | 性别 1-男,2-女 -data.list.SignInTime | 2023-07-08 08:57:07 | String | 签到时间 -data.count | 1 | String | 总条数 -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.ActivityId | 16 | Integer | 活动Id -data.ActivityName | 线下活动2 | String | 活动名称 -data.BeginTime | 2023-07-06 16:00:00 | String | 活动开始时间 -## /患者运营/后台/活动/活动签到列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=ActivitySignInExport&Search=185&ActivityId=16 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | ActivitySignInExport | String | 是 | - -Search | 185 | String | 是 | 关键字 -ActivityId | 16 | String | 是 | 活动Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/统计信息 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/stat-info&Id=52 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/stat-info | String | 是 | - -Id | 52 | String | 是 | 记录Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": "15", - "Type": "1", - "Name": "线上活动3", - "IsLimitUser": "1", - "LimitPeopleNum": "100", - "BeginTime": "2023-07-07 16:00:00", - "EndTime": "2023-07-07 17:00:00", - "SignUpDeadline": "2023-07-09 17:00:00", - "OpenNum": "0", - "OpenPeopleNum": "0", - "SignUpPeopleNum": "1", - "JoinPeopleNum": null, - "SharePeopleNum": "0", - "ShareNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ClickSignUpPeopleNum": "11" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.Id | 15 | String | 记录Id -data.Type | 1 | String | 类型 1-线上 2-线下 -data.Name | 线上活动3 | String | 活动名称 -data.IsLimitUser | 1 | String | 是否限额 1-限额,0-不限额 -data.LimitPeopleNum | 100 | String | 限额人数 -data.BeginTime | 2023-07-07 16:00:00 | String | 活动开始时间 -data.EndTime | 2023-07-07 17:00:00 | String | 活动结束时间 -data.SignUpDeadline | 2023-07-09 17:00:00 | String | 报名截止时间 -data.OpenNum | 0 | String | 打开次数 -data.OpenPeopleNum | 0 | String | 打开人数 -data.SignUpPeopleNum | 1 | String | 报名人数 -data.JoinPeopleNum | null | Null | 参与人数 -data.SharePeopleNum | 0 | String | 分享人数 -data.ShareNum | 0 | String | 分享次数 -data.ConvertPatientNum | 0 | String | 转化患者数 -data.FollowUserNum | 0 | String | 关注人数 -data.ClickSignUpPeopleNum | 11 | String | 点击报名按钮人数 -## /患者运营/后台/活动/统计列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/stat-list&count=10&page=1&Id=52&StartDate=&EndDate=&IsAsc=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/stat-list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Id | 52 | String | 是 | - -StartDate | - | String | 是 | - -EndDate | - | String | 是 | - -IsAsc | 1 | String | 是 | 是否日期升序 1-是,2-不是 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "StatDate": "2023-07-09", - "OpenNum": "0", - "OpenUserNum": "0", - "SignUpUserNum": "0", - "ClickSignUpUserNum": "11", - "JoinUserNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ShareNum": "0", - "ShareUserNum": "0" - } - ], - "pages": 1, - "count": "1", - "page": 1, - "total": { - "OpenNum": "0", - "OpenUserNum": "0", - "SignUpUserNum": "0", - "ClickSignUpUserNum": "11", - "JoinUserNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ShareNum": "0", - "ShareUserNum": "0" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.StatDate | 2023-07-09 | String | 显示时间 -data.list.OpenNum | 0 | String | 打开次数 -data.list.OpenUserNum | 0 | String | 打开人数 -data.list.SignUpUserNum | 0 | String | 报名人数 -data.list.ClickSignUpUserNum | 11 | String | 点击报名按钮人数 -data.list.JoinUserNum | 0 | String | 参与人数 -data.list.ConvertPatientNum | 0 | String | 转化患者数 -data.list.FollowUserNum | 0 | String | 关注人数 -data.list.ShareNum | 0 | String | 分享次数 -data.list.ShareUserNum | 0 | String | 分享人数 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 总条数 -data.page | 1 | Integer | 页码 -data.total | - | Object | 总数 -data.total.OpenNum | 0 | String | 打开次数 -data.total.OpenUserNum | 0 | String | 打开人数 -data.total.SignUpUserNum | 0 | String | 报名人数 -data.total.ClickSignUpUserNum | 11 | String | 点击报名按钮人数 -data.total.JoinUserNum | 0 | String | 参与人数 -data.total.ConvertPatientNum | 0 | String | 转化患者数 -data.total.FollowUserNum | 0 | String | 关注人数 -data.total.ShareNum | 0 | String | 分享次数 -data.total.ShareUserNum | 0 | String | 分享人数 -## /患者运营/后台/活动/统计列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=ActivityStatExport&Id=52&StartDate=&EndDate= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | ActivityStatExport | String | 是 | - -Id | 52 | String | 是 | 记录Id -StartDate | - | String | 是 | 开始日期 -EndDate | - | String | 是 | 结束日期 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "StatDate": "2023-07-09", - "OpenNum": "0", - "OpenUserNum": "0", - "SignUpUserNum": "0", - "JoinUserNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ShareNum": "0", - "ShareUserNum": "0" - } - ], - "pages": 1, - "count": "1", - "page": 1, - "total": { - "OpenNum": "0", - "OpenUserNum": "0", - "SignUpUserNum": "0", - "JoinUserNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ShareNum": "0", - "ShareUserNum": "0" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.list | - | Array | - -data.list.StatDate | 2023-07-09 | String | 统计日期 -data.list.OpenNum | 0 | String | 打开次数 -data.list.OpenUserNum | 0 | String | 打开人数 -data.list.SignUpUserNum | 0 | String | 报名人数 -data.list.JoinUserNum | 0 | String | 参与人数 -data.list.ConvertPatientNum | 0 | String | 转化患者数 -data.list.FollowUserNum | 0 | String | 关注人数 -data.list.ShareNum | 0 | String | 分享次数 -data.list.ShareUserNum | 0 | String | 分享人数 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -data.page | 1 | Integer | 页码 -data.total | - | Object | - -data.total.OpenNum | 0 | String | 打开次数 -data.total.OpenUserNum | 0 | String | 打开人数 -data.total.SignUpUserNum | 0 | String | 报名人数 -data.total.JoinUserNum | 0 | String | 参与人数 -data.total.ConvertPatientNum | 0 | String | 转化患者数 -data.total.FollowUserNum | 0 | String | 关注人数 -data.total.ShareNum | 0 | String | 分享次数 -data.total.ShareUserNum | 0 | String | 分享人数 -## /患者运营/后台/活动/所有活动统计图 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/all-stat-graph&StartDate=&EndDate=2023&DateType=4 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/all-stat-graph | String | 是 | - -StartDate | - | String | 是 | 开始日期 -EndDate | 2023 | String | 是 | 结束日期 -DateType | 4 | String | 是 | 日期 类型 1-日,2-周,3-月,4-年 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "StatDate": "2023", - "GroupField": "2023", - "OnlineOpenNum": 0, - "OnlineOpenUserNum": 0, - "OnlineSignUpUserNum": 0, - "OnlineJoinUserNum": 0, - "OnlineConvertPatientNum": 0, - "OnlineFollowUserNum": 0, - "OnlineShareNum": 0, - "OnlineShareUserNum": 0, - "OfflineOpenNum": 0, - "OfflineOpenUserNum": 0, - "OfflineSignUpUserNum": 0, - "OfflineJoinUserNum": 0, - "OfflineConvertPatientNum": 0, - "OfflineFollowUserNum": 0, - "OfflineShareNum": 0, - "OfflineShareUserNum": 0 - } - ] - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.list | - | Array | - -data.list.StatDate | 2023 | String | 显示时间 -data.list.GroupField | 2023 | String | - -data.list.OnlineOpenNum | 0 | Integer | 线上打开次数 -data.list.OnlineOpenUserNum | 0 | Integer | 线上打开人数 -data.list.OnlineSignUpUserNum | 0 | Integer | 线上报名人数 -data.list.OnlineJoinUserNum | 0 | Integer | 线上参与人数 -data.list.OnlineConvertPatientNum | 0 | Integer | 线上转化患者数 -data.list.OnlineFollowUserNum | 0 | Integer | 线上关注人数 -data.list.OnlineShareNum | 0 | Integer | 线上分享次数 -data.list.OnlineShareUserNum | 0 | Integer | 线上分享人数 -data.list.OfflineOpenNum | 0 | Integer | 线下打开次数 -data.list.OfflineOpenUserNum | 0 | Integer | 线下打开人数 -data.list.OfflineSignUpUserNum | 0 | Integer | 线下报名人数 -data.list.OfflineJoinUserNum | 0 | Integer | 线下参与人数 -data.list.OfflineConvertPatientNum | 0 | Integer | 线下转化患者数 -data.list.OfflineFollowUserNum | 0 | Integer | 线下关注人数 -data.list.OfflineShareNum | 0 | Integer | 线下分享次数 -data.list.OfflineShareUserNum | 0 | Integer | 线下分享人数 -## /患者运营/后台/活动/所有活动统计列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/all-stat-list&StartDate=2023-07-01&EndDate=2023-07-16&DateType=2&Type=&count=&page= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/all-stat-list | String | 是 | - -StartDate | 2023-07-01 | String | 是 | 开始日期 -EndDate | 2023-07-16 | String | 是 | 结束日期 -DateType | 2 | String | 是 | 日期 类型 1-日,2-周,3-月,4-年 -Type | - | String | 是 | 活动类型 1-线上,2-线下 -count | - | String | 是 | 每页条数 -page | - | String | 是 | 页码 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "StatDate": "07-03-07-09", - "GroupField": "202327", - "OpenNum": "0", - "OpenUserNum": "0", - "SignUpUserNum": "0", - "JoinUserNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ShareNum": "0", - "ShareUserNum": "0" - } - ], - "Total": { - "OpenNum": "0", - "OpenUserNum": "0", - "SignUpUserNum": "0", - "JoinUserNum": "0", - "ConvertPatientNum": "0", - "FollowUserNum": "0", - "ShareNum": "0", - "ShareUserNum": "0" - }, - "pages": 1, - "page": 0, - "count": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 状态码 0-成功,非0-不成功 -data | - | Object | - -data.list | - | Array | - -data.list.StatDate | 07-03-07-09 | String | 显示时间 -data.list.GroupField | 202327 | String | - -data.list.OpenNum | 0 | String | 打开次数 -data.list.OpenUserNum | 0 | String | 打开人数 -data.list.SignUpUserNum | 0 | String | 报名人数 -data.list.JoinUserNum | 0 | String | 参与人数 -data.list.ConvertPatientNum | 0 | String | 转化患者数 -data.list.FollowUserNum | 0 | String | 关注人数 -data.list.ShareNum | 0 | String | 分享次数 -data.list.ShareUserNum | 0 | String | 分享人数 -data.Total | - | Object | - -data.Total.OpenNum | 0 | String | 打开次数 -data.Total.OpenUserNum | 0 | String | 打开人数 -data.Total.SignUpUserNum | 0 | String | 报名人数 -data.Total.JoinUserNum | 0 | String | 参与人数 -data.Total.ConvertPatientNum | 0 | String | 转化患者数 -data.Total.FollowUserNum | 0 | String | 关注人数 -data.Total.ShareNum | 0 | String | 分享次数 -data.Total.ShareUserNum | 0 | String | 分享人数 -data.pages | 1 | Integer | - -data.page | 0 | Integer | 页码 -data.count | 1 | String | 每页条数 -## /患者运营/后台/活动/所有活动统计列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=ActivityAllStatExport&StartDate=2023-07-01&EndDate=2023-07-16&DateType=2&Type= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | ActivityAllStatExport | String | 是 | - -StartDate | 2023-07-01 | String | 是 | 开始日期 -EndDate | 2023-07-16 | String | 是 | 结束日期 -DateType | 2 | String | 是 | 日期 类型 1-日,2-周,3-月,4-年 -Type | - | String | 是 | 活动类型 1-线上,2-线下 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/获取活动小程序码 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/get-qr-code&Id=32 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/get-qr-code | String | 是 | - -Id | 32 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /患者运营/后台/活动/活动观看记录列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=activity/watch-list&count=10&page=1&Search=&ActivityId=61 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | activity/watch-list | String | 是 | - -count | 10 | String | 是 | 每页条数 -page | 1 | String | 是 | 页码 -Search | - | String | 是 | 关键字 -ActivityId | 61 | String | 是 | 活动Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "list": [ - { - "UserId": "332", - "Name": "", - "Telephone": "", - "MeetingUserName": ".·", - "Duration": "1分钟", - "JoinTime": "2023-07-18 18:11:13", - "LeaveTime": "2023-07-18 18:20:29", - "JoinNum": "2", - "ActivityName": "华硕2023电脑发布会" - } - ], - "pages": 1, - "page": 1, - "count": "1" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.list | - | Array | - -data.list.UserId | 332 | String | 用户Id -data.list.Name | - | String | 用户姓名(本平台) -data.list.Telephone | - | String | 手机号 -data.list.MeetingUserName | .· | String | 会议昵称(腾旭会议) -data.list.Duration | 1分钟 | String | 累计参会时长 -data.list.JoinTime | 2023-07-18 18:11:13 | String | 首次进入时间 -data.list.LeaveTime | 2023-07-18 18:20:29 | String | 最后退回时间 -data.list.JoinNum | 2 | String | 入会次数 -data.list.ActivityName | 华硕2023电脑发布会 | String | 活动名称 -data.pages | 1 | Integer | 总页数 -data.page | 1 | Integer | 页码 -data.count | 1 | String | 总条数 -## /患者运营/后台/活动/活动观看记录列表导出 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=export/export&strategy=ActivityWatchExport&Search=&ActivityId=50 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | export/export | String | 是 | - -strategy | ActivityWatchExport | String | 是 | - -Search | - | String | 是 | 关键字 -ActivityId | 50 | String | 是 | 活动Id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /小程序配置 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /小程序配置/获取配置--后台 -```text -nurseTel 护士专线 -gift 礼品库 -train 康复训练 -story 我的故事 -article 精选荐读 -spread 扩展模块 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=mini-conf/get-config&userType=4 - -#### 请求方式 -> GET - -#### Content-Type -> urlencoded - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | mini-conf/get-config | Text | 是 | - -userType | 4 | String | 是 | 用户类型 1-空白用户,3-疾病患者,4-用药患者 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{"code":0,"data":[{"configId":"15","code":"spread1","name":"banner模块","sequence":"1","showNum":"0","showType":"1","showStatus":"1","subList":[{"spreadId":"1","title":"标题","img":"https:\/\/novoraredtststorage.blob.core.chinacloudapi.cn\/image\/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif","linkUrl":"\/pages\/alert\/index","showStatus":"1","configId":"15"}]},{"configId":"16","code":"activity1","name":"线下活动","sequence":"2","showNum":"0","showType":"1","showStatus":"1"},{"configId":"17","code":"activity2","name":"线上活动","sequence":"3","showNum":"0","showType":"1","showStatus":"1"},{"configId":"18","code":"article","name":"资讯模块","sequence":"4","showNum":"0","showType":"1","showStatus":"1","subList":[{"contentId":"1","configId":"18"},{"contentId":"34","configId":"18"},{"contentId":"5","configId":"18"},{"contentId":"6","configId":"18"}]},{"configId":"19","code":"video","name":"视频模块","sequence":"5","showNum":"0","showType":"1","showStatus":"1","subList":[{"contentId":"23","configId":"19"},{"contentId":"45","configId":"19"},{"contentId":"67","configId":"19"}]},{"configId":"20","code":"spread2","name":"banner模块","sequence":"6","showNum":"0","showType":"1","showStatus":"1","subList":[{"spreadId":"2","title":"标题","img":"https:\/\/novoraredtststorage.blob.core.chinacloudapi.cn\/image\/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif","linkUrl":"\/pages\/alert\/index","showStatus":"1","configId":"20"}]},{"configId":"21","code":"story","name":"故事模块","sequence":"7","showNum":"0","showType":"1","showStatus":"1"},{"configId":"22","code":"serviceConf","name":"服务配置","sequence":"8","showNum":"2","showType":"1","showStatus":"1","subList":[{"spreadId":"3","title":"标题","img":"https:\/\/novoraredtststorage.blob.core.chinacloudapi.cn\/image\/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif","linkUrl":"\/pages\/alert\/index","showStatus":"1","configId":"22"}]},{"configId":"23","code":"nurseTel","name":"护士专线","sequence":"9","showNum":"0","showType":"1","showStatus":"1"}]} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 类型 -data | - | Array | 返回数据 -data.configId | 15 | String | 配置Id -data.code | spread1 | String | 类型 -data.name | banner模块 | String | 模块名 -data.sequence | 1 | String | 序号 -data.showNum | 0 | String | 展示数量 -data.showType | 1 | String | 展示规则:1-智能展示,2-默认展示 -data.showStatus | 1 | String | 排序 -data.subList | - | Array | 子列表 code为[''] -data.subList.spreadId | 1 | String | - -data.subList.title | 标题 | String | - -data.subList.img | https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif | String | - -data.subList.linkUrl | /pages/alert/index | String | - -data.subList.showStatus | 1 | String | 排序 -data.subList.configId | 15 | String | 配置Id -## /小程序配置/设置配置--后台 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=mini-conf/set-config&userType=4 - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | mini-conf/set-config | Text | 是 | - -userType | 4 | String | 是 | 用户类型 1-空白用户,3-疾病用户,4-用药患者 -#### 请求Body参数 -```javascript -[ - { - "configId": "15", - "code": "spread1", - "name": "banner模块", - "sequence": "1", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "title": "标题", - "img": "https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif", - "linkUrl": "/pages/alert/index", - "showStatus": 1 - } - ] - }, - { - "configId": "16", - "code": "activity1", - "name": "线下活动", - "sequence": "2", - "showNum": "0", - "showType": "1", - "showStatus": "1" - }, - { - "configId": "17", - "code": "activity2", - "name": "线上活动", - "sequence": "3", - "showNum": "0", - "showType": "1", - "showStatus": "1" - }, - { - "configId": "18", - "code": "article", - "name": "资讯模块", - "sequence": "4", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [1,34,5,6] - }, - { - "configId": "19", - "code": "video", - "name": "视频模块", - "sequence": "5", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [23,45,67] - }, - { - "configId": "20", - "code": "spread2", - "name": "banner模块", - "sequence": "6", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "title": "标题", - "img": "https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif", - "linkUrl": "/pages/alert/index", - "showStatus": 1 - } - ] - }, - { - "configId": "21", - "code": "story", - "name": "故事模块", - "sequence": "7", - "showNum": "0", - "showType": "1", - "showStatus": "1" - }, - { - "configId": "22", - "code": "serviceConf", - "name": "服务配置", - "sequence": "8", - "showNum": "2", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "title": "标题", - "img": "https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif", - "linkUrl": "/pages/alert/index", - "showStatus": 1 - } - ] - }, - { - "configId": "23", - "code": "nurseTel", - "name": "护士专线", - "sequence": "9", - "showNum": "0", - "showType": "1", - "showStatus": "1" - } -] -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -configId | 15 | String | 是 | 配置Id -code | spread1 | String | 是 | 模块编码 -name | banner模块 | String | 是 | 模块名 -sequence | 1 | String | 是 | 排序 -showNum | 0 | String | 是 | 展示数量 -showType | 1 | String | 是 | 展示规则:1-智能展示,2-默认展示 -showStatus | 1 | String | 是 | 状态,1-有效,100-删除 -subList | - | Array | 是 | 子列表 code为[''article','video'']是Id数组,code为['spread1','spread2','serviceConf']是对象数组 -subList.title | 标题 | String | 是 | 文案 -subList.img | https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif | String | 是 | 图片 -subList.linkUrl | /pages/alert/index | String | 是 | 链接(小程序链接) -subList.showStatus | 1 | Integer | 是 | 展示状态,1-展示,2-不展示 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": "保存成功!" -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | - | Number | 配置模块编码 -data | 保存成功! | String | 返回数据 -## /小程序配置/获取配置--小程序 -```text -nurseTel 护士专线 -gift 礼品库 -train 康复训练 -story 我的故事 -article 精选荐读 -spread 扩展模块 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/mini-conf/get-config&userType=3 - -#### 请求方式 -> GET - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/mini-conf/get-config | Text | 是 | - -userType | 3 | String | 是 | 用户类型 1-空白用户,3-疾病患者,4-用药患者 -#### 请求Body参数 -```javascript - -``` -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": [ - { - "configId": "15", - "code": "spread1", - "name": "banner模块", - "sequence": "1", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "spreadId": "1", - "title": "标题", - "img": "https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif", - "linkUrl": "/pages/alert/index", - "showStatus": "1", - "configId": "15" - } - ] - }, - { - "configId": "16", - "code": "activity1", - "name": "线下活动", - "sequence": "2", - "showNum": "0", - "showType": "1", - "showStatus": "1" - }, - { - "configId": "17", - "code": "activity2", - "name": "线上活动", - "sequence": "3", - "showNum": "0", - "showType": "1", - "showStatus": "1" - }, - { - "configId": "18", - "code": "article", - "name": "资讯模块", - "sequence": "4", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "contentId": "1", - "configId": "18" - }, - { - "contentId": "34", - "configId": "18" - }, - { - "contentId": "5", - "configId": "18" - }, - { - "contentId": "6", - "configId": "18" - } - ] - }, - { - "configId": "19", - "code": "video", - "name": "视频模块", - "sequence": "5", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "contentId": "23", - "configId": "19" - }, - { - "contentId": "45", - "configId": "19" - }, - { - "contentId": "67", - "configId": "19" - } - ] - }, - { - "configId": "20", - "code": "spread2", - "name": "banner模块", - "sequence": "6", - "showNum": "0", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "spreadId": "2", - "title": "标题", - "img": "https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif", - "linkUrl": "/pages/alert/index", - "showStatus": "1", - "configId": "20" - } - ] - }, - { - "configId": "21", - "code": "story", - "name": "故事模块", - "sequence": "7", - "showNum": "0", - "showType": "1", - "showStatus": "1" - }, - { - "configId": "22", - "code": "serviceConf", - "name": "服务配置", - "sequence": "8", - "showNum": "2", - "showType": "1", - "showStatus": "1", - "subList": [ - { - "spreadId": "3", - "title": "标题", - "img": "https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif", - "linkUrl": "/pages/alert/index", - "showStatus": "1", - "configId": "22" - } - ] - }, - { - "configId": "23", - "code": "nurseTel", - "name": "护士专线", - "sequence": "9", - "showNum": "0", - "showType": "1", - "showStatus": "1" - } - ] -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | 配置模块编码 -data | - | Array | 返回数据 -data.configId | 15 | String | 配置Id -data.code | spread1 | String | 类型 -data.name | banner模块 | String | 模块名 -data.sequence | 1 | String | 序号 -data.showNum | 0 | String | 展示数量 -data.showType | 1 | String | 展示规则:1-智能展示,2-默认展示 -data.showStatus | 1 | String | 排序 -data.subList | - | Array | 子列表 code为[''] -data.subList.spreadId | 1 | String | - -data.subList.title | 标题 | String | - -data.subList.img | https://novoraredtststorage.blob.core.chinacloudapi.cn/image/16796478703050.bc2d29879201f1e960e9916ab444d826_180x180.gif | String | - -data.subList.linkUrl | /pages/alert/index | String | - -data.subList.showStatus | 1 | String | 排序 -data.subList.configId | 15 | String | 配置Id -## /医院 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医院/后台 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医院/后台/添加/编辑医院 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=hospital/add - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | hospital/add | String | 是 | - -#### 请求Body参数 -```javascript -{ - "id": "", - "Imgs": "", - "IsCOE": "2", - "IsHaveDrug": "2", - "IsKeyFollow": "2", - "Name": "协和", - "HospitalClassification": "3", - "HospitalLevel": "1", - "Address": "北京市东城区帅府园1号", - "ProvinceId": "110000", - "CityId": "110100", - "CountyId": "110101", - "IsMedical":1 -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -id | - | String | 是 | - -Imgs | - | String | 是 | 图片 -IsCOE | 2 | String | 是 | - -IsHaveDrug | 2 | String | 是 | - -IsKeyFollow | 2 | String | 是 | - -Name | 协和 | String | 是 | - -HospitalClassification | 3 | String | 是 | - -HospitalLevel | 1 | String | 是 | - -Address | 北京市东城区帅府园1号 | String | 是 | 地址 -ProvinceId | 110000 | String | 是 | - -CityId | 110100 | String | 是 | - -CountyId | 110101 | String | 是 | - -IsMedical | 2 | Integer | 是 | 是否医保,1-是,2-否 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医院/后台/PC--医院列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=hospital/list&IsMedical=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | hospital/list | String | 是 | - -IsMedical | 1 | String | 是 | 是否医保,1-是,2-否 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "page": 1, - "pages": 1, - "count": "1", - "list": [ - { - "Id": "1", - "Name": "协和", - "Code": "", - "Introduce": "", - "ProvinceId": "110000", - "ProvinceName": "北京市", - "CityId": "110100", - "CityName": "北京市", - "CountyId": "110101", - "CountyName": "东城区", - "AreaId": "0", - "AreaName": "", - "Address": "北京市东城区帅府园1号", - "LNG": "116.416291", - "LAT": "39.914262", - "Telephone": "", - "HospitalClassification": "3", - "HospitalLevel": "1", - "RegionId": "0", - "TerritoryType": "0", - "TerritoryOneId": "0", - "TerritoryOneName": "", - "TerritoryOneUserName": "", - "TerritoryTwoId": "0", - "TerritoryTwoName": "", - "TerritoryTwoUserName": "", - "Imgs": "", - "IsCOE": "2", - "IsShow": "1", - "IsHaveDrug": "2", - "CreateWorkerId": "1959", - "CreateTime": "2026-05-15 15:59:40", - "UpdateWorkerId": "1959", - "UpdateTime": "2026-05-15 15:59:41", - "DeleteWorkerId": "0", - "DeleteTime": null, - "RegionInfoId": "0", - "RegionType": "0", - "RegionLTwoId": "0", - "RegionLTwoName": "", - "RegionLTwoUserName": "", - "RegionLThreeId": "0", - "RegionLThreeName": "", - "RegionLThreeUserName": "", - "RegionLFourId": "0", - "RegionLFourName": "", - "RegionLFourUserName": "", - "IsKeyFollow": "2", - "IsOutProject": "2", - "HospitalType": "1", - "IsMedical": "1", - "IsMedicalName": "是", - "IsCOEName": "否", - "IsKeyFollowName": "否", - "IsOutProjectName": "否", - "HospitalTypeName": "其他" - } - ], - "isCoeList": { - "1": "是", - "2": "否" - }, - "isMedicalList": { - "1": "是", - "2": "否" - }, - "isKeyFollowList": { - "1": "是", - "2": "否" - }, - "isOutProjectList": { - "1": "是", - "2": "否" - }, - "hospitalTypeList": { - "1": "其他", - "2": "emerging", - "3": "rising", - "4": "leading" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.page | 1 | Integer | 页码 -data.pages | 1 | Integer | 总页数 -data.count | 1 | String | 每页条数 -data.list | - | Array | 列表数据 -data.list.Id | 1 | String | 记录id -data.list.Name | 协和 | String | 活动名称 -data.list.Code | - | String | - -data.list.Introduce | - | String | - -data.list.ProvinceId | 110000 | String | - -data.list.ProvinceName | 北京市 | String | - -data.list.CityId | 110100 | String | - -data.list.CityName | 北京市 | String | - -data.list.CountyId | 110101 | String | - -data.list.CountyName | 东城区 | String | - -data.list.AreaId | 0 | String | - -data.list.AreaName | - | String | - -data.list.Address | 北京市东城区帅府园1号 | String | - -data.list.LNG | 116.416291 | String | - -data.list.LAT | 39.914262 | String | - -data.list.Telephone | - | String | 手机号 -data.list.HospitalClassification | 3 | String | - -data.list.HospitalLevel | 1 | String | - -data.list.RegionId | 0 | String | - -data.list.TerritoryType | 0 | String | - -data.list.TerritoryOneId | 0 | String | - -data.list.TerritoryOneName | - | String | - -data.list.TerritoryOneUserName | - | String | - -data.list.TerritoryTwoId | 0 | String | - -data.list.TerritoryTwoName | - | String | - -data.list.TerritoryTwoUserName | - | String | - -data.list.Imgs | - | String | - -data.list.IsCOE | 2 | String | - -data.list.IsShow | 1 | String | - -data.list.IsHaveDrug | 2 | String | - -data.list.CreateWorkerId | 1959 | String | - -data.list.CreateTime | 2026-05-15 15:59:40 | String | 创建时间 -data.list.UpdateWorkerId | 1959 | String | - -data.list.UpdateTime | 2026-05-15 15:59:41 | String | - -data.list.DeleteWorkerId | 0 | String | - -data.list.DeleteTime | null | Null | - -data.list.RegionInfoId | 0 | String | - -data.list.RegionType | 0 | String | - -data.list.RegionLTwoId | 0 | String | - -data.list.RegionLTwoName | - | String | - -data.list.RegionLTwoUserName | - | String | - -data.list.RegionLThreeId | 0 | String | - -data.list.RegionLThreeName | - | String | - -data.list.RegionLThreeUserName | - | String | - -data.list.RegionLFourId | 0 | String | - -data.list.RegionLFourName | - | String | - -data.list.RegionLFourUserName | - | String | - -data.list.IsKeyFollow | 2 | String | 是否重点跟进,1-是,2-否 -data.list.IsOutProject | 2 | String | - -data.list.HospitalType | 1 | String | - -data.list.IsMedical | 1 | String | 是否医保,1-是,2-否 -data.list.IsMedicalName | 是 | String | - -data.list.IsCOEName | 否 | String | - -data.list.IsKeyFollowName | 否 | String | 是否重点跟进 -data.list.IsOutProjectName | 否 | String | - -data.list.HospitalTypeName | 其他 | String | - -data.isCoeList | - | Object | - -data.isCoeList.1 | 是 | String | - -data.isCoeList.2 | 否 | String | - -data.isMedicalList | - | Object | - -data.isMedicalList.1 | 是 | String | - -data.isMedicalList.2 | 否 | String | - -data.isKeyFollowList | - | Object | 是否重点跟进,列表 -data.isKeyFollowList.1 | 是 | String | - -data.isKeyFollowList.2 | 否 | String | - -data.isOutProjectList | - | Object | - -data.isOutProjectList.1 | 是 | String | - -data.isOutProjectList.2 | 否 | String | - -data.hospitalTypeList | - | Object | - -data.hospitalTypeList.1 | 其他 | String | - -data.hospitalTypeList.2 | emerging | String | - -data.hospitalTypeList.3 | rising | String | - -data.hospitalTypeList.4 | leading | String | - -## /医院/后台/PC--医院详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=hospital/detail&Id=1 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | hospital/detail | String | 是 | - -Id | 1 | String | 是 | 医院id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": 1, - "Name": "协和", - "Code": "", - "Introduce": "", - "ProvinceId": 110000, - "ProvinceName": "北京市", - "CityId": 110100, - "CityName": "北京市", - "CountyId": 110101, - "CountyName": "东城区", - "AreaId": 0, - "AreaName": "", - "Address": "北京市东城区帅府园1号", - "LNG": 116.416291, - "LAT": 39.914262, - "Telephone": "", - "HospitalClassification": 3, - "HospitalLevel": 1, - "RegionId": 0, - "TerritoryType": 0, - "TerritoryOneId": 0, - "TerritoryOneName": "", - "TerritoryOneUserName": "", - "TerritoryTwoId": 0, - "TerritoryTwoName": "", - "TerritoryTwoUserName": "", - "Imgs": "", - "IsCOE": 2, - "IsShow": 1, - "IsHaveDrug": 2, - "CreateWorkerId": 1959, - "CreateTime": "2026-05-15 15:59:40", - "UpdateWorkerId": 1959, - "UpdateTime": "2026-05-15 15:59:41", - "DeleteWorkerId": 0, - "DeleteTime": null, - "RegionInfoId": 0, - "RegionType": 0, - "RegionLTwoId": 0, - "RegionLTwoName": "", - "RegionLTwoUserName": "", - "RegionLThreeId": 0, - "RegionLThreeName": "", - "RegionLThreeUserName": "", - "RegionLFourId": 0, - "RegionLFourName": "", - "RegionLFourUserName": "", - "IsKeyFollow": 2, - "IsOutProject": 2, - "HospitalType": 1, - "IsMedical": 1, - "doctors": [], - "HospitalClassificationName": "三级", - "HospitalLevelName": "甲等", - "RegionIdName": "", - "HospitalTypeName": "其他" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.Id | 1 | Integer | 记录Id -data.Name | 协和 | String | - -data.Code | - | String | - -data.Introduce | - | String | - -data.ProvinceId | 110000 | Integer | - -data.ProvinceName | 北京市 | String | - -data.CityId | 110100 | Integer | - -data.CityName | 北京市 | String | - -data.CountyId | 110101 | Integer | - -data.CountyName | 东城区 | String | - -data.AreaId | 0 | Integer | - -data.AreaName | - | String | - -data.Address | 北京市东城区帅府园1号 | String | - -data.LNG | 116.416291 | Number | - -data.LAT | 39.914262 | Number | - -data.Telephone | - | String | - -data.HospitalClassification | 3 | Integer | - -data.HospitalLevel | 1 | Integer | - -data.RegionId | 0 | Integer | - -data.TerritoryType | 0 | Integer | - -data.TerritoryOneId | 0 | Integer | - -data.TerritoryOneName | - | String | - -data.TerritoryOneUserName | - | String | - -data.TerritoryTwoId | 0 | Integer | - -data.TerritoryTwoName | - | String | - -data.TerritoryTwoUserName | - | String | - -data.Imgs | - | String | - -data.IsCOE | 2 | Integer | - -data.IsShow | 1 | Integer | - -data.IsHaveDrug | 2 | Integer | - -data.CreateWorkerId | 1959 | Integer | - -data.CreateTime | 2026-05-15 15:59:40 | String | 本次创建时间 -data.UpdateWorkerId | 1959 | Integer | - -data.UpdateTime | 2026-05-15 15:59:41 | String | - -data.DeleteWorkerId | 0 | Integer | - -data.DeleteTime | null | Null | - -data.RegionInfoId | 0 | Integer | - -data.RegionType | 0 | Integer | - -data.RegionLTwoId | 0 | Integer | - -data.RegionLTwoName | - | String | - -data.RegionLTwoUserName | - | String | - -data.RegionLThreeId | 0 | Integer | - -data.RegionLThreeName | - | String | - -data.RegionLThreeUserName | - | String | - -data.RegionLFourId | 0 | Integer | - -data.RegionLFourName | - | String | - -data.RegionLFourUserName | - | String | - -data.IsKeyFollow | 2 | Integer | 是否重点跟进,1-是,2-否 -data.IsOutProject | 2 | Integer | - -data.HospitalType | 1 | Integer | - -data.IsMedical | 1 | Integer | 是否医保,1-是,2-否 -data.doctors | - | Array | - -data.HospitalClassificationName | 三级 | String | - -data.HospitalLevelName | 甲等 | String | - -data.RegionIdName | - | String | - -data.HospitalTypeName | 其他 | String | - -## /医院/小程序 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -loginState | {{loginState}} | - -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医院/小程序/根据坐标获取省份 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/hospital/location-info&lng=116.378731&lat=32.026706 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/hospital/location-info | String | 是 | - -lng | 116.378731 | String | 是 | 经度 -lat | 32.026706 | String | 是 | 纬度 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - - "code": 0, - "data": { - "ProvinceId": "110000", //省份ID - "ProvinceName": "北京市" //省份名称 - } - -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.ProvinceId | 110000 | String | 省份ID -data.ProvinceName | 北京市 | String | 省份名称 -## /医院/小程序/医院列表 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/hospital/list&lng=&lat=&Name=&ProvinceId=&CityId= - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/hospital/list | String | 是 | - -lng | - | String | 是 | - -lat | - | String | 是 | - -Name | - | String | 是 | - -ProvinceId | - | String | 是 | - -CityId | - | String | 是 | 城市id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医院/小程序/医院详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> m.igg4.hbraas.com?r=igg4/hospital/detail&Id=1&lng=113.28643500000001&lat=23.111162999999998 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/hospital/detail | String | 是 | - -Id | 1 | String | 是 | - -lng | 113.28643500000001 | String | 是 | - -lat | 23.111162999999998 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": 1, - "Name": "协和", - "Code": "", - "Introduce": "", - "ProvinceId": 110000, - "ProvinceName": "北京市", - "CityId": 110100, - "CityName": "北京市", - "CountyId": 110101, - "CountyName": "东城区", - "AreaId": 0, - "AreaName": "", - "Address": "北京市东城区帅府园1号", - "LNG": 116.416291, - "LAT": 39.914262, - "Telephone": "", - "HospitalClassification": 3, - "HospitalLevel": 1, - "RegionId": 0, - "TerritoryType": 0, - "TerritoryOneId": 0, - "TerritoryOneName": "", - "TerritoryOneUserName": "", - "TerritoryTwoId": 0, - "TerritoryTwoName": "", - "TerritoryTwoUserName": "", - "Imgs": "", - "IsCOE": 2, - "IsShow": 1, - "IsHaveDrug": 2, - "CreateWorkerId": 1959, - "CreateTime": "2026-05-15 15:59:40", - "UpdateWorkerId": 1959, - "UpdateTime": "2026-05-15 15:59:41", - "DeleteWorkerId": 0, - "DeleteTime": null, - "RegionInfoId": 0, - "RegionType": 0, - "RegionLTwoId": 0, - "RegionLTwoName": "", - "RegionLTwoUserName": "", - "RegionLThreeId": 0, - "RegionLThreeName": "", - "RegionLThreeUserName": "", - "RegionLFourId": 0, - "RegionLFourName": "", - "RegionLFourUserName": "", - "IsKeyFollow": 2, - "IsOutProject": 2, - "HospitalType": 1, - "IsMedical": 1, - "doctors": [ - { - "Id": 1, - "Name": "秦医生", - "Img": "", - "Telephone": "", - "MobilePhone": "", - "HospitalId": 1, - "Introduce": "呵呵", - "ClinicType": 1, - "Clinic": "\"\"", - "IsShow": 1, - "CreateWorkerId": 1959, - "CreateTime": "2026-05-15 16:06:27", - "UpdateWorkerId": 1959, - "UpdateTime": "2026-05-15 16:06:27", - "DeleteWorkerId": 0, - "DeleteTime": null, - "IsActive": 0, - "FirstLoginTime": null, - "LastOpenStatus": 2, - "FirstOpenTime": "2026-05-15 16:06:27", - "LastOpenTime": "2026-05-15 16:06:27", - "LastActiveStatus": 2, - "FirstActiveTime": null, - "LastActiveTime": null, - "IsViewHistory": 2, - "IsRecommend": 1, - "Department": "全科", - "JobTitle": "主任医师" - } - ], - "HospitalClassificationName": "三级", - "HospitalLevelName": "甲等", - "RegionIdName": "", - "HospitalTypeName": "其他", - "dist": "1892.01km", - "CanGetScore": false - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.Id | 1 | Integer | - -data.Name | 协和 | String | - -data.Code | - | String | - -data.Introduce | - | String | 简介 -data.ProvinceId | 110000 | Integer | - -data.ProvinceName | 北京市 | String | - -data.CityId | 110100 | Integer | - -data.CityName | 北京市 | String | - -data.CountyId | 110101 | Integer | - -data.CountyName | 东城区 | String | - -data.AreaId | 0 | Integer | - -data.AreaName | - | String | - -data.Address | 北京市东城区帅府园1号 | String | 地址 -data.LNG | 116.416291 | Number | - -data.LAT | 39.914262 | Number | - -data.Telephone | - | String | 手机 -data.HospitalClassification | 3 | Integer | - -data.HospitalLevel | 1 | Integer | - -data.RegionId | 0 | Integer | - -data.TerritoryType | 0 | Integer | - -data.TerritoryOneId | 0 | Integer | - -data.TerritoryOneName | - | String | - -data.TerritoryOneUserName | - | String | - -data.TerritoryTwoId | 0 | Integer | - -data.TerritoryTwoName | - | String | - -data.TerritoryTwoUserName | - | String | - -data.Imgs | - | String | 图片 -data.IsCOE | 2 | Integer | - -data.IsShow | 1 | Integer | - -data.IsHaveDrug | 2 | Integer | - -data.CreateWorkerId | 1959 | Integer | - -data.CreateTime | 2026-05-15 15:59:40 | String | - -data.UpdateWorkerId | 1959 | Integer | - -data.UpdateTime | 2026-05-15 15:59:41 | String | - -data.DeleteWorkerId | 0 | Integer | - -data.DeleteTime | null | Null | - -data.RegionInfoId | 0 | Integer | - -data.RegionType | 0 | Integer | - -data.RegionLTwoId | 0 | Integer | - -data.RegionLTwoName | - | String | - -data.RegionLTwoUserName | - | String | - -data.RegionLThreeId | 0 | Integer | - -data.RegionLThreeName | - | String | - -data.RegionLThreeUserName | - | String | - -data.RegionLFourId | 0 | Integer | - -data.RegionLFourName | - | String | - -data.RegionLFourUserName | - | String | - -data.IsKeyFollow | 2 | Integer | - -data.IsOutProject | 2 | Integer | - -data.HospitalType | 1 | Integer | - -data.IsMedical | 1 | Integer | 是否医保,1-是,2-否 -data.doctors | - | Array | - -data.doctors.Id | 1 | Integer | - -data.doctors.Name | 秦医生 | String | 姓名 -data.doctors.Img | - | String | - -data.doctors.Telephone | - | String | 手机 -data.doctors.MobilePhone | - | String | - -data.doctors.HospitalId | 1 | Integer | 医院Id -data.doctors.Introduce | 呵呵 | String | 简介 -data.doctors.ClinicType | 1 | Integer | - -data.doctors.Clinic | "" | String | - -data.doctors.IsShow | 1 | Integer | - -data.doctors.CreateWorkerId | 1959 | Integer | - -data.doctors.CreateTime | 2026-05-15 16:06:27 | String | - -data.doctors.UpdateWorkerId | 1959 | Integer | - -data.doctors.UpdateTime | 2026-05-15 16:06:27 | String | - -data.doctors.DeleteWorkerId | 0 | Integer | - -data.doctors.DeleteTime | null | Null | - -data.doctors.IsActive | 0 | Integer | - -data.doctors.FirstLoginTime | null | Null | - -data.doctors.LastOpenStatus | 2 | Integer | - -data.doctors.FirstOpenTime | 2026-05-15 16:06:27 | String | - -data.doctors.LastOpenTime | 2026-05-15 16:06:27 | String | - -data.doctors.LastActiveStatus | 2 | Integer | - -data.doctors.FirstActiveTime | null | Null | - -data.doctors.LastActiveTime | null | Null | - -data.doctors.IsViewHistory | 2 | Integer | - -data.doctors.IsRecommend | 1 | Integer | - -data.doctors.Department | 全科 | String | 科室 -data.doctors.JobTitle | 主任医师 | String | 职称 -data.HospitalClassificationName | 三级 | String | - -data.HospitalLevelName | 甲等 | String | - -data.RegionIdName | - | String | - -data.HospitalTypeName | 其他 | String | - -data.dist | 1892.01km | String | - -data.CanGetScore | false | Boolean | - -## /医院/小程序/医生详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> https://m.igg4.hbraas.com/?r=igg4/doctor/detail&Id=1&lng=113.28643500000001&lat=23.111162999999998 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | igg4/doctor/detail | String | 是 | - -Id | 1 | String | 是 | - -lng | 113.28643500000001 | String | 是 | - -lat | 23.111162999999998 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": "1", - "Name": "秦医生", - "Img": "https://m.igg4.hbraas.com/zd/doctor/doctor_a.jpg", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "1", - "Introduce": "呵呵", - "ClinicType": "1", - "Clinic": "", - "IsShow": "1", - "CreateWorkerId": "1959", - "CreateTime": "2026-05-15 16:06:27", - "UpdateWorkerId": "1959", - "UpdateTime": "2026-05-15 16:06:27", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "2", - "FirstOpenTime": "2026-05-15 16:06:27", - "LastOpenTime": "2026-05-15 16:06:27", - "LastActiveStatus": "2", - "FirstActiveTime": null, - "LastActiveTime": null, - "IsViewHistory": "2", - "IsRecommend": "1", - "Department": "全科", - "JobTitle": "主任医师", - "hospital": { - "Id": 1, - "Name": "协和", - "Code": "", - "Introduce": "", - "ProvinceId": 110000, - "ProvinceName": "北京市", - "CityId": 110100, - "CityName": "北京市", - "CountyId": 110101, - "CountyName": "东城区", - "AreaId": 0, - "AreaName": "", - "Address": "北京市东城区帅府园1号", - "LNG": 116.416291, - "LAT": 39.914262, - "Telephone": "", - "HospitalClassification": 3, - "HospitalLevel": 1, - "RegionId": 0, - "TerritoryType": 0, - "TerritoryOneId": 0, - "TerritoryOneName": "", - "TerritoryOneUserName": "", - "TerritoryTwoId": 0, - "TerritoryTwoName": "", - "TerritoryTwoUserName": "", - "Imgs": "", - "IsCOE": 2, - "IsShow": 1, - "IsHaveDrug": 2, - "CreateWorkerId": 1959, - "CreateTime": "2026-05-15 15:59:40", - "UpdateWorkerId": 1959, - "UpdateTime": "2026-05-15 15:59:41", - "DeleteWorkerId": 0, - "DeleteTime": null, - "RegionInfoId": 0, - "RegionType": 0, - "RegionLTwoId": 0, - "RegionLTwoName": "", - "RegionLTwoUserName": "", - "RegionLThreeId": 0, - "RegionLThreeName": "", - "RegionLThreeUserName": "", - "RegionLFourId": 0, - "RegionLFourName": "", - "RegionLFourUserName": "", - "IsKeyFollow": 2, - "IsOutProject": 2, - "HospitalType": 1, - "IsMedical": 1, - "HospitalClassificationName": "三级", - "HospitalLevelName": "甲等", - "RegionIdName": "", - "HospitalTypeName": "其他", - "dist": "1892.01km" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.Id | 1 | String | - -data.Name | 秦医生 | String | 姓名 -data.Img | https://m.igg4.hbraas.com/zd/doctor/doctor_a.jpg | String | - -data.Telephone | - | String | 手机 -data.MobilePhone | - | String | - -data.HospitalId | 1 | String | 医院Id -data.Introduce | 呵呵 | String | 简介 -data.ClinicType | 1 | String | - -data.Clinic | - | String | - -data.IsShow | 1 | String | - -data.CreateWorkerId | 1959 | String | - -data.CreateTime | 2026-05-15 16:06:27 | String | - -data.UpdateWorkerId | 1959 | String | - -data.UpdateTime | 2026-05-15 16:06:27 | String | - -data.DeleteWorkerId | 0 | String | - -data.DeleteTime | null | Null | - -data.IsActive | 0 | String | - -data.FirstLoginTime | null | Null | - -data.LastOpenStatus | 2 | String | - -data.FirstOpenTime | 2026-05-15 16:06:27 | String | - -data.LastOpenTime | 2026-05-15 16:06:27 | String | - -data.LastActiveStatus | 2 | String | - -data.FirstActiveTime | null | Null | - -data.LastActiveTime | null | Null | - -data.IsViewHistory | 2 | String | - -data.IsRecommend | 1 | String | - -data.Department | 全科 | String | 科室 -data.JobTitle | 主任医师 | String | 职称 -data.hospital | - | Object | - -data.hospital.Id | 1 | Integer | - -data.hospital.Name | 协和 | String | 姓名 -data.hospital.Code | - | String | - -data.hospital.Introduce | - | String | 简介 -data.hospital.ProvinceId | 110000 | Integer | - -data.hospital.ProvinceName | 北京市 | String | - -data.hospital.CityId | 110100 | Integer | - -data.hospital.CityName | 北京市 | String | - -data.hospital.CountyId | 110101 | Integer | - -data.hospital.CountyName | 东城区 | String | - -data.hospital.AreaId | 0 | Integer | - -data.hospital.AreaName | - | String | - -data.hospital.Address | 北京市东城区帅府园1号 | String | 地址 -data.hospital.LNG | 116.416291 | Number | - -data.hospital.LAT | 39.914262 | Number | - -data.hospital.Telephone | - | String | 手机 -data.hospital.HospitalClassification | 3 | Integer | - -data.hospital.HospitalLevel | 1 | Integer | - -data.hospital.RegionId | 0 | Integer | - -data.hospital.TerritoryType | 0 | Integer | - -data.hospital.TerritoryOneId | 0 | Integer | - -data.hospital.TerritoryOneName | - | String | - -data.hospital.TerritoryOneUserName | - | String | - -data.hospital.TerritoryTwoId | 0 | Integer | - -data.hospital.TerritoryTwoName | - | String | - -data.hospital.TerritoryTwoUserName | - | String | - -data.hospital.Imgs | - | String | 图片 -data.hospital.IsCOE | 2 | Integer | - -data.hospital.IsShow | 1 | Integer | - -data.hospital.IsHaveDrug | 2 | Integer | - -data.hospital.CreateWorkerId | 1959 | Integer | - -data.hospital.CreateTime | 2026-05-15 15:59:40 | String | - -data.hospital.UpdateWorkerId | 1959 | Integer | - -data.hospital.UpdateTime | 2026-05-15 15:59:41 | String | - -data.hospital.DeleteWorkerId | 0 | Integer | - -data.hospital.DeleteTime | null | Null | - -data.hospital.RegionInfoId | 0 | Integer | - -data.hospital.RegionType | 0 | Integer | - -data.hospital.RegionLTwoId | 0 | Integer | - -data.hospital.RegionLTwoName | - | String | - -data.hospital.RegionLTwoUserName | - | String | - -data.hospital.RegionLThreeId | 0 | Integer | - -data.hospital.RegionLThreeName | - | String | - -data.hospital.RegionLThreeUserName | - | String | - -data.hospital.RegionLFourId | 0 | Integer | - -data.hospital.RegionLFourName | - | String | - -data.hospital.RegionLFourUserName | - | String | - -data.hospital.IsKeyFollow | 2 | Integer | - -data.hospital.IsOutProject | 2 | Integer | - -data.hospital.HospitalType | 1 | Integer | - -data.hospital.IsMedical | 1 | Integer | 是否医保,1-是,2-否 -data.hospital.HospitalClassificationName | 三级 | String | - -data.hospital.HospitalLevelName | 甲等 | String | - -data.hospital.RegionIdName | - | String | - -data.hospital.HospitalTypeName | 其他 | String | - -data.hospital.dist | 1892.01km | String | - -## /医生 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生/后台 -```text -暂无描述 -``` -#### Header参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Query参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### Body参数 -参数名 | 示例值 | 参数描述 ---- | --- | --- -暂无参数 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生/后台/医生列表 -```text -## 导出: - 参数: - strategy = doctorList -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=doctor/list - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | doctor/list | String | 是 | - -OpenStatus | 1 | String | 是 | 开通状态 -OpenBeginDate | 2024-01-01 | String | 是 | 开通开始时间 -OpenEndDate | 2024-01-01 | String | 是 | 开通结束时间 -ActiveStatus | 1 | String | 是 | 激活状态 -ActiveBeginDate | 2024-01-01 | String | 是 | 激活开始时间 -ActiveEndDate | 2024-01-01 | String | 是 | 激活结束时间 -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "page": 1, - "pages": 2, - "count": "16", - "list": [ - { - "Id": "24", - "Name": "修", - "Img": "", - "Telephone": "17051000451", - "MobilePhone": "", - "HospitalId": "20", - "Introduce": "", - "Clinic": [ - { - "weekday": "3", - "timeType": "1" - } - ], - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2024-11-29 16:52:10", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-11-29 16:52:10", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "1", - "FirstLoginTime": "2024-11-29 17:10:59", - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "北京大学第一医院宁夏妇女儿童医院(宁夏回族自治区妇幼保健院)", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "22", - "Name": "juli", - "Img": "", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "23", - "Introduce": "", - "Clinic": [ - { - "weekday": "1", - "timeType": "1" - }, - { - "weekday": "1", - "timeType": "2" - }, - { - "weekday": "3", - "timeType": "1" - }, - { - "weekday": "3", - "timeType": "2" - }, - { - "weekday": "5", - "timeType": "1" - }, - { - "weekday": "6", - "timeType": "1" - }, - { - "weekday": "7", - "timeType": "2" - } - ], - "IsShow": "1", - "CreateWorkerId": "1959", - "CreateTime": "2024-09-21 15:42:34", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-09-23 15:23:58", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "1", - "FirstLoginTime": "2024-09-21 15:42:58", - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "天津医院", - "RegionName": "北二区", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "17", - "Name": "山西省汾阳医院医生", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/59e0e73e730e7f84e9c9c9e0ad7713de_17199922949736.jpg", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "20", - "Introduce": "", - "Clinic": "", - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2024-07-03 15:38:18", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-10-10 19:33:44", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "北京大学第一医院宁夏妇女儿童医院(宁夏回族自治区妇幼保健院)", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "16", - "Name": "乌兰察布市中心医院医生", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/ae435cf6053bba5c07149eda36a8fdce_17199922798929.jpg", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "21", - "Introduce": "", - "Clinic": "", - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2024-07-03 15:38:01", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-07-03 15:38:01", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "乌兰察布市中心医院", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "15", - "Name": "呼伦贝尔市人民医院医生", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/797ac9353a23435f5226e8efdb91765e_17199922579667.jpg", - "Telephone": "15567540859", - "MobilePhone": "", - "HospitalId": "23", - "Introduce": "", - "Clinic": "", - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2024-07-03 15:37:41", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-09-04 16:53:24", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "天津医院", - "RegionName": "北二区", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "14", - "Name": "秦医生", - "Img": "", - "Telephone": "15727378108", - "MobilePhone": "", - "HospitalId": "19", - "Introduce": "广州中医药大学第一附属医院肌病科主治医师,\n广东省中西结合协会转化医学专业委员会委员,\n广东省医疗安全协会消化分会委员\n师从国医大师学术继承人刘小斌教授,擅长中西医结合诊治神经肌肉疾病和脾胃系统疾病。目前已发表核心期刊论文10余篇,参与编写书籍3部。师从国医大师学术继承人刘小斌教授,擅长中西医结合诊治神经肌肉疾病和脾胃系统疾病。目前已发表核心期刊论文10余篇,参与编写书籍3部。师从国医大师学术继承人刘小斌教授,擅长中西医结合诊治神经肌肉疾病和脾胃系统疾病。目前已发表核心期刊论文10余篇,参与编写书籍3部。师从国医大师学术继承人刘小斌教授,擅长中西医结合诊治神经肌肉疾病和脾胃系统疾病。目前已发表核心期刊论文10余篇,参与编写书籍3部。师从国医大师学术继承人刘小斌教授,擅长中西医结合诊治神经肌肉疾病和脾胃系统疾病。目前已发表核心期刊论文10余篇,参与编写书籍3部。师从国医大师学术继承人刘小斌教授,擅长中西医结合诊治神经肌肉疾病和脾胃系统疾病。目前已发表核心期刊论文10余篇,参与编写书籍3部。", - "Clinic": [ - { - "weekday": 1, - "timeType": 2 - }, - { - "weekday": 3, - "timeType": 1 - } - ], - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2024-05-11 16:04:41", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-12-30 16:16:06", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "1", - "FirstLoginTime": "2024-10-10 19:53:39", - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "江西省人民医院", - "RegionName": "东一区", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "13", - "Name": "coe医生", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/21fce2e50d7e4a2963fc69d8eb82e0f5_17057159192875.jpg", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "9", - "Introduce": "", - "Clinic": [ - { - "weekday": "3", - "timeType": "1" - }, - { - "weekday": "3", - "timeType": "2" - } - ], - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2024-01-20 09:58:44", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-05-11 16:03:10", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "北京市和平里医院11111111", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "12", - "Name": "李玉江", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/623ac4633b8456d34db1e2a77925480a_16933886567269.png", - "Telephone": "18513583926", - "MobilePhone": "", - "HospitalId": "12", - "Introduce": "空军总医院泌尿外科男科副主任医师,毕业于华北煤炭医学院,大学本科。从事临床工作30余年,对男性不育、前列腺疾病、勃起功能障碍、生殖系感染、生殖器整形等男性疾病的诊治有丰富的临床经验", - "Clinic": [ - { - "weekday": "1", - "timeType": "1" - }, - { - "weekday": "2", - "timeType": "2" - }, - { - "weekday": "4", - "timeType": "1" - }, - { - "weekday": "4", - "timeType": "2" - }, - { - "weekday": "5", - "timeType": "1" - }, - { - "weekday": "7", - "timeType": "1" - }, - { - "weekday": "7", - "timeType": "2" - } - ], - "IsShow": "1", - "CreateWorkerId": "14510", - "CreateTime": "2023-08-30 17:44:18", - "UpdateWorkerId": "1960", - "UpdateTime": "2024-10-08 16:19:00", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "中国人民解放军空军特色医学中心特色医学中心", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "11", - "Name": "林华", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/1828e6db1ef20f4880c6a52e6f4c2b1a_16933884758384.png", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "13", - "Introduce": "主任医师、教授 首都医科大学附属复兴医院乳腺微创中心主任 中华医学会无微创外科委员会委员", - "Clinic": [ - { - "weekday": "3", - "timeType": "1" - }, - { - "weekday": "3", - "timeType": "2" - }, - { - "weekday": "6", - "timeType": "1" - }, - { - "weekday": "6", - "timeType": "2" - }, - { - "weekday": "7", - "timeType": "1" - }, - { - "weekday": "7", - "timeType": "2" - } - ], - "IsShow": "2", - "CreateWorkerId": "14510", - "CreateTime": "2023-08-30 17:41:18", - "UpdateWorkerId": "14510", - "UpdateTime": "2023-09-21 09:21:59", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "0", - "FirstLoginTime": null, - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "首都医科大学附属复兴医院", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - }, - { - "Id": "10", - "Name": "卢颖州", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/d28a58f22e0feae4f280e934abf5da7a_16933883753096.png", - "Telephone": "15735372506", - "MobilePhone": "", - "HospitalId": "13", - "Introduce": "产科临床29年,擅长胚胎胎儿发育异常,妊娠期甲减,甲亢,妊娠期糖尿病,前置胎盘,双胎妊娠,妊娠期高血压,肝内胆汁淤积症,RH阴性血型妊娠,妊娠合并宫颈病变等的诊治,围产期营养与保健,难产的处理,孕前咨询,产后母乳喂养,产褥期问题处理", - "Clinic": [ - { - "weekday": "1", - "timeType": "1" - }, - { - "weekday": "2", - "timeType": "1" - }, - { - "weekday": "3", - "timeType": "1" - }, - { - "weekday": "3", - "timeType": "2" - }, - { - "weekday": "4", - "timeType": "1" - }, - { - "weekday": "4", - "timeType": "2" - } - ], - "IsShow": "2", - "CreateWorkerId": "14510", - "CreateTime": "2023-08-30 17:39:37", - "UpdateWorkerId": "2180", - "UpdateTime": "2024-11-30 11:29:41", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "1", - "FirstLoginTime": "2024-11-30 11:30:17", - "LastOpenStatus": "0", - "FirstOpenTime": null, - "LastOpenTime": null, - "LastActiveStatus": "0", - "FirstActiveTime": null, - "LastActiveTime": null, - "HospitalName": "首都医科大学附属复兴医院", - "RegionName": "", - "LastOpenStatusName": "", - "LastActiveStatusName": "" - } - ], - "allDoctor": [ - { - "DoctorId": "1", - "DoctorName": "医生2", - "HospitalId": "3", - "HospitalName": "北京大学第一医院" - }, - { - "DoctorId": "2", - "DoctorName": "kola", - "HospitalId": "19", - "HospitalName": "江西省人民医院" - }, - { - "DoctorId": "3", - "DoctorName": "梁凯诚", - "HospitalId": "15", - "HospitalName": "苏州市立医院东区" - }, - { - "DoctorId": "4", - "DoctorName": "测试", - "HospitalId": "4", - "HospitalName": "测试测试" - }, - { - "DoctorId": "6", - "DoctorName": "测试222222222222222222222", - "HospitalId": "4", - "HospitalName": "测试测试" - }, - { - "DoctorId": "7", - "DoctorName": "默认打开", - "HospitalId": "3", - "HospitalName": "北京大学第一医院" - }, - { - "DoctorId": "10", - "DoctorName": "卢颖州", - "HospitalId": "13", - "HospitalName": "首都医科大学附属复兴医院" - }, - { - "DoctorId": "11", - "DoctorName": "林华", - "HospitalId": "13", - "HospitalName": "首都医科大学附属复兴医院" - }, - { - "DoctorId": "12", - "DoctorName": "李玉江", - "HospitalId": "12", - "HospitalName": "中国人民解放军空军特色医学中心特色医学中心" - }, - { - "DoctorId": "13", - "DoctorName": "coe医生", - "HospitalId": "9", - "HospitalName": "北京市和平里医院11111111" - }, - { - "DoctorId": "14", - "DoctorName": "秦医生", - "HospitalId": "19", - "HospitalName": "江西省人民医院" - }, - { - "DoctorId": "15", - "DoctorName": "呼伦贝尔市人民医院医生", - "HospitalId": "23", - "HospitalName": "天津医院" - }, - { - "DoctorId": "16", - "DoctorName": "乌兰察布市中心医院医生", - "HospitalId": "21", - "HospitalName": "乌兰察布市中心医院" - }, - { - "DoctorId": "17", - "DoctorName": "山西省汾阳医院医生", - "HospitalId": "20", - "HospitalName": "北京大学第一医院宁夏妇女儿童医院(宁夏回族自治区妇幼保健院)" - }, - { - "DoctorId": "22", - "DoctorName": "juli", - "HospitalId": "23", - "HospitalName": "天津医院" - }, - { - "DoctorId": "24", - "DoctorName": "修", - "HospitalId": "20", - "HospitalName": "北京大学第一医院宁夏妇女儿童医院(宁夏回族自治区妇幼保健院)" - } - ], - "openStatusList": { - "1": "关闭", - "2": "开通" - }, - "activeStatusList": { - "1": "未开通未激活", - "2": "开通未激活", - "3": "开通已激活" - } - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.page | 1 | Integer | 页码 -data.pages | 2 | Integer | 总页数 -data.count | 16 | String | 每页条数 -data.list | - | Array | 列表数据 -data.list.Id | 24 | String | 记录id -data.list.Name | 修 | String | 活动名称 -data.list.Img | - | String | - -data.list.Telephone | 17051000451 | String | 手机号 -data.list.MobilePhone | - | String | - -data.list.HospitalId | 20 | String | - -data.list.Introduce | - | String | - -data.list.Clinic | - | Array | - -data.list.Clinic.weekday | 3 | String | - -data.list.Clinic.timeType | 1 | String | - -data.list.IsShow | 1 | String | - -data.list.CreateWorkerId | 2180 | String | - -data.list.CreateTime | 2024-11-29 16:52:10 | String | 创建时间 -data.list.UpdateWorkerId | 2180 | String | - -data.list.UpdateTime | 2024-11-29 16:52:10 | String | - -data.list.DeleteWorkerId | 0 | String | - -data.list.DeleteTime | null | Null | - -data.list.IsActive | 1 | String | - -data.list.FirstLoginTime | 2024-11-29 17:10:59 | String | - -data.list.LastOpenStatus | 0 | String | 开通状态 -data.list.FirstOpenTime | null | Null | 第一次开通时间 -data.list.LastOpenTime | null | Null | 最新的开通时间 -data.list.LastActiveStatus | 0 | String | 激活状态 -data.list.FirstActiveTime | null | Null | 第一次激活时间 -data.list.LastActiveTime | null | Null | 最新的激活时间 -data.list.HospitalName | 北京大学第一医院宁夏妇女儿童医院(宁夏回族自治区妇幼保健院) | String | 医院 -data.list.RegionName | - | String | - -data.list.LastOpenStatusName | - | String | 开通状态名称 -data.list.LastActiveStatusName | - | String | 激活状态名称 -data.allDoctor | - | Array | - -data.allDoctor.DoctorId | 1 | String | 医生Id -data.allDoctor.DoctorName | 医生2 | String | - -data.allDoctor.HospitalId | 3 | String | - -data.allDoctor.HospitalName | 北京大学第一医院 | String | - -data.openStatusList | - | Object | 开通状态列表 -data.openStatusList.1 | 关闭 | String | - -data.openStatusList.2 | 开通 | String | - -data.activeStatusList | - | Object | 激活状态列表 -data.activeStatusList.1 | 未开通未激活 | String | - -data.activeStatusList.2 | 开通未激活 | String | - -data.activeStatusList.3 | 开通已激活 | String | - -## /医生/后台/添加/编辑医生 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=doctor/add - -#### 请求方式 -> POST - -#### Content-Type -> json - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | doctor/add | String | 是 | - -#### 请求Body参数 -```javascript -{ - "Img": "", - "Name": "秦医生", - "Telephone":"", - "HospitalId": "1", - "Introduce": "呵呵", - "OpenStatus": "2", - "ClinicType": "1", - "Department":"全科", - "JobTitle":"主任医师", - "Clinic[0][weekday]": "1", - "Clinic[0][timeType]": "1", - "Clinic[1][weekday]": "1", - "Clinic[1][timeType]": "2", - "Clinic[2][weekday]": "2", - "Clinic[2][timeType]": "1", - "Clinic[3][weekday]": "2", - "Clinic[3][timeType]": "2", - "Clinic[4][weekday]": "3", - "Clinic[4][timeType]": "1", - "Clinic[5][weekday]": "3", - "Clinic[5][timeType]": "2", - "Clinic[6][weekday]": "4", - "Clinic[6][timeType]": "1", - "Clinic[7][weekday]": "4", - "Clinic[7][timeType]": "2", - "Clinic[8][weekday]": "5", - "Clinic[8][timeType]": "1", - "Clinic[9][weekday]": "5", - "Clinic[9][timeType]": "2", - "Clinic[10][weekday]": "6", - "Clinic[10][timeType]": "2", - "Clinic[11][weekday]": "7", - "Clinic[11][timeType]": "1" -} -``` -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -Img | - | String | 是 | - -Name | 秦医生 | String | 是 | 姓名 -Telephone | - | String | 是 | 手机 -HospitalId | 1 | String | 是 | 医院Id -Introduce | 呵呵 | String | 是 | 简介 -OpenStatus | 2 | String | 是 | - -ClinicType | 1 | String | 是 | - -Department | 全科 | String | 是 | 科室 -JobTitle | 主任医师 | String | 是 | 职称 -Clinic[0][weekday] | 1 | String | 是 | - -Clinic[0][timeType] | 1 | String | 是 | - -Clinic[1][weekday] | 1 | String | 是 | - -Clinic[1][timeType] | 2 | String | 是 | - -Clinic[2][weekday] | 2 | String | 是 | - -Clinic[2][timeType] | 1 | String | 是 | - -Clinic[3][weekday] | 2 | String | 是 | - -Clinic[3][timeType] | 2 | String | 是 | - -Clinic[4][weekday] | 3 | String | 是 | - -Clinic[4][timeType] | 1 | String | 是 | - -Clinic[5][weekday] | 3 | String | 是 | - -Clinic[5][timeType] | 2 | String | 是 | - -Clinic[6][weekday] | 4 | String | 是 | - -Clinic[6][timeType] | 1 | String | 是 | - -Clinic[7][weekday] | 4 | String | 是 | - -Clinic[7][timeType] | 2 | String | 是 | - -Clinic[8][weekday] | 5 | String | 是 | - -Clinic[8][timeType] | 1 | String | 是 | - -Clinic[9][weekday] | 5 | String | 是 | - -Clinic[9][timeType] | 2 | String | 是 | - -Clinic[10][weekday] | 6 | String | 是 | - -Clinic[10][timeType] | 2 | String | 是 | - -Clinic[11][weekday] | 7 | String | 是 | - -Clinic[11][timeType] | 1 | String | 是 | - -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -## /医生/后台/医生详情 -```text -暂无描述 -``` -#### 接口状态 -> 开发中 - -#### 接口URL -> home.igg4.hbraas.com?r=doctor/detail&Id=2 - -#### 请求方式 -> GET - -#### Content-Type -> none - -#### 请求Query参数 -参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 ---- | --- | --- | --- | --- -r | doctor/detail | String | 是 | - -Id | 2 | String | 是 | 医生id -#### 认证方式 -```text -noauth -``` -#### 预执行脚本 -```javascript -暂无预执行脚本 -``` -#### 后执行脚本 -```javascript -暂无后执行脚本 -``` -#### 成功响应示例 -```javascript -{ - "code": 0, - "data": { - "Id": "28", - "Name": "111", - "Img": "https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/ae5bd379fa29559d9d0e46beb9974245_17376191709207.png", - "Telephone": "", - "MobilePhone": "", - "HospitalId": "22", - "Introduce": "", - "ClinicType": "1", - "Clinic": [], - "IsShow": "1", - "CreateWorkerId": "2180", - "CreateTime": "2025-01-23 15:59:33", - "UpdateWorkerId": "2180", - "UpdateTime": "2025-02-27 09:53:18", - "DeleteWorkerId": "0", - "DeleteTime": null, - "IsActive": "1", - "FirstLoginTime": "2025-02-21 18:18:41", - "LastOpenStatus": "2", - "FirstOpenTime": "2025-02-21 18:17:03", - "LastOpenTime": "2025-02-21 18:17:03", - "LastActiveStatus": "3", - "FirstActiveTime": "2025-02-21 18:18:41", - "LastActiveTime": "2025-02-21 18:18:41", - "HospitalName": "呼伦贝尔市人民医院" - } -} -``` -参数名 | 示例值 | 参数类型 | 参数描述 ---- | --- | --- | --- -code | 0 | Integer | - -data | - | Object | - -data.Id | 28 | String | 记录Id -data.Name | 111 | String | 活动名称 -data.Img | https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/ae5bd379fa29559d9d0e46beb9974245_17376191709207.png | String | - -data.Telephone | - | String | - -data.MobilePhone | - | String | - -data.HospitalId | 22 | String | - -data.Introduce | - | String | - -data.ClinicType | 1 | String | 门诊类型,1-单院区,2-多院区 -data.Clinic | - | Array | - -data.IsShow | 1 | String | - -data.CreateWorkerId | 2180 | String | - -data.CreateTime | 2025-01-23 15:59:33 | String | 本次创建时间 -data.UpdateWorkerId | 2180 | String | - -data.UpdateTime | 2025-02-27 09:53:18 | String | - -data.DeleteWorkerId | 0 | String | - -data.DeleteTime | null | Null | - -data.IsActive | 1 | String | - -data.FirstLoginTime | 2025-02-21 18:18:41 | String | - -data.LastOpenStatus | 2 | String | - -data.FirstOpenTime | 2025-02-21 18:17:03 | String | - -data.LastOpenTime | 2025-02-21 18:17:03 | String | - -data.LastActiveStatus | 3 | String | - -data.FirstActiveTime | 2025-02-21 18:18:41 | String | - -data.LastActiveTime | 2025-02-21 18:18:41 | String | - -data.HospitalName | 呼伦贝尔市人民医院 | String | - - - -{"target_id":"c40b7dea-3ad7-4854-91e1-1f927eb69698","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"c40b7dea-3ad7-4854-91e1-1f927eb69698","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"获取短息验证码","method":"POST","sort":17,"status":1,"create_dtime":1779012341,"update_dtime":"2026-05-17 18:05:41","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/login/send-verify-code","description":"","body":{"mode":"form-data","parameter":[{"description":"","field_type":"String","is_checked":1,"key":"mobile","value":"18513583927","not_null":1,"type":"Text","key_var":"","value_var":""}],"raw":"","raw_para":[],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/login/send-verify-code","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/login/send-verify-code"},"response":{"success":{"raw":"","parameter":[],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"} -## - - -健康问卷问题 -{"target_id":"d41445e2-ce89-4300-ad6c-763538701281","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"d41445e2-ce89-4300-ad6c-763538701281","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"健康问卷问题","method":"GET","sort":18,"status":1,"create_dtime":1779076063,"update_dtime":"2026-05-18 12:32:57","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/health-question/questionnaire-list","description":"","body":{"mode":"none","parameter":[],"raw":"","raw_para":[],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/health-question/questionnaire-list","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/health-question/questionnaire-list"},"response":{"success":{"raw":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"questions\": [\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 1,\n\t\t\t\t\"QuestionContent\": \"您目前被确诊的受累器官有哪些?(可多选)\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"泪腺/眼眶\",\n\t\t\t\t\t\"2\": \"唾液腺(腮腺、颌下腺)\",\n\t\t\t\t\t\"3\": \"胰腺\",\n\t\t\t\t\t\"4\": \"胆管/肝脏\",\n\t\t\t\t\t\"5\": \"肺部\",\n\t\t\t\t\t\"6\": \"肾脏\",\n\t\t\t\t\t\"7\": \"腹膜后\",\n\t\t\t\t\t\"8\": \"淋巴结\",\n\t\t\t\t\t\"9\": \"甲状腺\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}","parameter":[{"key":"code","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data","value":"","description":"","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.questions","value":"","description":"问题列表","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"data.questions.QuestionNo","value":"1","description":"问题序号","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.QuestionContent","value":"您目前被确诊的受累器官有哪些?(可多选)","description":"问题","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.QuestionType","value":"2","description":"类型 1-单选,2-多选","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.HasOther","value":"1","description":"是否有其他选项 1-有 0-没有","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.Options","value":"","description":"选项内容","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.questions.Options.1","value":"泪腺/眼眶","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.2","value":"唾液腺(腮腺、颌下腺)","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.3","value":"胰腺","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.4","value":"胆管/肝脏","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.5","value":"肺部","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.6","value":"肾脏","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.7","value":"腹膜后","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.8","value":"淋巴结","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.9","value":"甲状腺","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.99","value":"其他","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1}],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"} - -获取患者的问卷答案 -{"target_id":"0fafdb00-73d7-4a1f-ac53-03e2fed1b53e","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"0fafdb00-73d7-4a1f-ac53-03e2fed1b53e","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"获取患者的问卷答案","method":"GET","sort":19,"status":1,"create_dtime":1779076210,"update_dtime":"2026-05-18 12:34:39","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/health-question/get-patient-questionnaire","description":"","body":{"mode":"none","parameter":[],"raw":"","raw_para":[],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/health-question/get-patient-questionnaire","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/health-question/get-patient-questionnaire"},"response":{"success":{"raw":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"patientId\": 1,\n\t\t\"hasSubmitted\": true,\n\t\t\"latestSubmitTime\": \"2026-05-18 12:18:12\",\n\t\t\"questions\": [\n\t\t\t{\n\t\t\t\t\"QuestionNo\": 1,\n\t\t\t\t\"QuestionContent\": \"您目前被确诊的受累器官有哪些?(可多选)\",\n\t\t\t\t\"QuestionType\": 2,\n\t\t\t\t\"HasOther\": 1,\n\t\t\t\t\"Options\": {\n\t\t\t\t\t\"1\": \"泪腺/眼眶\",\n\t\t\t\t\t\"2\": \"唾液腺(腮腺、颌下腺)\",\n\t\t\t\t\t\"3\": \"胰腺\",\n\t\t\t\t\t\"4\": \"胆管/肝脏\",\n\t\t\t\t\t\"5\": \"肺部\",\n\t\t\t\t\t\"6\": \"肾脏\",\n\t\t\t\t\t\"7\": \"腹膜后\",\n\t\t\t\t\t\"8\": \"淋巴结\",\n\t\t\t\t\t\"9\": \"甲状腺\",\n\t\t\t\t\t\"99\": \"其他\"\n\t\t\t\t},\n\t\t\t\t\"Answer\": [\n\t\t\t\t\t1\n\t\t\t\t],\n\t\t\t\t\"AnswerText\": [\n\t\t\t\t\t\"泪腺/眼眶\"\n\t\t\t\t],\n\t\t\t\t\"OtherText\": \"\",\n\t\t\t\t\"SubmitTime\": \"2026-05-18 12:18:12\",\n\t\t\t\t\"Version\": \"2\",\n\t\t\t\t\"UserId\": \"4\"\n\t\t\t}\n\t\t],\n\t\t\"patientName\": \"charlie\"\n\t}\n}","parameter":[{"key":"code","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data","value":"","description":"","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.patientId","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.hasSubmitted","value":"true","description":"患者是否提交过问卷","not_null":1,"field_type":"Boolean","type":"Text","is_checked":1},{"key":"data.latestSubmitTime","value":"2026-05-18 12:18:12","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions","value":"","description":"问题列表","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"data.questions.QuestionNo","value":"1","description":"问题序号","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.QuestionContent","value":"您目前被确诊的受累器官有哪些?(可多选)","description":"问题","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.QuestionType","value":"2","description":"类型 1-单选,2-多选","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.HasOther","value":"1","description":"是否有其他选项 1-有 0-没有","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.questions.Options","value":"","description":"选项内容","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.questions.Options.1","value":"泪腺/眼眶","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.2","value":"唾液腺(腮腺、颌下腺)","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.3","value":"胰腺","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.4","value":"胆管/肝脏","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.5","value":"肺部","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.6","value":"肾脏","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.7","value":"腹膜后","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.8","value":"淋巴结","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.9","value":"甲状腺","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Options.99","value":"其他","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Answer","value":"1","description":"答案 多选为数组,单选为数字","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"data.questions.AnswerText","value":"泪腺/眼眶","description":"答案文本","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"data.questions.OtherText","value":"","description":"其他文本","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.SubmitTime","value":"2026-05-18 12:18:12","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.Version","value":"2","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.questions.UserId","value":"4","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.patientName","value":"charlie","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1}],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"} - -提交健康问卷 -{"target_id":"65ed2ac8-5f37-4d2b-ac37-56082e895fdf","user_id":223104,"recent_user_id":223104,"project_id":"1460f681-044b-4f46-b62f-193b91174404","local_target_id":"65ed2ac8-5f37-4d2b-ac37-56082e895fdf","local_parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7","mark":"developing","target_type":"api","example_type":"0","name":"提交健康问卷","method":"POST","sort":20,"status":1,"create_dtime":1779078955,"update_dtime":"2026-05-18 12:35:55","local_server_id":"","extend_server_id":"","extend_server_data":null,"local_server_data":null,"modifier_id":"UUSO6D8EE7AB","created_uuid":"UUSO6D8EE7AB","create_users":{"create_user":"charlie","update_user":"charlie"},"attribute_info":[],"enable_server_mock":-1,"mock_server_url":"","mock_url":"","request":{"url":"https://m.igg4.hbraas.com/?r=igg4/health-question/submit-questionnaire","description":"","body":{"mode":"json","parameter":[],"raw":"{\r\n \"answers\":[\r\n {\"questionNo\":1,\"answer\":[1,2]},\r\n {\"questionNo\":2,\"answer\":1},\r\n {\"questionNo\":3,\"answer\":[1,2,3,99],\"otherText\":\"益生素\"},\r\n {\"questionNo\":4,\"answer\":2}\r\n ]\r\n}","raw_para":[{"key":"answers","value":"","description":"","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"key":"answers.questionNo","value":"1","description":"问题号","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"answers.answer","value":"1","description":"答案 多选为数组,单选为数字","not_null":1,"field_type":"Array","type":"Text","is_checked":1},{"description":"答案 其他文本","field_type":"String","is_checked":1,"key":"answers.otherText","value":"","not_null":1,"type":"Text"}],"raw_schema":{"type":"object"}},"event":{"pre_script":"","test":""},"auth":{"type":"noauth","kv":{"key":"","value":""},"bearer":{"key":""},"basic":{"username":"","password":""},"digest":{"username":"","password":"","realm":"","nonce":"","algorithm":"","qop":"","nc":"","cnonce":"","opaque":""},"hawk":{"authId":"","authKey":"","algorithm":"","user":"","nonce":"","extraData":"","app":"","delegation":"","timestamp":"","includePayloadHash":-1},"awsv4":{"accessKey":"","secretKey":"","region":"","service":"","sessionToken":"","addAuthDataToQuery":-1},"ntlm":{"username":"","password":"","domain":"","workstation":"","disableRetryRequest":1},"edgegrid":{"accessToken":"","clientToken":"","clientSecret":"","nonce":"","timestamp":"","baseURi":"","headersToSign":""},"oauth1":{"consumerKey":"","consumerSecret":"","signatureMethod":"","addEmptyParamsToSign":-1,"includeBodyHash":-1,"addParamsToHeader":-1,"realm":"","version":"1.0","nonce":"","timestamp":"","verifier":"","callback":"","tokenSecret":"","token":""}},"header":{"parameter":[]},"query":{"parameter":[{"description":"","is_checked":1,"key":"r","type":"Text","not_null":1,"field_type":"String","value":"igg4/health-question/submit-questionnaire","key_var":"","value_var":""}]},"cookie":{"parameter":[]},"resful":{"parameter":[]},"origin_url":"https://{{m}}/?r=igg4/health-question/submit-questionnaire"},"response":{"success":{"raw":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"UserId\": \"4\",\n\t\t\"PatientId\": 1,\n\t\t\"PatientName\": \"查处\",\n\t\t\"AuditStatus\": 0,\n\t\t\"UserType\": 3,\n\t\t\"RelationType\": 1,\n\t\t\"UserImg\": \"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png\",\n\t\t\"Telephone\": \"18513583927\",\n\t\t\"EntryThreePeriod\": 0,\n\t\t\"EntryFourPeriod\": 0,\n\t\t\"MedicineAuditSwitch\": \"0\",\n\t\t\"has7DayAdl\": 0,\n\t\t\"isFollow\": 0,\n\t\t\"isShowFollowGuide\": 1,\n\t\t\"UserRegTime\": \"2026-05-12 10:24:39\",\n\t\t\"AdlNotifySwitch\": 1,\n\t\t\"OpenTraining\": 0,\n\t\t\"IsRootUser\": 1,\n\t\t\"AgeYear\": 0,\n\t\t\"AgeMonth\": 0,\n\t\t\"Birth\": \"\",\n\t\t\"Gender\": 1,\n\t\t\"AgeRange\": 1,\n\t\t\"DiagnosisTimeRange\": 1,\n\t\t\"AntibodyType\": 0,\n\t\t\"ThyroidAbnormal\": 0,\n\t\t\"PreviousConvulsion\": 0,\n\t\t\"TraditionalImmunosuppressant\": 0,\n\t\t\"MedicalInsuranceType\": 0,\n\t\t\"DiagnosisTime\": \"\",\n\t\t\"DiagnoseType\": 0,\n\t\t\"DiagnoseImg\": \"\",\n\t\t\"CommitTime\": null,\n\t\t\"RejectReason\": \"\",\n\t\t\"IsSick\": 1,\n\t\t\"PatientCanFollowUp\": 3,\n\t\t\"IsUseDrugs\": 2,\n\t\t\"UseDrugsAuditStatus\": 0,\n\t\t\"UseDrugsAuditTime\": null,\n\t\t\"UseDrugsRejectReason\": \"\",\n\t\t\"UseDrugsImg\": \"\",\n\t\t\"UseDrugsCommitTime\": null,\n\t\t\"JoinDays\": 1,\n\t\t\"HasSelf\": true,\n\t\t\"DiagnosisCertificate\": \"\",\n\t\t\"InviteDoctorId\": 0,\n\t\t\"ExclusiveDoctorId\": null,\n\t\t\"ExclusiveDoctorImg\": null,\n\t\t\"ExclusiveDoctorName\": null,\n\t\t\"ExclusiveDoctorHospitalId\": null,\n\t\t\"ExclusiveDoctorHospitalName\": null,\n\t\t\"ExclusiveDoctorHospitalClassification\": null,\n\t\t\"ExclusiveDoctorHospitalClassificationName\": null,\n\t\t\"ExclusiveDoctorHospitalLevel\": null,\n\t\t\"ExclusiveDoctorHospitalLevelName\": null,\n\t\t\"EntryTwoPeriod\": 0,\n\t\t\"IsHasRecommendDoctor\": 2\n\t}\n}","parameter":[{"key":"code","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data","value":"","description":"","not_null":1,"field_type":"Object","type":"Object","is_checked":1},{"key":"data.UserId","value":"4","description":"UserId","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.PatientId","value":"1","description":"PatientId","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.PatientName","value":"查处","description":"患者姓名","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.AuditStatus","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UserType","value":"3","description":"用户类型 1-空白用户,2-注册用户,3-疾病患者,4-用药患者","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.RelationType","value":"1","description":"与患者的关系 1-本人,2-亲友","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UserImg","value":"https://picsissiok-10049618.cos.ap-shanghai.myqcloud.com/2e344a04caa95332ca809ec487325915_16888035774582.png","description":"用户头像","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.Telephone","value":"18513583927","description":"手机号","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.EntryThreePeriod","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.EntryFourPeriod","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.MedicineAuditSwitch","value":"0","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.has7DayAdl","value":"0","description":"7天内是否有adl 1-有,0-没有","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.isFollow","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.isShowFollowGuide","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UserRegTime","value":"2026-05-12 10:24:39","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.AdlNotifySwitch","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.OpenTraining","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.IsRootUser","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AgeYear","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AgeMonth","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.Birth","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.Gender","value":"1","description":"性别 1-男 2-女","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AgeRange","value":"1","description":"年龄范围1-<40岁,2-40-49岁,3-50-59岁,4-60-69岁,5-70-79岁,6-80岁以上","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.DiagnosisTimeRange","value":"1","description":"确诊时间范围 1-6个月以内 2-6个月-3年 3-3年以上","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.AntibodyType","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.ThyroidAbnormal","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.PreviousConvulsion","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.TraditionalImmunosuppressant","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.MedicalInsuranceType","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.DiagnosisTime","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.DiagnoseType","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.DiagnoseImg","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.CommitTime","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.RejectReason","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.IsSick","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.PatientCanFollowUp","value":"3","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.IsUseDrugs","value":"2","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UseDrugsAuditStatus","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.UseDrugsAuditTime","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.UseDrugsRejectReason","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.UseDrugsImg","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.UseDrugsCommitTime","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.JoinDays","value":"1","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.HasSelf","value":"true","description":"","not_null":1,"field_type":"Boolean","type":"Text","is_checked":1},{"key":"data.DiagnosisCertificate","value":"","description":"","not_null":1,"field_type":"String","type":"Text","is_checked":1},{"key":"data.InviteDoctorId","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorId","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorImg","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalId","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalClassification","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalClassificationName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalLevel","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.ExclusiveDoctorHospitalLevelName","value":"null","description":"","not_null":1,"field_type":"Null","type":"Text","is_checked":1},{"key":"data.EntryTwoPeriod","value":"0","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1},{"key":"data.IsHasRecommendDoctor","value":"2","description":"","not_null":1,"field_type":"Integer","type":"Text","is_checked":1}],"expect":{"name":"成功","isDefault":1,"code":200,"contentType":"json","verifyType":"schema","schema":[],"mock":""}},"error":{"raw":"","parameter":[],"expect":{"name":"失败","isDefault":-1,"code":404,"contentType":"json","verifyType":"schema","schema":[],"mock":""}}},"parent_id":"6053d1c2-b278-446e-9a73-986ea84d9ea7"}