心血管随访


随访方案详情

<p>[TOC]</p> <h5>说明</h5> <ul> <li><code>测试环境URL 以 http://192.168.2.92:8080 开头</code></li> </ul> <h5>请求URL</h5> <ul> <li><code>/system/program/{id}</code></li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td>String</td> <td>登录接口返回的用户 token</td> </tr> </tbody> </table> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求参数示例</h5> <ul> <li><a href="http://localhost:8080/test/system/program/6">http://localhost:8080/test/system/program/6</a></li> </ul> <h5>请求参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">String</td> <td>方案id</td> </tr> </tbody> </table> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">String</td> <td>接口返回状态码 0000 表示成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>接口返回提示信息 success 表示成功 其他内容表示异常提示信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">Object</td> <td>接口返回对象 code = 0000 有值</td> </tr> </tbody> </table> <h5>data 参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">Long</td> <td>方案id</td> </tr> <tr> <td style="text-align: left;">programName</td> <td style="text-align: left;">String</td> <td>方案名称</td> </tr> <tr> <td style="text-align: left;">programType</td> <td style="text-align: left;">String</td> <td>方案类型</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">String</td> <td>发布状态</td> </tr> <tr> <td style="text-align: left;">releaseTime</td> <td style="text-align: left;">String</td> <td>发布时间</td> </tr> <tr> <td style="text-align: left;">createTime</td> <td style="text-align: left;">String</td> <td>创建时间</td> </tr> </tbody> </table> <h5>missionList 参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">Long</td> <td>任务id</td> </tr> <tr> <td style="text-align: left;">programId</td> <td style="text-align: left;">String</td> <td>任务关联的方案id</td> </tr> <tr> <td style="text-align: left;">missionType</td> <td style="text-align: left;">String</td> <td>任务类型</td> </tr> <tr> <td style="text-align: left;">content</td> <td style="text-align: left;">String</td> <td>任务内容</td> </tr> <tr> <td style="text-align: left;">frequency</td> <td style="text-align: left;">String</td> <td>频次</td> </tr> <tr> <td style="text-align: left;">remindTime</td> <td style="text-align: left;">String</td> <td>提醒时间</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: &amp;quot;0000&amp;quot;,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;data&amp;quot;: {             &amp;quot;id&amp;quot;: 6,             &amp;quot;programName&amp;quot;: &amp;quot;随访方案3333&amp;quot;,             &amp;quot;programType&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;programDesc&amp;quot;: null,             &amp;quot;status&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;releaseTime&amp;quot;: null,             &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2025-03-04 14:53:26&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2025-03-04 14:53:26&amp;quot;,             &amp;quot;createBy&amp;quot;: null,             &amp;quot;updateBy&amp;quot;: null,             &amp;quot;missionList&amp;quot;: [                 {                     &amp;quot;id&amp;quot;: 3,                     &amp;quot;programId&amp;quot;: &amp;quot;6&amp;quot;,                     &amp;quot;missionType&amp;quot;: &amp;quot;吃药提醒&amp;quot;,                     &amp;quot;content&amp;quot;: &amp;quot;&amp;quot;,                     &amp;quot;frequency&amp;quot;: &amp;quot;每天&amp;quot;,                     &amp;quot;remindTime&amp;quot;: &amp;quot;早上8点,中午13点,晚上9点&amp;quot;,                     &amp;quot;missionBeginTime&amp;quot;: null,                     &amp;quot;missionEndTime&amp;quot;: null,                     &amp;quot;delFlag&amp;quot;: &amp;quot;0&amp;quot;,                     &amp;quot;createBy&amp;quot;: null,                     &amp;quot;updateBy&amp;quot;: null,                     &amp;quot;createTime&amp;quot;: &amp;quot;2025-03-04 14:53:26&amp;quot;,                     &amp;quot;updateTime&amp;quot;: &amp;quot;2025-03-04 14:53:26&amp;quot;                 }             ]         }     } }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML