01-接口说明
<ul>
<li>
<p>1、调用泛微系统API接口需要先调用获取token认证接口,参考02-获取token。</p>
</li>
<li>2、拿到第一步token认证接口的返回token值,调用业务接口,头部传appid|token|skipsession参数,业务数据传Body。</li>
<li>3、test-接口相关信息</li>
</ul>
<table>
<thead>
<tr>
<th>key</th>
<th>val</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>ip</td>
<td>192.168.19.157</td>
<td>测试-ip-x86环境</td>
</tr>
<tr>
<td>appName</td>
<td>紫光档案系统</td>
<td>测试-授权业务名称</td>
</tr>
<tr>
<td>appid</td>
<td>unis</td>
<td>测试-授权业务appid</td>
</tr>
<tr>
<td>secret</td>
<td>09e04da3-3937-43ce-8620-8fe81d96b61e</td>
<td>测试-授权业务secret</td>
</tr>
<tr>
<td>key</td>
<td>rhsiv0wrwnuvfviz</td>
<td>测试-授权业务key</td>
</tr>
</tbody>
</table>
<ul>
<li>4、prod-接口相关信息</li>
</ul>
<table>
<thead>
<tr>
<th>key</th>
<th>val</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>ip</td>
<td><a href="https://oa.itgholding.com.cn">https://oa.itgholding.com.cn</a></td>
<td>prod环境</td>
</tr>
<tr>
<td>appName</td>
<td>紫光档案系统</td>
<td>prod-授权业务名称</td>
</tr>
<tr>
<td>appid</td>
<td>unis</td>
<td>prod-授权业务appid</td>
</tr>
<tr>
<td>secret</td>
<td>54919e8b-b924-44b0-a5af-e4b541f45c91</td>
<td>prod-x86-secret</td>
</tr>
<tr>
<td>key</td>
<td>91w8N1P5HrRcw5Yh</td>
<td>prod-x86-key</td>
</tr>
</tbody>
</table>
<h4>&copy; by amoy-peter 2025-03-10</h4>