SCRM开放平台


ERP通知接口

<p>[TOC]</p> <h5>请求URL</h5> <ul> <li><code>POST erp/notice/send</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;">msg_type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>消息类型: textCard-文本消息。同企微</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>发送类型:qyWeChat-企微</td> </tr> <tr> <td style="text-align: left;">content</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>发送内容</td> </tr> <tr> <td style="text-align: left;">notice_type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>发送的业务通知类型&lt;br&gt;色卡:colorCard&lt;br&gt;订单:order</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code class="language-json">{ &amp;quot;msg_type&amp;quot;: &amp;quot;textCard&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;qyWeChat&amp;quot;, &amp;quot;content&amp;quot;: { &amp;quot;order_no&amp;quot;: &amp;quot;2024042010250519&amp;quot;, &amp;quot;title&amp;quot;: &amp;quot;发货通知&amp;quot;, &amp;quot;order_type&amp;quot;: 1.0, &amp;quot;content&amp;quot;: &amp;quot;客户: ababababba的&amp;lt;br&amp;gt;订单: 202404171726011627363160&amp;lt;br&amp;gt;状态:已发货&amp;quot; }, &amp;quot;notice_type&amp;quot;: &amp;quot;colorCard&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;errcode&amp;quot;: 0, &amp;quot;errmsg&amp;quot;: &amp;quot;&amp;quot; }</code></pre>

页面列表

ITEM_HTML