代调课oa消息类型查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>代调课oa消息类型查询接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/leave/getDtkOaSetList.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code> {
"errcode": 0,
"errmsg": "查询成功",
"dataJson":{
"campusid":"0",
"fgsid":"ding6f34e443f18c3ecc",
"warntype1":{
"value":"提前10分钟",
"id":"1"
},
"warntype2":{
"value":"提前1小时",
"id":"3"
},
"setid":"1040782278751420416",
"warntype3":{
"value":"提前30分钟",
"id":"2"
}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">warntype1</td>
<td style="text-align: left;">JSON</td>
<td>消息通知1</td>
</tr>
<tr>
<td style="text-align: left;">warntype2</td>
<td style="text-align: left;">JSON</td>
<td>消息通知2</td>
</tr>
<tr>
<td style="text-align: left;">warntype3</td>
<td style="text-align: left;">JSON</td>
<td>消息通知3</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</p>