榜点招生平台

榜点招生平台


修改教材配送数据

<p>[toc]</p> <h2>修改教材配送数据</h2> <h3>请求地址</h3> <p>/student_text_book_order/update/textbookDelivery/{id}</p> <h3>请求方式</h3> <p>POST </p> <p>&gt; Body 请求参数</p> <pre><code class="language-json">{ &amp;quot;collegeId&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;collegeMajorId&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;gradeId&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;majorLevelCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;schoolYear&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;textbookCode&amp;quot;: &amp;quot;string&amp;quot; }</code></pre> <h3>请求参数</h3> <table> <thead> <tr> <th>名称</th> <th>位置</th> <th>类型</th> <th>必选</th> <th>中文名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>path</td> <td>string</td> <td>是</td> <td>id</td> </tr> <tr> <td>TOKEN</td> <td>header</td> <td>string</td> <td>否</td> <td>none</td> </tr> <tr> <td>body</td> <td>body</td> <td><a href="#schemaupdatetextbookorderparams">UpdateTextbookOrderParams</a></td> <td>否</td> <td>UpdateTextbookOrderParams</td> <td>none</td> </tr> </tbody> </table> <h3>返回数据结构</h3> <pre><code class="language-json">{ &amp;quot;code&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;data&amp;quot;: {}, &amp;quot;field&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;msg&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;pageNum&amp;quot;: 0, &amp;quot;pageSize&amp;quot;: 0, &amp;quot;success&amp;quot;: true, &amp;quot;total&amp;quot;: 0, &amp;quot;totalPages&amp;quot;: 0 } </code></pre> <h3>返回属性</h3> <table> <thead> <tr> <th>名称</th> <th>类型</th> <th>必选</th> <th>约束</th> <th>中文名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>code</td> <td>string</td> <td>true</td> <td>none</td> <td>响应码</td> </tr> <tr> <td>data</td> <td>object</td> <td>true</td> <td>none</td> <td>响应的数据内容</td> </tr> <tr> <td>field</td> <td>string</td> <td>false</td> <td>none</td> <td>错误的的字段</td> </tr> <tr> <td>msg</td> <td>string</td> <td>true</td> <td>none</td> <td>用户可看的成功或失败的描述</td> </tr> <tr> <td>pageNum</td> <td>integer(int32)</td> <td>false</td> <td>none</td> <td>当前页码</td> </tr> <tr> <td>pageSize</td> <td>integer(int32)</td> <td>false</td> <td>none</td> <td>页面分页大小</td> </tr> <tr> <td>success</td> <td>boolean</td> <td>true</td> <td>none</td> <td>响应结果(true、false表示成功或失败)</td> </tr> <tr> <td>total</td> <td>integer(int64)</td> <td>false</td> <td>none</td> <td>分页条件查询出的总数据数</td> </tr> <tr> <td>totalPages</td> <td>integer(int32)</td> <td>false</td> <td>none</td> <td>计算出来的总共页数</td> </tr> </tbody> </table> <p>&lt;a id=&quot;schema_UpdateTextbookOrderParams&quot;&gt;&lt;/a&gt;</p> <pre><code class="language-json">{ &amp;quot;collegeId&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;collegeMajorId&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;gradeId&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;majorLevelCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;schoolYear&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;textbookCode&amp;quot;: &amp;quot;string&amp;quot; } </code></pre> <h3>UpdateTextbookOrderParams属性</h3> <table> <thead> <tr> <th>名称</th> <th>类型</th> <th>必选</th> <th>约束</th> <th>中文名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>collegeId</td> <td>string</td> <td>false</td> <td>none</td> <td>外键,院校,t_college.id</td> </tr> <tr> <td>collegeMajorId</td> <td>string</td> <td>false</td> <td>none</td> <td>外键,院校专业,t_college_major.id</td> </tr> <tr> <td>gradeId</td> <td>string</td> <td>false</td> <td>none</td> <td>外键,年级,t_grade.id</td> </tr> <tr> <td>majorLevelCode</td> <td>string</td> <td>false</td> <td>none</td> <td>数据字典,专业层次(字典code)</td> </tr> <tr> <td>remarks</td> <td>string</td> <td>false</td> <td>none</td> <td>备注</td> </tr> <tr> <td>schoolYear</td> <td>string</td> <td>false</td> <td>none</td> <td>学年</td> </tr> <tr> <td>textbookCode</td> <td>string</td> <td>false</td> <td>none</td> <td>教材代码(多个用、隔开)</td> </tr> </tbody> </table>

页面列表

ITEM_HTML