金蝶PLM CAD 集成


启动流程前校验

<p>[TOC]</p> <h4>请求</h4> <h5>请求命令 CadCommand</h5> <ul> <li><code>ValidBeforeStartupFlow 113</code></li> </ul> <h5>请求方式</h5> <ul> <li><code>IPCClient.Instance.PostMessage</code></li> </ul> <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;">dataModel</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array[string]</td> <td>待查询的文档名称数组,一般只需要根文档即可</td> </tr> </tbody> </table> <h5>完整请求示例</h5> <pre><code>{ &amp;quot;dataModel&amp;quot;: [ &amp;quot;根装配件.SLDASM&amp;quot; ], &amp;quot;abstractCadType&amp;quot;: &amp;quot;_3d&amp;quot;, &amp;quot;cadType&amp;quot;: &amp;quot;solidworks&amp;quot;, &amp;quot;cadCommand&amp;quot;: 113, &amp;quot;msgSendWay&amp;quot;: 0 }</code></pre> <h4>响应</h4> <h5>返回示例</h5> <pre><code>{ &amp;quot;data&amp;quot;: { &amp;quot;datamodel&amp;quot;: { &amp;quot;Success&amp;quot;: true, &amp;quot;ErrCode&amp;quot;: &amp;quot;&amp;quot; } }, &amp;quot;success&amp;quot;: true, &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;errCode&amp;quot;: null }</code></pre> <h5>返回参数说明</h5> <ul> <li>请以外面的 success、message 为准</li> </ul>

页面列表

ITEM_HTML