公共模块SDK-API清单

基础公共数据SDK清单,应用场景及方法实例


通过节假日ID获取到Algo的Holiday对象

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>通过节假日ID获取到Algo的Holiday对象</li> </ul> <h5>注入接口</h5> <pre><code class="language-java">@Autowired private HolidayRepository pubHolidayRepository;</code></pre> <h5>接口名称</h5> <pre><code class="language-java">Holiday constructHoliday(String holidayId);</code></pre> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">holidayId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>节假日ID【多个以逗号拼接】</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> 返回String类型的节假日编码</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5>

页面列表

ITEM_HTML